summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * xtensa: move MPU constants from .data to .ref.rodataMax Filippov2019-10-201-1/+2
| * xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov2019-10-202-39/+32
| * xtensa: clean up empty include filesMax Filippov2019-10-203-34/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-017-7/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-267-7/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-284-143/+22
|\ \ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| * | | xtensa: use the generic uncached segment supportChristoph Hellwig2019-11-114-139/+18
| | |/ | |/|
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-11/+1
|\ \ \
| * | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-4/+0
| * | | xtensa: clean up ioremapChristoph Hellwig2019-11-111-10/+4
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-4/+4
|\ \ \ | |/ / |/| |
| * | xtensa: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+2
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/
* | xtensa: fix change_bit in exclusive access optionMax Filippov2019-10-161-1/+1
* | xtensa: virt: fix PCI IO ports mappingMax Filippov2019-10-151-1/+1
* | xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov2019-10-141-7/+0
* | xtensa: fix type conversion in __get_user_[no]checkMax Filippov2019-10-141-26/+29
* | xtensa: clean up assembly arguments in uaccess macrosMax Filippov2019-10-141-21/+21
* | xtensa: fix {get,put}_user() for 64bit valuesAl Viro2019-10-141-2/+11
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-2/+2
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-3/+0
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-192-3/+2
|\
| * dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-2/+2
| * dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
* | xtensa: virt: move PCI root complex to KIO rangeMax Filippov2019-09-022-4/+5
* | xtensa: add support for call0 ABI in userspaceMax Filippov2019-09-016-9/+117
* | xtensa: clean up PS_WOE_BIT usageMax Filippov2019-09-014-6/+7
* | xtensa: remove free_initrd_memMike Rapoport2019-08-262-16/+3
|/
* xtensa: add missing isync to the cpu_reset TLB codeMax Filippov2019-08-121-0/+1
* xtensa: fix build for cores with coprocessorsMax Filippov2019-07-241-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-5/+1
|\
| * mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig2019-07-161-5/+1
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\ \
| * | docs: xtensa: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
| |/
* | Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-07-1619-269/+339
|\ \ | |/ |/|
| * xtensa: virt: add defconfig and DTSMax Filippov2019-07-082-0/+185
| * xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov2019-07-0811-102/+153
| * xtensa: One function call less in bootmem_init()Markus Elfring2019-07-051-4/+1
| * xtensa: remove arch/xtensa/include/asm/types.hMax Filippov2019-06-271-23/+0
| * xtensa: use generic pcibios_set_master and pcibios_enable_deviceMax Filippov2019-06-161-32/+0
| * xtensa: drop dead PCI support codeMax Filippov2019-06-164-107/+0
| * xtensa/PCI: Remove unused variableGuenter Roeck2019-06-161-1/+0
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-7/+1
|\ \
| * | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-7/+1