aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-9/+9
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 1-1/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-0/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-9/+8
2022-01-08exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_deadGravatar Eric W. Biederman 1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 2-5/+2
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-1/+1
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 2-3/+1
2021-12-11futex: Fix additional regressionsGravatar Arnd Bergmann 1-1/+1
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hGravatar Sebastian Andrzej Siewior 1-1/+1
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2021-11-25futex: Wireup futex_waitv syscallGravatar André Almeida 1-0/+1
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-1/+0
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentGravatar Arnd Bergmann 1-2/+6
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-3/+0
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+1
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 21-265/+541
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+11
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+4
2021-10-29net: xtensa: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+2
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 1-3/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieGravatar Eric W. Biederman 2-3/+2
2021-10-18xtensa: move section symbols to asm/sections.hGravatar Max Filippov 2-71/+70
2021-10-18xtensa: remove unused variable wmaskGravatar Max Filippov 1-3/+1
2021-10-18xtensa: only build windowed register support code when neededGravatar Max Filippov 7-5/+45
2021-10-18xtensa: use register window specific opcodes only when presentGravatar Max Filippov 5-2/+10
2021-10-18xtensa: implement call0 ABI support in assemblyGravatar Max Filippov 5-121/+243
2021-10-18xtensa: definitions for call0 ABIGravatar Max Filippov 3-6/+102
2021-10-18xtensa: don't use a12 in __xtensa_copy_user in call0 ABIGravatar Max Filippov 1-6/+22
2021-10-18xtensa: don't use a12 in strncpy_userGravatar Max Filippov 1-9/+8
2021-10-18xtensa: use a14 instead of a15 in inline assemblyGravatar Max Filippov 2-21/+21
2021-10-18xtensa: move _SimulateUserKernelVectorException out of WindowVectorsGravatar Max Filippov 1-21/+19
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Gravatar Luis Chamberlain 1-2/+11
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-2/+1
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-5/+2
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 5-13/+17
2021-10-05xtensa: xtfpga: Try software restart before simulating CPU resetGravatar Guenter Roeck 1-2/+6
2021-10-05xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFGravatar Max Filippov 1-2/+2
2021-10-02arch: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+1
2021-09-27xtensa: call irqchip_init only when CONFIG_USE_OF is selectedGravatar Max Filippov 1-1/+1
2021-09-27xtensa: use CONFIG_USE_OF instead of CONFIG_OFGravatar Randy Dunlap 3-8/+8
2021-09-14arch: remove unused function syscall_set_arguments()Gravatar Peter Collingbourne 1-11/+0