summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2014-01-14xtensa: add SMP supportMax Filippov1-8/+25
2014-01-14xtensa: clean up do_interrupt/do_IRQMax Filippov1-14/+9
2013-05-10Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-46/+21
2013-05-09xtensa: disable IRQs while IRQ handler is runningMax Filippov1-8/+10
2013-05-09xtensa: add stacktrace supportMax Filippov1-38/+11
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-02-27Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-36/+38
2013-02-24xtensa: move spill_registers to traps.hMax Filippov1-20/+1
2013-02-24xtensa: dispatch medium-priority interruptsMarc Gauthier1-17/+38
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1