1. 6bf0dcf arm64: kernel: Survive corrected RAS errors notified by SError by James Morse · 7 years ago
  2. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  3. bc0ee47 arm64/sve: Core task context handling by Dave Martin · 7 years ago
  4. 6723656 arm64/sve: System register and exception syndrome definitions by Dave Martin · 7 years ago
  5. 7a7003b arm64: ensure __dump_instr() checks addr_limit by Mark Rutland · 7 years ago
  6. a92d4d1 arm64: entry.S: move SError handling into a C function for future expansion by Xie XiuQi · 7 years ago
  7. 0fbeb31 arm64: explicitly mask all exceptions by James Morse · 7 years ago
  8. a25ffd3 arm64: traps: Don't print stack or raw PC/LR values in backtraces by Will Deacon · 7 years ago
  9. 6436bee arm64: Fix single stepping in kernel traps by Julien Thierry · 7 years ago
  10. df5b95b Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core by Catalin Marinas · 7 years ago
  11. 872d832 arm64: add VMAP_STACK overflow detection by Mark Rutland · 7 years ago
  12. 1296444 arm64: add on_accessible_stack() by Mark Rutland · 7 years ago
  13. c5bc503 arm64: remove __die()'s stack dump by Mark Rutland · 7 years ago
  14. 0553896 Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core by Catalin Marinas · 7 years ago
  15. 31e43ad arm64: unwind: remove sp from struct stackframe by Ard Biesheuvel · 7 years ago
  16. 7326749 arm64: unwind: reference pt_regs via embedded stack frame by Ard Biesheuvel · 7 years ago
  17. e1bc5d1 arm64: Handle trapped DC CVAP by Robin Murphy · 7 years ago
  18. 0966837 arm64: unwind: avoid percpu indirection for irq stack by Mark Rutland · 7 years ago
  19. 35d0e6f arm64: syscallno is secretly an int, make it official by Dave Martin · 7 years ago
  20. c6f97ad arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0 by Marc Zyngier · 7 years ago
  21. 6f44a0b arm64: traps: disable irq in die() by Qiao Zhou · 8 years ago
  22. 6cf5d4a arm64: fix endianness annotation in call_undef_hook() by Luc Van Oostenryck · 8 years ago
  23. 1149aad arm64: Add dump_backtrace() in show_regs by Kefeng Wang · 8 years ago
  24. 81cddd6 arm64: traps: fix userspace cache maintenance emulation on a tagged pointer by Kristina Martsenko · 8 years ago
  25. 9842119 arm64: Add CNTFRQ_EL0 trap handler by Marc Zyngier · 8 years ago
  26. 6126ce0 arm64: Add CNTVCT_EL0 trap handler by Marc Zyngier · 8 years ago
  27. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  28. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  29. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  30. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  31. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  32. 8b6e70f arm64: traps: correctly handle MRS/MSR with XZR by Mark Rutland · 8 years ago
  33. 49f6cba arm64: handle sys and undef traps consistently by Mark Rutland · 8 years ago
  34. 7d9e8f7 arm64: avoid returning from bad_mode by Mark Rutland · 8 years ago
  35. fe4fbdb arm64: cpufeature: Track user visible fields by Suzuki K Poulose · 8 years ago
  36. 39bc88e arm64: Disable TTBR0_EL1 during normal kernel execution by Catalin Marinas · 8 years ago
  37. 9bbd4c5 arm64: prep stack walkers for THREAD_INFO_IN_TASK by Mark Rutland · 8 years ago
  38. 876e7a3 arm64: traps: simplify die() and __die() by Mark Rutland · 8 years ago
  39. a9ea001 arm64: factor out current_stack_pointer by Mark Rutland · 8 years ago
  40. 2a6dcb2 arm64: cpufeature: Schedule enable() calls instead of calling them via IPI by James Morse · 8 years ago
  41. 87261d1 arm64: Cortex-A53 errata workaround: check for kernel addresses by Andre Przywara · 8 years ago
  42. b5e7307 arm64: fix dump_backtrace/unwind_frame with NULL tsk by Mark Rutland · 8 years ago
  43. 116c81f arm64: Work around systems with mismatched cache line sizes by Suzuki K Poulose · 8 years ago
  44. 9dbd5bb arm64: Refactor sysinstr exception handling by Suzuki K Poulose · 8 years ago
  45. 7dd01ae arm64: trap userspace "dc cvau" cache operation on errata-affected core by Andre Przywara · 9 years ago
  46. 390bf17 arm64: consolidate signal injection on emulation errors by Andre Przywara · 9 years ago
  47. 275f344 arm64: add macro to extract ESR_ELx.EC by Mark Rutland · 9 years ago
  48. 7ceb3a1 arm64: simplify dump_mem by Mark Rutland · 9 years ago
  49. c5cea06 arm64: fix dump_instr when PAN and UAO are in use by Mark Rutland · 9 years ago
  50. 8051f4d arm64: report CPU number in bad_mode by Mark Rutland · 9 years ago
  51. a80a0eb arm64: make irq_stack_ptr more robust by Yang Shi · 9 years ago
  52. c9cd0ed arm64: traps: address fallout from printk -> pr_* conversion by Will Deacon · 9 years ago
  53. 20380bb arm64: ftrace: fix a stack tracer's output under function graph tracer by AKASHI Takahiro · 9 years ago
  54. fe13f95 arm64: pass a task parameter to unwind_frame() by AKASHI Takahiro · 9 years ago
  55. 132cd88 arm64: Modify stack trace and dump for use with irq_stack by AKASHI Takahiro · 9 years ago
  56. 9f93f3e arm64: Synchronise dump_backtrace() with perf callchain by Jungseok Lee · 9 years ago
  57. a465322 arm64/BUG: Show explicit backtrace for WARNs by Dave P Martin · 9 years ago
  58. 9fb7410 arm64/BUG: Use BRK instruction for generic BUG traps by Dave P Martin · 9 years ago
  59. 4b3dc96 arm64: force CONFIG_SMP=y and remove redundant #ifdefs by Will Deacon · 10 years ago
  60. e147ae6 arm64: modify the dump mem for 64 bit addresses by Rohit Thapliyal · 9 years ago
  61. f871d26 arm64: Fix show_unhandled_signal_ratelimited usage by Suzuki K. Poulose · 10 years ago
  62. 86dca36 arm64: use private ratelimit state along with show_unhandled_signals by Vladimir Murzin · 10 years ago
  63. 60a1f02 arm64: decode ESR_ELx.EC when reporting exceptions by Mark Rutland · 10 years ago
  64. 9b79f52 arm64: Add support for hooks to handle undefined instructions by Punit Agrawal · 10 years ago
  65. 2128df1 arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c by Behan Webster · 10 years ago
  66. c79b954b arm64: mm: Implement 4 levels of translation tables by Jungseok Lee · 11 years ago
  67. ac7b406 arm64: Use pr_* instead of printk by Jungseok Lee · 11 years ago
  68. 9141300 arm64: Provide read/write fault information in compat signal handlers by Catalin Marinas · 11 years ago
  69. 1442b6e arm64: debug: consolidate software breakpoint handlers by Will Deacon · 12 years ago
  70. 9955ac4 arm64: don't kill the kernel on a bad esr from el0 by Mark Rutland · 12 years ago
  71. 953dbbe arm64: Do not report user faults for handled signals by Catalin Marinas · 12 years ago
  72. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  73. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  74. 60ffc30 arm64: Exception handling by Catalin Marinas · 13 years ago