aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-3/+5
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+11
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+5
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-2/+4
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2024-01-17Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds4-6/+12
2024-01-11xtensa: don't produce FDPIC output with fdpic toolchainMax Filippov1-1/+5
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-1/+3
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-29xtensa, kasan: define KASAN_SHADOW_ENDAndrey Konovalov1-0/+2
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-2/+4
2023-12-08tty: xtensa/iss: use u8Jiri Slaby (SUSE)1-1/+1
2023-11-29xtensa: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen1-3/+5
2023-11-29xtensa: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada1-1/+1
2023-11-29xtensa: fix variants path in the Kconfig helpYujie Liu1-1/+1
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-12/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann1-12/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar19-8/+34
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-09-20xtensa: boot/lib: fix function prototypesMax Filippov1-2/+3
2023-09-20xtensa: umulsidi3: fix conditional expressionRandy Dunlap1-1/+3
2023-09-20xtensa: boot: don't add include-dirsRandy Dunlap1-2/+1
2023-09-20xtensa: iss/network: make functions staticRandy Dunlap1-2/+2
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap2-0/+3
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap2-0/+2
2023-09-20xtensa: smp: add headers for missing function prototypesRandy Dunlap2-0/+2
2023-09-20xtensa: traps: add <linux/cpu.h> for function prototypeRandy Dunlap1-0/+1
2023-09-20xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap1-0/+1
2023-09-20xtensa: signal: include headers for function prototypesRandy Dunlap2-0/+3
2023-09-20xtensa: processor.h: add init_arch() prototypeRandy Dunlap1-0/+4
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap2-1/+3
2023-09-20xtensa: irq: include <asm/traps.h>Randy Dunlap1-0/+1
2023-09-20xtensa: fault: include <asm/traps.h>Randy Dunlap1-0/+1
2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov1-0/+4
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds7-5/+56
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-26/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1