1. 34dc20b arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Mark Rutland · 6 years ago
  2. e7c3b24 arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Mark Rutland · 6 years ago
  3. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  4. f3ed64a arm64: entry: Ensure branch through syscall table is bounded under speculation by Mark Rutland · 6 years ago
  5. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  6. 27eeced arm64: move TASK_* definitions to <asm/processor.h> by Mark Rutland · 6 years ago
  7. a80d8e2 arm64: entry: Reword comment about post_ttbr_update_workaround by Will Deacon · 6 years ago
  8. f6af532 arm64: use RET instruction for exiting the trampoline by Will Deacon · 6 years ago
  9. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  10. bfca157 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 6 years ago
  11. ded93ce arm64: entry: Hook up entry trampoline to exception vectors by Will Deacon · 6 years ago
  12. d0b3c71 arm64: entry: Explicitly pass exception level to kernel_ventry macro by Will Deacon · 6 years ago
  13. 78a0cec arm64: entry: Add exception trampoline page for exceptions from EL0 by Will Deacon · 6 years ago
  14. e355d4b arm64: factor out entry stack manipulation by Mark Rutland · 6 years ago
  15. 9e09d90 arm64: entry: improve data abort handling of tagged pointers by Kristina Martsenko · 7 years ago
  16. de32794 arm64: avoid returning from bad_mode by Mark Rutland · 7 years ago
  17. 6ba3b55 arm64: use alternative auto-nop by Mark Rutland · 8 years ago
  18. 563cada arm64: kernel: do not need to reset UAO on exception entry by Vladimir Murzin · 8 years ago
  19. 421dd6f arm64: factor work_pending state machine to C by Chris Metcalf · 8 years ago
  20. 9adeb8e arm64: Handle el1 synchronous instruction aborts cleanly by Laura Abbott · 8 years ago
  21. e831101 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  22. a95b064 Merge branch 'for-next/kprobes' into for-next/core by Catalin Marinas · 8 years ago
  23. 888b3c8 arm64: Treat all entry code as non-kprobe-able by Pratyush Anand · 8 years ago
  24. e19a6ee arm64: kernel: Save and restore UAO and addr_limit on exception entry by James Morse · 8 years ago
  25. 7dd01ae arm64: trap userspace "dc cvau" cache operation on errata-affected core by Andre Przywara · 8 years ago
  26. 541ec87 arm64: kill ESR_LNX_EXEC by Mark Rutland · 8 years ago
  27. b660950 arm64/kernel: fix incorrect EL0 check in inv_entry macro by Ard Biesheuvel · 8 years ago
  28. ee03353 arm64: entry: remove pointless SPSR mode check by Mark Rutland · 8 years ago
  29. d224a69 arm64: remove irq_count and do_softirq_own_stack() by James Morse · 8 years ago
  30. 971c67c arm64: reduce stack use in irq_handler by James Morse · 9 years ago
  31. 49003a8 arm64: don't call C code with el0's fp register by James Morse · 9 years ago
  32. aa4d5d3 arm64: Add this_cpu_ptr() assembler macro for use in entry.S by James Morse · 9 years ago
  33. 7596abf arm64: irq: fix walking from irq stack to task stack by Will Deacon · 9 years ago
  34. 8e23dac arm64: Add do_softirq_own_stack() and enable irq_stacks by James Morse · 9 years ago
  35. 6cdf9c7 arm64: Store struct thread_info in sp_el0 by Jungseok Lee · 9 years ago
  36. db3899a arm64: Add trace_hardirqs_off annotation in ret_to_user by Catalin Marinas · 9 years ago
  37. 77f3228f arm64: AArch32 user space PC alignment exception by Mark Salyzyn · 9 years ago
  38. 412fcb6 arm64: entry: always restore x0 from the stack on syscall return by Will Deacon · 9 years ago
  39. e28cabf arm64: kernel: Adopt new alternative assembler macros by Daniel Thompson · 9 years ago
  40. c0d3fce arm64: switch_to: calculate cpu context pointer using separate register by Will Deacon · 9 years ago
  41. 1b42804 arm64: entry: handle debug exceptions in el*_inv by Mark Rutland · 9 years ago
  42. 46b0567 arm64: entry: fix context tracking for el0_sp_pc by Mark Rutland · 9 years ago
  43. 04d7e09 arm64: fix missing syscall trace exit by Josh Stone · 9 years ago
  44. 8d883b2 arm64: alternative: Merge alternative-asm.h into alternative.h by Marc Zyngier · 9 years ago
  45. b0dd9c0 arm64: Rework alternate sequence for ARM erratum 845719 by Marc Zyngier · 9 years ago
  46. 905e8c5 arm64: errata: add workaround for cortex-a53 erratum #845719 by Will Deacon · 9 years ago
  47. 0156411 arm64: Implement the compat_sys_call_table in C by Catalin Marinas · 9 years ago
  48. aed40e0 arm64: move to ESR_ELx macros by Mark Rutland · 10 years ago
  49. 1014c81 arm64: ptrace: allow tracer to skip a system call by AKASHI Takahiro · 10 years ago
  50. fcff588 arm64: Treat handle_arch_irq as a function pointer by Laura Abbott · 10 years ago
  51. 63648dd arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs by Will Deacon · 10 years ago
  52. d54e81f arm64: entry: avoid writing lr explicitly for constructing return paths by Will Deacon · 10 years ago
  53. 1059c6b arm64: debug: don't re-enable debug exceptions on return from el1_dbg by Will Deacon · 10 years ago
  54. f3e5c84 arm64: Add __NR_* definitions for compat syscalls by Catalin Marinas · 10 years ago
  55. 6c81fe7 arm64: enable context tracking by Larry Bassel · 10 years ago
  56. 6ab6463 arm64: adjust el0_sync so that a function can be called by Larry Bassel · 10 years ago
  57. 3906c2b arm64: Bug fix in stack alignment exception by ChiaHao · 10 years ago
  58. cf5c95d Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream by Catalin Marinas · 10 years ago
  59. 3157858 arm64: split syscall_trace() into separate functions for enter/exit by AKASHI Takahiro · 10 years ago
  60. 449f81a arm64: make a single hook to syscall_trace() for all syscall features by AKASHI Takahiro · 10 years ago
  61. 2a28307 arm64: debug: avoid accessing mdscr_el1 on fault paths where possible by Will Deacon · 10 years ago
  62. 005f78c arm64: defer reloading a task's FPSIMD state to userland resume by Ard Biesheuvel · 10 years ago
  63. 883c057 arm64: fix typo in entry.S by Neil Zhang · 10 years ago
  64. ee6214c arm64: support single-step and breakpoint handler hooks by Sandeepa Prabhu · 11 years ago
  65. 6468178 arm64: let the core code deal with preempt_count by Marc Zyngier · 11 years ago
  66. 717321f arm64: fix access to preempt_count from assembly code by Marc Zyngier · 11 years ago
  67. d50240a arm64: mm: permit use of tagged pointers at EL0 by Will Deacon · 11 years ago
  68. 2600e13 arm64: Enable interrupts in the EL0 undef handler by Catalin Marinas · 11 years ago
  69. 845ad05 arm64: Change kernel stack size to 16K by Feng Kan · 11 years ago
  70. 381cc2b arm64: treat unhandled compat el0 traps as undef by Mark Rutland · 11 years ago
  71. 5c1ce6f arm64: add explicit symbols to ESR_EL1 decoding by Marc Zyngier · 11 years ago
  72. 207bdae arm64: switch to generic sigaltstack by Al Viro · 11 years ago
  73. dc637f1 arm64: move vector entry macro to assembler.h by Marc Zyngier · 12 years ago
  74. e0fd18c arm64: get rid of fork/vfork/clone wrappers by Al Viro · 12 years ago
  75. 6a87277 arm64: Use generic sys_execve() implementation by Catalin Marinas · 12 years ago
  76. 59dc67b arm64: Use generic kernel_execve() implementation by Catalin Marinas · 12 years ago
  77. c34501d arm64: Use generic kernel_thread() implementation by Catalin Marinas · 12 years ago
  78. f3d447a arm64: Do not include asm/unistd32.h in asm/unistd.h by Catalin Marinas · 12 years ago
  79. 6916fd0 arm64: Enable interrupts before calling do_notify_resume() by Catalin Marinas · 12 years ago
  80. 60ffc30 arm64: Exception handling by Catalin Marinas · 12 years ago