summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-19xtensa: clean up files to make them code-style compliantChris Zankel1-4/+3
2012-12-19xtensa: add trap_set_handler functionMax Filippov1-0/+11
2012-10-16xtensa: fix unaligned usermode accessMax Filippov1-2/+2
2012-10-16xtensa: 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-12xtensa: always use correct stack pointer for stack tracesJohannes Weiner1-2/+14
2009-04-03xtensa: nommu supportJohannes Weiner1-0/+2
2009-04-03xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6
2009-03-11xtensa: fix compilation somewhatAlexey Dobriyan1-0/+1
2008-02-14[XTENSA] Add support for configurable registers and coprocessorsChris Zankel1-8/+8
2008-02-14[XTENSA] Clean up elf-gregset.Chris Zankel1-3/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-3/+3
2007-08-28[XTENSA] fix wrong usage of __init and __initdata in traps.cChris Zankel1-2/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2006-12-10[PATCH] xtensa: remove extra header filesChris Zankel1-28/+28
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-08-01[PATCH] panic_on_oops: remove ssleep()Horms1-5/+3
2006-06-28[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2005-07-13[PATCH] xtensa: use ssleep() instead of schedule_timeout()Nishanth Aravamudan1-2/+2