summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorLines
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+11
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-33/+4
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-52/+22
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-24/+0
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne-24/+0
2020-11-20xtensa: Enable seccomp architecture trackingYiFei Zhu-1/+11
2020-11-17xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart-1/+1
2020-11-16xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner-54/+16
2020-11-16xtensa: fix TLBTEMP area placementMax Filippov-1/+1
2020-11-12xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+4
2020-11-06xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner-4/+12
2020-10-27xtensa: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-33/+4
2020-08-20xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro-16/+4
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-14/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-3/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-0/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-5/+0
2020-08-07xtensa: switch to generic version of pte allocationMike Rapoport-22/+19
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-3/+14
2020-07-31xtensa: add missing exclusive access state managementMax Filippov-0/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar-1/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-28xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap-1/+1
2020-07-28xtensa: add seccomp supportMax Filippov-1/+5
2020-07-28xtensa: expose syscall through user_pt_regsMax Filippov-1/+2
2020-07-28xtensa: add audit supportMax Filippov-1/+3
2020-07-21xtensa: fix access check in csum_and_copy_from_userMax Filippov-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-17/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-8/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-6/+4
2020-06-08xtensa: implement flush_icache_user_rangeChristoph Hellwig-0/+2
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-2/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny-9/+0
2020-06-04arch/xtensa: move kmap build bug out of the wayIra Weiny-5/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny-2/+2
2020-06-03Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-16/+16
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+7
2020-05-29xtensa: switch to providing csum_and_copy_from_user()Al Viro-4/+7
2020-05-22xtensa: add missing __user annotations to asm/uaccess.hMax Filippov-10/+8
2020-05-22xtensa: fix error paths in __get_user_{check,size}Max Filippov-3/+5
2020-05-22xtensa: fix type conversion in __get_user_sizeMax Filippov-1/+1
2020-05-22xtensa: add missing __user annotations to __{get,put}_user_checkMax Filippov-2/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-9/+6
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-3/+0