summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-17Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2024-01-11xtensa: don't produce FDPIC output with fdpic toolchainMax Filippov
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-29xtensa, kasan: define KASAN_SHADOW_ENDAndrey Konovalov
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2023-12-08tty: xtensa/iss: use u8Jiri Slaby (SUSE)
2023-11-29xtensa: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen
2023-11-29xtensa: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada
2023-11-29xtensa: fix variants path in the Kconfig helpYujie Liu
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-20xtensa: boot/lib: fix function prototypesMax Filippov
2023-09-20xtensa: umulsidi3: fix conditional expressionRandy Dunlap
2023-09-20xtensa: boot: don't add include-dirsRandy Dunlap
2023-09-20xtensa: iss/network: make functions staticRandy Dunlap
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap
2023-09-20xtensa: smp: add headers for missing function prototypesRandy Dunlap
2023-09-20xtensa: traps: add <linux/cpu.h> for function prototypeRandy Dunlap
2023-09-20xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap
2023-09-20xtensa: signal: include headers for function prototypesRandy Dunlap
2023-09-20xtensa: processor.h: add init_arch() prototypeRandy Dunlap
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap
2023-09-20xtensa: irq: include <asm/traps.h>Randy Dunlap
2023-09-20xtensa: fault: include <asm/traps.h>Randy Dunlap
2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28xtensa: add XIP-aware MTD supportMax Filippov
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-27xtensa: PMU: fix base address for the newer hardwareMax Filippov
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)