summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-2/+1
2020-08-04Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-1/+1
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-25Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds1-1/+1
2020-07-22xtensa: fix access check in csum_and_copy_from_userMax Filippov1-1/+1
2020-07-09xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig1-2/+0
2020-07-08xtensa: simplify xtensa_pmu_irq_handlerXu Wang1-3/+1
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-02xtensa: update *pos in cpuinfo_op.nextMax Filippov1-1/+2
2020-07-02xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov1-2/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig1-3/+1
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-17/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport4-21/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport9-9/+9
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport11-12/+10
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+2
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov1-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov1-5/+9
2020-06-08xtensa: implement flush_icache_user_rangeChristoph Hellwig1-0/+2
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-05arch/kmap: don't hard code kmap_prot valuesIra Weiny1-1/+1
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-7/+2
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny2-8/+2
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-10/+0
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny1-9/+0
2020-06-05arch/xtensa: move kmap build bug out of the wayIra Weiny2-5/+4
2020-06-05arch/kmap: remove BUG_ON()Ira Weiny1-2/+2
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-06-04xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-04Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-18/+18
2020-06-02Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-06-02Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2020-05-29xtensa: switch to providing csum_and_copy_from_user()Al Viro1-4/+7
2020-05-26xtensa: Fix spelling/grammar in commentChris Packham1-2/+2
2020-05-23xtensa: add missing __user annotations to asm/uaccess.hMax Filippov1-10/+8
2020-05-23xtensa: fix error paths in __get_user_{check,size}Max Filippov1-3/+5
2020-05-23xtensa: fix type conversion in __get_user_sizeMax Filippov1-1/+1
2020-05-23xtensa: add missing __user annotations to __{get,put}_user_checkMax Filippov1-2/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada1-9/+6