summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3 days6-28/+20
|\
| * xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Barry Song6 days1-16/+8
| * tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum2024-04-041-4/+2
| * xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov2024-04-024-8/+10
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-0/+11
|\ \
| * | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-222-0/+11
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-3/+5
|\ \ | |/ |/|
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+5
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-2/+4
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-2/+4
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-1/+1
|\ \
| * | tty: xtensa/iss: use u8Jiri Slaby (SUSE)2023-12-081-1/+1
| |/
* | Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2024-01-174-6/+12
|\ \
| * | xtensa: don't produce FDPIC output with fdpic toolchainMax Filippov2024-01-111-1/+5
| * | xtensa: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen2023-11-291-3/+5
| * | xtensa: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada2023-11-291-1/+1
| * | xtensa: fix variants path in the Kconfig helpYujie Liu2023-11-291-1/+1
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-092-1/+3
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| * | xtensa, kasan: define KASAN_SHADOW_ENDAndrey Konovalov2023-12-291-0/+2
| |/
* / wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-12/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-12/+0
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+2
|\ \
| * | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
* | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-0919-8/+34
|\ \ \ | | |/ | |/|
| * | xtensa: boot/lib: fix function prototypesMax Filippov2023-09-201-2/+3
| * | xtensa: umulsidi3: fix conditional expressionRandy Dunlap2023-09-201-1/+3
| * | xtensa: boot: don't add include-dirsRandy Dunlap2023-09-201-2/+1
| * | xtensa: iss/network: make functions staticRandy Dunlap2023-09-201-2/+2
| * | xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap2023-09-202-0/+3
| * | xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap2023-09-202-0/+2
| * | xtensa: smp: add headers for missing function prototypesRandy Dunlap2023-09-202-0/+2
| * | xtensa: traps: add <linux/cpu.h> for function prototypeRandy Dunlap2023-09-201-0/+1
| * | xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap2023-09-201-0/+1
| * | xtensa: signal: include headers for function prototypesRandy Dunlap2023-09-202-0/+3
| * | xtensa: processor.h: add init_arch() prototypeRandy Dunlap2023-09-201-0/+4
| * | xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap2023-09-202-1/+3
| * | xtensa: irq: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
| * | xtensa: fault: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
| * | xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov2023-09-201-0/+4
| |/
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/