summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-5/+5
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-21/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-9/+9
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-12/+10
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-8/+2
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov-5/+9
2020-06-08xtensa: implement flush_icache_user_rangeChristoph Hellwig-0/+2
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-7/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-8/+2
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/+4
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny-2/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+4
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport-4/+4
2020-06-03Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-18/+18
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+1
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-25xtensa: Fix spelling/grammar in commentChris Packham-2/+2
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-05-14vfs: add faccessat2 syscallMiklos Szeredi-0/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-9/+6
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+0
2020-04-10Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-15/+8
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-3/+0
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek-1/+1
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-10/+4
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+4
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-26/+0
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2020-03-30arch/xtensa: fix grammar in Kconfig help textHu Haowen-1/+1
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-03-27block: simplify queue allocationChristoph Hellwig-2/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+4
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig-2/+2
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig-8/+2