summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * xtensa: improve stack dumpingMax Filippov2019-11-261-16/+11
| * xtensa: use "m" constraint instead of "r" in futex.h assemblyMax Filippov2019-11-261-5/+5
| * xtensa: use "m" constraint instead of "a" in cmpxchg.h assemblyMax Filippov2019-11-261-15/+16
| * xtensa: use named assembly arguments in cmpxchg.hMax Filippov2019-11-261-35/+35
| * xtensa: use "m" constraint instead of "a" in atomic.h assemblyMax Filippov2019-11-261-24/+28
| * xtensa: use named assembly arguments in atomic.hMax Filippov2019-11-261-60/+60
| * xtensa: use "m" constraint instead of "a" in bitops.h assemblyMax Filippov2019-11-261-8/+10
| * xtensa: use named assembly arguments in bitops.hMax Filippov2019-11-261-28/+28
| * xtensa: use macros to generate *_bit and test_and_*_bit functionsMax Filippov2019-11-261-229/+92
| * xtensa: use "m" constraint instead of "a" in uaccess.h assemblyMax Filippov2019-11-261-8/+8
| * xtensa: merge .fixup with .textMax Filippov2019-11-261-5/+1
| * xtensa: add XIP kernel supportMax Filippov2019-11-2610-5/+257
| * xtensa: move kernel memory layout to platform optionsMax Filippov2019-10-201-173/+175
| * xtensa: use correct symbol for the end of .rodataMax Filippov2019-10-201-2/+2
| * xtensa: fix section name for start_infoMax Filippov2019-10-201-3/+3
| * 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