summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida-0/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)-3/+0
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+1
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-265/+541
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+11
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+4
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski-1/+2
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada-3/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman-3/+2
2021-10-18xtensa: move section symbols to asm/sections.hMax Filippov-71/+70
2021-10-18xtensa: remove unused variable wmaskMax Filippov-3/+1
2021-10-18xtensa: only build windowed register support code when neededMax Filippov-5/+45
2021-10-18xtensa: use register window specific opcodes only when presentMax Filippov-2/+10
2021-10-18xtensa: implement call0 ABI support in assemblyMax Filippov-121/+243
2021-10-18xtensa: definitions for call0 ABIMax Filippov-6/+102
2021-10-18xtensa: don't use a12 in __xtensa_copy_user in call0 ABIMax Filippov-6/+22
2021-10-18xtensa: don't use a12 in strncpy_userMax Filippov-9/+8
2021-10-18xtensa: use a14 instead of a15 in inline assemblyMax Filippov-21/+21
2021-10-18xtensa: move _SimulateUserKernelVectorException out of WindowVectorsMax Filippov-21/+19
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain-2/+11
2021-10-18block: switch polling to be bio basedChristoph Hellwig-2/+1
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)-1/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-5/+2
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+17
2021-10-05xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck-2/+6
2021-10-05xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov-2/+2
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-09-27xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov-1/+1
2021-09-27xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap-8/+8
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne-11/+0
2021-09-13rcu: Fix undefined Kconfig macrosZhouyi Zhou-1/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-3/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan-0/+2
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-16/+16
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-16/+29
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-3/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada-3/+1
2021-08-12xtensa: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-3/+1
2021-08-11xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/KbuildMasahiro Yamada-3/+5
2021-08-11xtensa: build platform directories unconditionallyMasahiro Yamada-6/+1