1. b89ddf4 arm64/bpf: Remove 128MB limit for BPF JIT programs by Russell King · 3 years, 2 months ago
  2. 2bc655c Merge branch 'for-next/misc' into for-next/core by Will Deacon · 3 years, 3 months ago
  3. 99fe09c Merge branch 'for-next/extable' into for-next/core by Will Deacon · 3 years, 3 months ago
  4. 2e77a62 arm64: extable: add a dedicated uaccess handler by Mark Rutland · 3 years, 3 months ago
  5. ae976f06 arm64: Add handling of CNTVCTSS traps by Marc Zyngier · 3 years, 3 months ago
  6. f5b650f arm64/traps: Avoid unnecessary kernel/user pointer conversion by Amit Daniel Kachhap · 3 years, 4 months ago
  7. 181a126 Merge branch 'for-next/insn' into for-next/core by Will Deacon · 3 years, 7 months ago
  8. 3e00e39 arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h> by Mark Rutland · 3 years, 7 months ago
  9. 78b92c7 arm64: insn: decouple patching from insn code by Mark Rutland · 3 years, 7 months ago
  10. 8168f09 arm64: entry: split bad stack entry by Mark Rutland · 3 years, 7 months ago
  11. ec841aa arm64: entry: handle all vectors with C by Mark Rutland · 3 years, 7 months ago
  12. cbed5f8 arm64: entry: move bad_mode() to entry-common.c by Mark Rutland · 3 years, 7 months ago
  13. bb8e93a2 arm64: entry: convert SError handlers to C by Mark Rutland · 3 years, 7 months ago
  14. 382dcdd arm64: remove redundant local_daif_mask() in bad_mode() by Mark Rutland · 3 years, 7 months ago
  15. 633e5e9 arm64: Move aarch32 condition check functions by Julien Thierry · 3 years, 11 months ago
  16. d9f1b52 arm64: improve whitespace by Zhiyuan Dai · 4 years ago
  17. 3fb6819 arm64: traps: remove duplicate include statement by Tian Tao · 4 years, 1 month ago
  18. d889797 Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core by Catalin Marinas · 4 years, 1 month ago
  19. f0cd5ac arm64: entry: fix NMI {user, kernel}->kernel transitions by Mark Rutland · 4 years, 2 months ago
  20. 2f911d4 arm64: entry: move enter_from_user_mode to entry-common.c by Mark Rutland · 4 years, 2 months ago
  21. dceec3f arm64: expose FAR_EL1 tag bits in siginfo by Peter Collingbourne · 4 years, 2 months ago
  22. 57b8b1b Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next/tpyos' and 'for-next/vdso' into for-next/core by Will Deacon · 4 years, 3 months ago
  23. 9e0f085 arm64: Move console stack display code to stacktrace.c by Mark Brown · 4 years, 4 months ago
  24. 0fdb64c arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM by Will Deacon · 4 years, 4 months ago
  25. 2cf660e arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR() by Gavin Shan · 4 years, 4 months ago
  26. e16aeb0 arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements by Amit Daniel Kachhap · 4 years, 4 months ago
  27. 4ef333b arm64: traps: Allow force_signal_inject to pass esr error code by Amit Daniel Kachhap · 4 years, 4 months ago
  28. b4c9712 arm64: traps: Add str of description to panic() in die() by Yue Hu · 4 years, 5 months ago
  29. 338c11e arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack by Maninder Singh · 4 years, 6 months ago
  30. 84bc199 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  31. 25f12ae maccess: rename probe_kernel_address to get_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  32. 413d3ea arm64: traps: Dump registers prior to panic() in bad_mode() by Will Deacon · 4 years, 7 months ago
  33. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  34. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  35. c0fe096 arm64: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  36. c768983 arm64: add loglvl to dump_backtrace() by Dmitry Safonov · 4 years, 7 months ago
  37. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  38. d278652 Merge branch 'for-next/bti' into for-next/core by Will Deacon · 4 years, 8 months ago
  39. 69ea03b hardirq/nmi: Allow nested nmi_enter() by Peter Zijlstra · 5 years ago
  40. b322c65 arm64: Call debug_traps_init() from trap_init() to help early kgdb by Douglas Anderson · 4 years, 8 months ago
  41. 0537c4c arm64: BTI: Reset BTYPE when skipping emulated instructions by Dave Martin · 4 years, 10 months ago
  42. d2c2ee4 arm64: traps: Shuffle code to eliminate forward declarations by Dave Martin · 4 years, 10 months ago
  43. 172a797 arm64: unify native/compat instruction skipping by Dave Martin · 4 years, 10 months ago
  44. 8ef8f360 arm64: Basic Branch Target Identification support by Dave Martin · 4 years, 10 months ago
  45. 7ef858d sched/rt, arm64: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  46. 8301ae8 Merge branch 'for-next/entry-s-to-c' into for-next/core by Catalin Marinas · 5 years ago
  47. afa7c0e arm64: Remove asmlinkage from updated functions by James Morse · 5 years ago
  48. b6e43c0 arm64: remove __exception annotations by James Morse · 5 years ago
  49. ee9d90b arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419 by James Morse · 5 years ago
  50. 0546084 arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419 by James Morse · 5 years ago
  51. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  52. 2671828 arm64: entry: Move ct_user_exit before any other exception by James Morse · 5 years ago
  53. 37143dc arm64: constify sys64_hook instances by Mark Rutland · 5 years ago
  54. 7f20fd2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  55. 332e528 arm64: esr: Add ESR exception class encoding for trapped ERET by Will Deacon · 6 years ago
  56. 6701c61 KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC by Zenghui Yu · 6 years ago
  57. f3dcbe6 arm64: stacktrace: Factor out backtrace initialisation by Dave Martin · 6 years ago
  58. 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  59. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  60. dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  61. 3276cc2 arm64: Update silicon-errata.txt for Neoverse-N1 #1349291 by James Morse · 6 years ago
  62. 7b71665 arm64: rename dump_instr as dump_kernel_instr by jinho lim · 6 years ago
  63. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  64. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  65. d76cac6 signal/arm64: Use force_sig not force_sig_fault for SIGKILL by Eric W. Biederman · 6 years ago
  66. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  67. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  68. 82e10af signal/arm64: Use force_sig not force_sig_fault for SIGKILL by Eric W. Biederman · 6 years ago
  69. 3e29ead arm64: Remove useless message during oops by Will Deacon · 6 years ago
  70. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  71. 24cf262 Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/core by Will Deacon · 6 years ago
  72. dea86a8 arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvct by Marc Zyngier · 6 years ago
  73. d16ed410 arm64: Handle trapped DC CVADP by Andrew Murray · 6 years ago
  74. 453b774 arm64: probes: Move magic BRK values into brk-imm.h by Will Deacon · 6 years ago
  75. fb610f2 arm64: debug: Remove redundant user_mode(regs) checks from debug handlers by Will Deacon · 6 years ago
  76. 26a04d8 arm64: debug: Separate debug hooks based on target exception level by Will Deacon · 6 years ago
  77. 1e6f5440 arm64: backtrace: Don't bother trying to unwind the userspace stack by Will Deacon · 6 years ago
  78. 7d31464 arm64: Handle serror in NMI context by Julien Thierry · 6 years ago
  79. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  80. 41eea9c kasan, arm64: add brk handler for inline instrumentation by Andrey Konovalov · 6 years ago
  81. a448276 arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  82. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  83. c219bc4 arm64: Trap WFI executed in userspace by Marc Zyngier · 6 years ago
  84. 32a3e63 arm64: compat: Add CNTFRQ trap handler by Marc Zyngier · 6 years ago
  85. 50de013 arm64: compat: Add CNTVCT trap handler by Marc Zyngier · 6 years ago
  86. 2a8905e arm64: compat: Add cp15_32 and cp15_64 handler arrays by Marc Zyngier · 6 years ago
  87. 1f1c014 arm64: compat: Add condition code checks and IT advance by Marc Zyngier · 6 years ago
  88. 70c63cd arm64: compat: Add separate CP15 trapping hook by Marc Zyngier · 6 years ago
  89. f3a900b signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap by Eric W. Biederman · 6 years ago
  90. 009f608 signal/arm64: Remove arm64_force_sig_info by Eric W. Biederman · 6 years ago
  91. b4d5557 signal/arm64: Add and use arm64_force_sig_mceerr as appropriate by Eric W. Biederman · 6 years ago
  92. feca355 signal/arm64: Add and use arm64_force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  93. 1628a7c signal/arm64: Factor out arm64_show_signal from arm64_force_sig_info by Eric W. Biederman · 6 years ago
  94. 24b8f79 signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info by Eric W. Biederman · 6 years ago
  95. 6fa998e signal/arm64: Push siginfo generation into arm64_notify_die by Eric W. Biederman · 6 years ago
  96. 21f8479 arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISS by Anshuman Khandual · 6 years ago
  97. 1c83914 arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT() by Anshuman Khandual · 6 years ago
  98. e4ba15d arm64: fix for bad_mode() handler to always result in panic by Hari Vyas · 6 years ago
  99. 8a60419 arm64: force_signal_inject: WARN if called from kernel context by Will Deacon · 6 years ago
  100. b8925ee arm64: cpu: Move errata and feature enable callbacks closer to callers by Will Deacon · 6 years ago