aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+10
5 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-2/+1
2024-05-05xtensa/mm: convert check_tlb_entry() to sanity check foliosGravatar David Hildenbrand 1-5/+6
2024-05-02Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 6-28/+20
2024-04-28xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Gravatar Barry Song 1-16/+8
2024-04-25xtensa: remove uses of PG_arch_1 on individual pagesGravatar Matthew Wilcox (Oracle) 1-2/+4
2024-04-04tty: xtensa/iss: Use min() to fix Coccinelle warningGravatar Thorsten Blum 1-4/+2
2024-04-02xtensa: fix MAKE_PC_FROM_RA second argumentGravatar Max Filippov 4-8/+10
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+5
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 2-1/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+11
2024-02-19block: pass a queue_limits argument to blk_alloc_diskGravatar Christoph Hellwig 1-3/+5
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-2/+4
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2024-01-17Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 4-6/+12
2024-01-11xtensa: don't produce FDPIC output with fdpic toolchainGravatar Max Filippov 1-1/+5
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+3
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+1
2023-12-29xtensa, kasan: define KASAN_SHADOW_ENDGravatar Andrey Konovalov 1-0/+2
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-2/+4
2023-12-08tty: xtensa/iss: use u8Gravatar Jiri Slaby (SUSE) 1-1/+1
2023-11-29xtensa: Use PCI_HEADER_TYPE_MFD instead of literalGravatar Ilpo Järvinen 1-3/+5
2023-11-29xtensa: replace <asm-generic/export.h> with <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-11-29xtensa: fix variants path in the Kconfig helpGravatar Yujie Liu 1-1/+1
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-12/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-12/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 19-8/+34
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-20xtensa: boot/lib: fix function prototypesGravatar Max Filippov 1-2/+3
2023-09-20xtensa: umulsidi3: fix conditional expressionGravatar Randy Dunlap 1-1/+3
2023-09-20xtensa: boot: don't add include-dirsGravatar Randy Dunlap 1-2/+1
2023-09-20xtensa: iss/network: make functions staticGravatar Randy Dunlap 1-2/+2
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeGravatar Randy Dunlap 2-0/+3
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeGravatar Randy Dunlap 2-0/+2
2023-09-20xtensa: smp: add headers for missing function prototypesGravatar Randy Dunlap 2-0/+2
2023-09-20xtensa: traps: add <linux/cpu.h> for function prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: stacktrace: include <asm/ftrace.h> for prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: signal: include headers for function prototypesGravatar Randy Dunlap 2-0/+3