summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-17/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-094-21/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-099-9/+9
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0911-12/+10
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+2
* xtensa: add show_stack_loglvl()Dmitry Safonov2020-06-091-4/+10
* xtensa: add loglvl to show_trace()Dmitry Safonov2020-06-091-5/+9
* xtensa: implement flush_icache_user_rangeChristoph Hellwig2020-06-081-0/+2
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-7/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-8/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* arch/xtensa: move kmap build bug out of the wayIra Weiny2020-06-042-5/+4
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-4/+4
|\
| * xtensa: simplify detection of memory zone boundariesMike Rapoport2020-06-031-4/+4
* | Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-06-032-18/+18
|\ \ | |/ |/|
| * xtensa: Fix spelling/grammar in commentChris Packham2020-05-251-2/+2
| * xtensa: add missing __user annotations to asm/uaccess.hMax Filippov2020-05-221-10/+8
| * xtensa: fix error paths in __get_user_{check,size}Max Filippov2020-05-221-3/+5
| * xtensa: fix type conversion in __get_user_sizeMax Filippov2020-05-221-1/+1
| * xtensa: add missing __user annotations to __{get,put}_user_checkMax Filippov2020-05-221-2/+2
* | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \
| * | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
| |/
* | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-4/+7
|\ \ | |/ |/|
| * xtensa: switch to providing csum_and_copy_from_user()Al Viro2020-05-291-4/+7
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-231-9/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-102-6/+0
|\
| * mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
| * mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* | Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-04-104-15/+8
|\ \ | |/ |/|
| * arch/xtensa: fix grammar in Kconfig help textHu Haowen2020-03-301-1/+1
| * xtensa: remove meaningless export ccflags-yMasahiro Yamada2020-03-091-1/+0
| * xtensa: replace setup_irq() by request_irq()afzal mohammed2020-03-032-13/+7
* | asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-10/+4
|\ \
| * | dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-162-2/+2
| * | dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-8/+2
| |/
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-034-0/+4
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-254-0/+4
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-26/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-3/+2
|\ \