aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-5/+0
2020-08-07xtensa: switch to generic version of pte allocationGravatar Mike Rapoport 1-22/+19
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 4-3/+14
2020-07-31xtensa: add missing exclusive access state managementGravatar Max Filippov 1-0/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictGravatar Ingo Molnar 1-1/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-28xtensa: initialize_mmu.h: fix a duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-28xtensa: add seccomp supportGravatar Max Filippov 2-1/+5
2020-07-28xtensa: expose syscall through user_pt_regsGravatar Max Filippov 1-1/+2
2020-07-28xtensa: add audit supportGravatar Max Filippov 1-1/+3
2020-07-21xtensa: fix access check in csum_and_copy_from_userGravatar Max Filippov 1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-17/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-8/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 5-6/+4
2020-06-08xtensa: implement flush_icache_user_rangeGravatar Christoph Hellwig 1-0/+2
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-2/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-9/+0
2020-06-04arch/xtensa: move kmap build bug out of the wayGravatar Ira Weiny 1-5/+0
2020-06-04arch/kmap: remove BUG_ON()Gravatar Ira Weiny 1-2/+2
2020-06-03Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-16/+16
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+7
2020-05-29xtensa: switch to providing csum_and_copy_from_user()Gravatar Al Viro 1-4/+7
2020-05-22xtensa: add missing __user annotations to asm/uaccess.hGravatar Max Filippov 1-10/+8
2020-05-22xtensa: fix error paths in __get_user_{check,size}Gravatar Max Filippov 1-3/+5
2020-05-22xtensa: fix type conversion in __get_user_sizeGravatar Max Filippov 1-1/+1
2020-05-22xtensa: add missing __user annotations to __{get,put}_user_checkGravatar Max Filippov 1-2/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 1-9/+6
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-26/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-3/+2
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 6-11/+13
2020-02-04xtensa: reorganize vectors placementGravatar Max Filippov 1-2/+2
2020-02-04xtensa: move fast exception handlers close to vectorsGravatar Max Filippov 1-0/+2
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2020-02-01xtensa: clean up optional XCHAL_* definitionsGravatar Max Filippov 3-5/+9
2020-01-31xtensa: clean up platform headersGravatar Max Filippov 1-2/+0
2020-01-31xtensa: drop set_except_vector declarationGravatar Max Filippov 1-2/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedGravatar Masahiro Yamada 1-0/+1
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-03Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 17-420/+272
2019-11-29xtensa: clean up system_call/xtensa_rt_sigreturn interactionGravatar Max Filippov 1-1/+1
2019-11-29xtensa: rearrange syscall tracingGravatar Max Filippov 1-1/+2