aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2025-07-14xtensa: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-21xtensa/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2025-03-17xtensa: Rely on generic printing of preemption modelSebastian Andrzej Siewior1-5/+1
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-01-27Merge tag 'xtensa-20250126' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2024-12-09xtensa: annotate dtb_start variable as static __initdataMasahiro Yamada1-1/+1
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-1/+2
2024-05-23mseal: wire up mseal syscallJeff Xu1-0/+1
2024-04-02xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov2-3/+5
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-0/+3
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
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 Molnar7-1/+7
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: hw_breakpoint: include header for missing prototypeRandy Dunlap1-0/+1
2023-09-20xtensa: smp: add headers for missing function prototypesRandy Dunlap1-0/+1
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 Dunlap1-0/+2
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap1-1/+0
2023-09-20xtensa: irq: include <asm/traps.h>Randy Dunlap1-0/+1
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-5/+26
2023-08-28xtensa: add XIP-aware MTD supportMax Filippov2-1/+13
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2023-08-27xtensa: PMU: fix base address for the newer hardwareMax Filippov1-4/+13
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-10xtensa: fix unaligned and load/store configuration interactionMax Filippov2-21/+16
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2023-06-24xtensa: dump userspace code around the exception PCMax Filippov1-0/+18
2023-06-13xtensa: rearrange show_stack outputMax Filippov1-15/+42
2023-06-13xtensa: add load/store exception handlerMax Filippov3-14/+119
2023-06-13xtensa: rearrange unaligned exception handlerMax Filippov1-82/+89
2023-06-13xtensa: always install slow handler for unaligned access exceptionMax Filippov1-5/+1
2023-06-13xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov1-0/+6