summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm
AgeCommit message (Expand)Author
2019-12-03Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-11-29xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov
2019-11-29xtensa: rearrange syscall tracingMax Filippov
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-26xtensa: fix syscall_set_return_valueMax Filippov
2019-11-26xtensa: get rid of __ARCH_USE_5LEVEL_HACKMike Rapoport
2019-11-26xtensa: mm: fix PMD folding implementationMike Rapoport
2019-11-26xtensa: use "m" constraint instead of "r" in futex.h assemblyMax Filippov
2019-11-26xtensa: use "m" constraint instead of "a" in cmpxchg.h assemblyMax Filippov
2019-11-26xtensa: use named assembly arguments in cmpxchg.hMax Filippov
2019-11-26xtensa: use "m" constraint instead of "a" in atomic.h assemblyMax Filippov
2019-11-26xtensa: use named assembly arguments in atomic.hMax Filippov
2019-11-26xtensa: use "m" constraint instead of "a" in bitops.h assemblyMax Filippov
2019-11-26xtensa: use named assembly arguments in bitops.hMax Filippov
2019-11-26xtensa: use macros to generate *_bit and test_and_*_bit functionsMax Filippov
2019-11-26xtensa: use "m" constraint instead of "a" in uaccess.h assemblyMax Filippov
2019-11-26xtensa: add XIP kernel supportMax Filippov
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-11-11xtensa: clean up ioremapChristoph Hellwig
2019-11-11xtensa: use the generic uncached segment supportChristoph Hellwig
2019-10-20xtensa: move MPU constants from .data to .ref.rodataMax Filippov
2019-10-20xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov
2019-10-20xtensa: clean up empty include filesMax Filippov
2019-10-16xtensa: fix change_bit in exclusive access optionMax Filippov
2019-10-14xtensa: fix type conversion in __get_user_[no]checkMax Filippov
2019-10-14xtensa: clean up assembly arguments in uaccess macrosMax Filippov
2019-10-14xtensa: fix {get,put}_user() for 64bit valuesAl Viro
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-02xtensa: virt: move PCI root complex to KIO rangeMax Filippov
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov
2019-09-01xtensa: clean up PS_WOE_BIT usageMax Filippov
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2019-07-16Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-07-15docs: xtensa: convert to ReSTMauro Carvalho Chehab
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-08xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov
2019-06-27xtensa: remove arch/xtensa/include/asm/types.hMax Filippov
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-16xtensa: drop dead PCI support codeMax Filippov
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada