aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-14xtensa: add SMP supportMax Filippov1-8/+25
2014-01-14xtensa: clean up do_interrupt/do_IRQMax Filippov1-14/+9
2013-05-09Merge 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-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-36/+38
2013-02-23xtensa: move spill_registers to traps.hMax Filippov1-20/+1
2013-02-23xtensa: 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
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel1-4/+3
2012-12-18xtensa: add trap_set_handler functionMax Filippov1-0/+11
2012-10-15xtensa: fix unaligned usermode accessMax Filippov1-2/+2
2012-10-15xtensa: reorganize SR referencingMax Filippov1-9/+9
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells1-0/+19
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-05-11xtensa: always use correct stack pointer for stack tracesJohannes Weiner1-2/+14
2009-04-02xtensa: nommu supportJohannes Weiner1-0/+2
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan1-0/+1
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel1-8/+8