summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2020-07-28xtensa: expose syscall through user_pt_regsMax Filippov-1/+6
2020-07-28xtensa: add audit supportMax Filippov-1/+10
2020-07-27xtensa: switch to ->regset_get()Al Viro-10/+6
2020-07-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds-1/+1
2020-07-21xtensa: fix access check in csum_and_copy_from_userMax Filippov-1/+1
2020-07-08xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig-2/+0
2020-07-08xtensa: simplify xtensa_pmu_irq_handlerXu Wang-3/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-07-02xtensa: update *pos in cpuinfo_op.nextMax Filippov-1/+2
2020-07-02xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov-2/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig-2/+3
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig-3/+1
2020-06-17arch: wire-up close_range()Christian Brauner-0/+1
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