summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xtensa: move _SimulateUserKernelVectorException out of WindowVectorsMax Filippov2021-10-181-21/+19
* | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+3
|\ \ \
| * | | net: xtensa: use eth_hw_addr_set()Jakub Kicinski2021-10-291-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-145-13/+17
| |\| |
| * | | arch: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
| | |/ | |/|
* | | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-011-1/+0
|\ \ \
| * | | rcu: Fix undefined Kconfig macrosZhouyi Zhou2021-09-131-1/+0
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-5/+2
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-5/+2
| |/ /
* | | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+11
|\ \ \
| * | | xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain2021-10-181-2/+11
* | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\| | |
| * | | block: switch polling to be bio basedChristoph Hellwig2021-10-181-2/+1
| | |/ | |/|
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+4
|\ \ \ | |/ / |/| |
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+4
| |/
* | xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck2021-10-051-2/+6
* | xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov2021-10-051-2/+2
* | xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov2021-09-271-1/+1
* | xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap2021-09-273-8/+8
|/
* Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\
| * tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\ \
| * | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
* | | Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-09-026-16/+16
|\ \ \
| * | | xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/KbuildMasahiro Yamada2021-08-113-3/+5
| * | | xtensa: build platform directories unconditionallyMasahiro Yamada2021-08-111-6/+1
| * | | xtensa: do not build variants directoryMasahiro Yamada2021-08-111-4/+2
| * | | xtensa: remove unneeded exportsMasahiro Yamada2021-08-111-2/+0
| * | | xtensa: ISS: don't use string pointer before NULL checkMax Filippov2021-08-111-3/+3
| * | | xtensa: add fairness to IRQ handlingMax Filippov2021-08-111-0/+7
| * | | xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap2021-08-111-1/+1
| |/ /
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-013-4/+4
|\ \ \
| * | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-303-4/+4
| | |/ | |/|
* | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \ \