aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland1-2/+48
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal1-0/+66
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster1-2/+1
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee1-0/+5
2014-07-17arm64: Use pr_* instead of printkJungseok Lee1-4/+4
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas1-2/+5
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon1-3/+2
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland1-3/+9
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas1-2/+3
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-09-17arm64: Exception handlingCatalin Marinas1-0/+348