summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11xtensa: fix unaligned and load/store configuration interactionMax Filippov1-1/+2
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 Filippov1-1/+20
2023-06-14xtensa: always install slow handler for unaligned access exceptionMax Filippov1-5/+1
2023-03-18xtensa: fix KASAN report for show_stackMax Filippov1-4/+12
2023-01-07xtensa: drop unused members of struct thread_structMax Filippov1-2/+0
2022-05-23xtensa: Return true/false (not 1/0) from bool functionYang Li1-1/+1
2022-05-17xtensa: improve call0 ABI probingMax Filippov1-0/+12
2022-05-17xtensa: support artificial division by 0 exceptionMax Filippov1-0/+23
2022-05-13xtensa: add trap handler for division by zeroMax Filippov1-1/+7
2022-05-02xtensa: support coprocessors on SMPMax Filippov1-1/+12
2022-05-02xtensa: handle coprocessor exceptions in kernel modeMax Filippov1-1/+1
2022-05-02xtensa: clean up excsave1 initializationMax Filippov1-2/+1
2022-05-02xtensa: clean up exception handler prototypesMax Filippov1-3/+4
2022-05-02xtensa: clean up function declarations in traps.cMax Filippov1-30/+16
2022-05-02xtensa: move trace_hardirqs_off call back to entry.SMax Filippov1-9/+2
2022-05-02xtensa: noMMU: allow handling protection faultsMax Filippov1-10/+10
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-1/+1
2021-10-19xtensa: remove unused variable wmaskMax Filippov1-3/+1
2021-10-19xtensa: only build windowed register support code when neededMax Filippov1-0/+2
2021-08-11xtensa: add fairness to IRQ handlingMax Filippov1-0/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+2
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov1-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov1-5/+9
2019-12-08sched/rt, xtensa: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+5
2019-11-26xtensa: make stack dump size configurableMax Filippov1-1/+1
2019-11-26xtensa: improve stack dumpingMax Filippov1-16/+11
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov1-0/+4
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+3
2019-02-07xtensa: simplify trap_initMax Filippov1-3/+2
2018-12-05xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov1-4/+4
2018-12-03xtensa: drop fast_syscall_kernelMax Filippov1-2/+0
2018-04-25signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-04-25signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-12-17xtensa: clean up exception handling structureMax Filippov1-20/+19
2017-12-17xtensa: clean up custom-controlled debug outputMax Filippov1-11/+14
2017-04-01xtensa: fix stack dump outputMax Filippov1-4/+2
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-07xtensa: clean up printk usage for boot/crash loggingMax Filippov1-52/+22
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov1-0/+14