summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier
2017-04-07arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-15arm64: traps: correctly handle MRS/MSR with XZRMark Rutland
2017-01-27arm64: handle sys and undef traps consistentlyMark Rutland
2017-01-19arm64: avoid returning from bad_modeMark Rutland
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-06-21arm64: simplify dump_memMark Rutland
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland
2016-06-03arm64: report CPU number in bad_modeMark Rutland
2016-02-12arm64: make irq_stack_ptr more robustYang Shi
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro
2015-10-19arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-27arm64: modify the dump mem for 64 bit addressesRohit Thapliyal
2015-07-03arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose
2015-06-19arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-17arm64: Use pr_* instead of printkJungseok Lee
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell