aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01xtensa: support coprocessors on SMPMax Filippov1-1/+12
2022-05-01xtensa: handle coprocessor exceptions in kernel modeMax Filippov1-1/+1
2022-05-01xtensa: clean up excsave1 initializationMax Filippov1-2/+1
2022-05-01xtensa: clean up exception handler prototypesMax Filippov1-3/+4
2022-05-01xtensa: clean up function declarations in traps.cMax Filippov1-30/+16
2022-05-01xtensa: move trace_hardirqs_off call back to entry.SMax Filippov1-9/+2
2022-05-01xtensa: noMMU: allow handling protection faultsMax Filippov1-10/+10
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-1/+1
2021-10-18xtensa: remove unused variable wmaskMax Filippov1-3/+1
2021-10-18xtensa: 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-04xtensa: 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-16xtensa: clean up exception handling structureMax Filippov1-20/+19
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov1-11/+14
2017-03-31xtensa: fix stack dump outputMax Filippov1-4/+2
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-06xtensa: clean up printk usage for boot/crash loggingMax Filippov1-52/+22
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov1-0/+14
2016-03-11xtensa: use context structure for debug exceptionsMax Filippov1-0/+13
2016-03-11xtensa: remove remaining non-functional KGDB bitsMax Filippov1-19/+0
2016-01-11xtensa: make fake NMI configurableMax Filippov1-0/+27
2015-08-17xtensa: implement fake NMIMax Filippov1-0/+26
2015-08-17xtensa: reorganize irq flags tracingMax Filippov1-1/+4
2014-08-14xtensa: don't allow overflow/underflow on unaligned stackMax Filippov1-4/+1
2014-01-14xtensa: implement CPU hotplugMax Filippov1-2/+2