aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-23mseal: wire up mseal syscallGravatar Jeff Xu 1-0/+1
2024-04-02xtensa: fix MAKE_PC_FROM_RA second argumentGravatar Max Filippov 2-3/+5
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
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 7-1/+7
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: hw_breakpoint: include header for missing prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: smp: add headers for missing function prototypesGravatar Randy Dunlap 1-0/+1
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 1-0/+2
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Gravatar Randy Dunlap 1-1/+0
2023-09-20xtensa: irq: include <asm/traps.h>Gravatar Randy Dunlap 1-0/+1
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-5/+26
2023-08-28xtensa: add XIP-aware MTD supportGravatar Max Filippov 2-1/+13
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-27xtensa: PMU: fix base address for the newer hardwareGravatar Max Filippov 1-4/+13
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-10xtensa: fix unaligned and load/store configuration interactionGravatar Max Filippov 2-21/+16
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2023-06-24xtensa: dump userspace code around the exception PCGravatar Max Filippov 1-0/+18
2023-06-13xtensa: rearrange show_stack outputGravatar Max Filippov 1-15/+42
2023-06-13xtensa: add load/store exception handlerGravatar Max Filippov 3-14/+119
2023-06-13xtensa: rearrange unaligned exception handlerGravatar Max Filippov 1-82/+89
2023-06-13xtensa: always install slow handler for unaligned access exceptionGravatar Max Filippov 1-5/+1
2023-06-13xtensa: move early_trap_init from kasan_early_init to init_archGravatar Max Filippov 1-0/+6
2023-06-12xtensa: drop ARCH_WANT_FRAME_POINTERSGravatar Max Filippov 1-4/+0
2023-06-12xtensa: report trax and perf counters in cpuinfoGravatar Max Filippov 1-2/+10
2023-06-12xtensa: add asm-prototypes.hGravatar Max Filippov 2-91/+2
2023-06-12xtensa: drop EXPORT_SYMBOL for common_exception_returnGravatar Max Filippov 1-3/+0
2023-06-12xtensa: clean up default platform functionsGravatar Max Filippov 1-10/+15
2023-06-12xtensa: drop platform_halt and platform_power_offGravatar Max Filippov 2-6/+10
2023-06-12xtensa: drop platform_restartGravatar Max Filippov 2-2/+7
2023-06-12xtensa: drop platform_heartbeatGravatar Max Filippov 2-5/+0
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 1-0/+1
2023-05-23Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 2-8/+31
2023-05-12xtensa: add __bswap{si,di}2 helpersGravatar Max Filippov 1-0/+4
2023-05-12xtensa: fix signal delivery to FDPIC processGravatar Max Filippov 1-8/+27
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-1/+1
2023-03-17xtensa: fix KASAN report for show_stackGravatar Max Filippov 1-4/+12