summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+1
|\
| * net: xtensa: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-238-112/+6
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-256-110/+1
| |\ \
| | * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-256-101/+0
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-9/+1
| | |/
| * | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+4
| * | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-214-6/+8
|\ \
| * | xtensa: Implement "current_stack_pointer"Kees Cook2022-02-254-6/+8
| |/
* / iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig2022-03-041-2/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-5/+2
|\ \
| * | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-082-5/+2
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
|\ \
| * | exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_deadEric W. Biederman2022-01-081-1/+1
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-9/+9
|\ \ \
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+8
| | |/ | |/|
* | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-132-3/+1
|\| |
| * | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-251-0/+1
| |\ \
| | * | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
| | |/
| * / Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-3/+0
| |/
* | futex: Fix additional regressionsArnd Bergmann2021-12-111-1/+1
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
* | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
* | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-251-2/+6
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-102-3/+2
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-202-3/+2
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-11/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-11/+0
| |/
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-3/+1
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-3/+1
| |/
* | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-11-0621-265/+541
|\ \
| * | xtensa: move section symbols to asm/sections.hMax Filippov2021-10-182-71/+70
| * | xtensa: remove unused variable wmaskMax Filippov2021-10-181-3/+1
| * | xtensa: only build windowed register support code when neededMax Filippov2021-10-187-5/+45
| * | xtensa: use register window specific opcodes only when presentMax Filippov2021-10-185-2/+10
| * | xtensa: implement call0 ABI support in assemblyMax Filippov2021-10-185-121/+243
| * | xtensa: definitions for call0 ABIMax Filippov2021-10-183-6/+102
| * | xtensa: don't use a12 in __xtensa_copy_user in call0 ABIMax Filippov2021-10-181-6/+22
| * | xtensa: don't use a12 in strncpy_userMax Filippov2021-10-181-9/+8
| * | xtensa: use a14 instead of a15 in inline assemblyMax Filippov2021-10-182-21/+21