summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman-1/+1
2021-10-18xtensa: remove unused variable wmaskMax Filippov-3/+1
2021-10-18xtensa: only build windowed register support code when neededMax Filippov-0/+2
2021-08-11xtensa: add fairness to IRQ handlingMax Filippov-0/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-8/+2
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov-5/+9
2019-12-08sched/rt, xtensa: Use CONFIG_PREEMPTIONThomas Gleixner-2/+5
2019-11-26xtensa: make stack dump size configurableMax Filippov-1/+1
2019-11-26xtensa: improve stack dumpingMax Filippov-16/+11
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov-0/+4
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-3/+3
2019-02-07xtensa: simplify trap_initMax Filippov-3/+2
2018-12-04xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov-4/+4
2018-12-03xtensa: drop fast_syscall_kernelMax Filippov-2/+0
2018-04-25signal/xtensa: Use force_sig_fault where appropriateEric W. Biederman-9/+1
2018-04-25signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2017-12-16xtensa: clean up exception handling structureMax Filippov-20/+19
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov-11/+14
2017-03-31xtensa: fix stack dump outputMax Filippov-4/+2
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-11-06xtensa: clean up printk usage for boot/crash loggingMax Filippov-52/+22
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov-0/+14
2016-03-11xtensa: use context structure for debug exceptionsMax Filippov-0/+13
2016-03-11xtensa: remove remaining non-functional KGDB bitsMax Filippov-19/+0
2016-01-11xtensa: make fake NMI configurableMax Filippov-0/+27
2015-08-17xtensa: implement fake NMIMax Filippov-0/+26
2015-08-17xtensa: reorganize irq flags tracingMax Filippov-1/+4
2014-08-14xtensa: don't allow overflow/underflow on unaligned stackMax Filippov-4/+1
2014-01-14xtensa: implement CPU hotplugMax Filippov-2/+2
2014-01-14xtensa: add SMP supportMax Filippov-8/+25
2014-01-14xtensa: clean up do_interrupt/do_IRQMax Filippov-14/+9
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds-46/+21
2013-05-09xtensa: disable IRQs while IRQ handler is runningMax Filippov-8/+10
2013-05-09xtensa: add stacktrace supportMax Filippov-38/+11
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo-8/+0
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds-36/+38
2013-02-23xtensa: move spill_registers to traps.hMax Filippov-20/+1
2013-02-23xtensa: dispatch medium-priority interruptsMarc Gauthier-17/+38
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell-1/+1
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel-4/+3