summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel
AgeCommit message (Expand)AuthorFilesLines
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-29xtensa: 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/g...Linus Torvalds1-0/+1
2023-08-28xtensa: 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-11xtensa: 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/...Linus Torvalds1-0/+1
2023-06-24xtensa: dump userspace code around the exception PCMax Filippov1-0/+18
2023-06-14xtensa: rearrange show_stack outputMax Filippov1-15/+42
2023-06-14xtensa: add load/store exception handlerMax Filippov3-14/+119
2023-06-14xtensa: rearrange unaligned exception handlerMax Filippov1-82/+89
2023-06-14xtensa: always install slow handler for unaligned access exceptionMax Filippov1-5/+1
2023-06-14xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov1-0/+6
2023-06-13xtensa: drop ARCH_WANT_FRAME_POINTERSMax Filippov1-4/+0
2023-06-13xtensa: report trax and perf counters in cpuinfoMax Filippov1-2/+10
2023-06-13xtensa: add asm-prototypes.hMax Filippov2-91/+2
2023-06-13xtensa: drop EXPORT_SYMBOL for common_exception_returnMax Filippov1-3/+0
2023-06-13xtensa: clean up default platform functionsMax Filippov1-10/+15
2023-06-13xtensa: drop platform_halt and platform_power_offMax Filippov2-6/+10
2023-06-13xtensa: drop platform_restartMax Filippov2-2/+7
2023-06-13xtensa: drop platform_heartbeatMax Filippov2-5/+0
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-05-24Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-8/+31
2023-05-12xtensa: add __bswap{si,di}2 helpersMax Filippov1-0/+4
2023-05-12xtensa: fix signal delivery to FDPIC processMax Filippov1-8/+27
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-18xtensa: fix KASAN report for show_stackMax Filippov1-4/+12
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Make sure cpu_die() doesn't returnJosh Poimboeuf1-0/+2
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-2/+0
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-07xtensa: drop unused members of struct thread_structMax Filippov1-2/+0
2022-12-14Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+2
2022-12-07xtensa: add __umulsidi3 helperMax Filippov1-0/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+12
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-27xtensa: remove vma linked list walksMatthew Wilcox (Oracle)1-6/+12
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+4
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-3/+4