1. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  2. 6589654 arm64: uaccess: Fix omissions from usercopy whitelist by Dave Martin · 7 years ago
  3. a06f818 arm64: __show_regs: Only resolve kernel symbols when running at EL1 by Will Deacon · 7 years ago
  4. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  5. 4ef7963 arm64: do not use print_symbol() by Sergey Senozhatsky · 7 years ago
  6. 18011ea arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks by Will Deacon · 7 years ago
  7. 071b6d4 arm64: fpsimd: Prevent registers leaking from dead tasks by Dave Martin · 7 years ago
  8. bc0ee47 arm64/sve: Core task context handling by Dave Martin · 7 years ago
  9. b7300d4 arm64: traps: Pretty-print pstate in register dumps by Will Deacon · 7 years ago
  10. a25ffd3 arm64: traps: Don't print stack or raw PC/LR values in backtraces by Will Deacon · 7 years ago
  11. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  12. d1be5c9 arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro by Yury Norov · 7 years ago
  13. 22e4ebb membarrier: Provide expedited private command by Mathieu Desnoyers · 7 years ago
  14. 31e43ad arm64: unwind: remove sp from struct stackframe by Ard Biesheuvel · 7 years ago
  15. 936eb65 arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading by Dave Martin · 8 years ago
  16. 1149aad arm64: Add dump_backtrace() in show_regs by Kefeng Wang · 8 years ago
  17. 29d9812 arm64: drop unnecessary newlines in show_regs() by Kefeng Wang · 8 years ago
  18. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  19. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  20. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  21. ffe3d1e arm64: use linux/sizes.h for constants by Miles Chen · 8 years ago
  22. 8f4b326 arm64: Don't trace __switch_to if function graph tracer is enabled by Joel Fernandes · 8 years ago
  23. a4023f68 arm64: Add hypervisor safe helper for checking constant capabilities by Suzuki K Poulose · 8 years ago
  24. c02433d arm64: split thread_info from task stack by Mark Rutland · 8 years ago
  25. 9bbd4c5 arm64: prep stack walkers for THREAD_INFO_IN_TASK by Mark Rutland · 8 years ago
  26. db4b071 arm64: fix show_regs fallout from KERN_CONT changes by Mark Rutland · 8 years ago
  27. d085441 arm64: suspend: Reconfigure PSTATE after resume from idle by James Morse · 8 years ago
  28. fa5114c arm64: use simpler API for random address requests by Jason Cooper · 8 years ago
  29. adf7589 arm64: simplify sysreg manipulation by Mark Rutland · 8 years ago
  30. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  31. e6d9a52 arm64: do not enforce strict 16 byte alignment to stack pointer by Colin Ian King · 9 years ago
  32. 61462c8 arm64: kernel: Fix incorrect brk randomization by Kees Cook · 9 years ago
  33. e950631 arm64: Remove the get_thread_info() function by Catalin Marinas · 9 years ago
  34. 57f4959 arm64: kernel: Add support for User Access Override by James Morse · 9 years ago
  35. 20380bb arm64: ftrace: fix a stack tracer's output under function graph tracer by AKASHI Takahiro · 9 years ago
  36. fe13f95 arm64: pass a task parameter to unwind_frame() by AKASHI Takahiro · 9 years ago
  37. 096b322 arm64: add cpu_idle tracepoints to arch_cpu_idle by Jisheng Zhang · 9 years ago
  38. 6eb6c80 arm64: kernel thread don't need to save fpsimd context. by Janet Liu · 10 years ago
  39. d00a381 arm64: context-switch user tls register tpidr_el0 for compat tasks by Will Deacon · 10 years ago
  40. 68234df arm64: kill flush_cache_all() by Mark Rutland · 10 years ago
  41. 60c0d45 efi/arm64: use UEFI for system reset and poweroff by Ard Biesheuvel · 10 years ago
  42. 9298040 arm64: ASLR: Don't randomise text when randomise_va_space == 0 by Arun Chandran · 10 years ago
  43. 93834c6 Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  44. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  45. 6cd6d94 arm/arm64: unexport restart handlers by Guenter Roeck · 10 years ago
  46. 1c7ffc3 arm64: support restart through restart handler call chain by Guenter Roeck · 10 years ago
  47. eb35bdd7 arm64: flush TLS registers during exec by Will Deacon · 10 years ago
  48. 5e05153 arm64: convert part of soft_restart() to assembly by Arun Chandran · 10 years ago
  49. c0c264a arm64: Add CONFIG_CC_STACKPROTECTOR by Laura Abbott · 11 years ago
  50. b9acc49 arm64: Fix deadlock scenario with smp_send_stop() by Arun KS · 11 years ago
  51. 90f51a0 arm64: Fix machine_shutdown() definition by Arun KS · 11 years ago
  52. cf5c95d Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream by Catalin Marinas · 11 years ago
  53. fd92d4a arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h by AKASHI Takahiro · 11 years ago
  54. 98f7685 arm64: barriers: make use of barrier options with explicit barriers by Will Deacon · 11 years ago
  55. c51f926 arm64: add abstractions for FPSIMD state manipulation by Ard Biesheuvel · 11 years ago
  56. 1ce235f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  57. 09024aa arm64: Fix the soft_restart routine by Geoff Levand · 11 years ago
  58. 6990566 cpuidle/arm64: Remove redundant cpuidle_idle_call() by Nicolas Pitre · 11 years ago
  59. f864b61 arm64: FIQs are unused by Nicolas Pitre · 11 years ago
  60. 0a5be74 Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream by Catalin Marinas · 11 years ago
  61. 408c365 ARM64: check stack pointer in get_wchan by Konstantin Khlebnikov · 11 years ago
  62. b8824df arm64: kernel: add CPU idle call by Lorenzo Pieralisi · 11 years ago
  63. 9327e2c arm64: add CPU_HOTPLUG infrastructure by Mark Rutland · 11 years ago
  64. 6ca68e8 arm64: Correctly report LR and SP for compat tasks by Catalin Marinas · 11 years ago
  65. b0946fc arm64: Fix definition of arm_pm_restart to match the declaration by Catalin Marinas · 11 years ago
  66. ff70130 arm64: use common reboot infrastructure by Marc Zyngier · 11 years ago
  67. 3d15b79 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  68. aa1e8ec arm64: vexpress: Add support for poweroff/restart by Catalin Marinas · 12 years ago
  69. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  70. c9ef713 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  71. 5108c67 arm64: Execute DSB during thread switching for TLB/cache maintenance by Catalin Marinas · 12 years ago
  72. 3325732 arm64: Fix task tracing by Christopher Covington · 12 years ago
  73. 0087298 arm64: Use generic idle loop by Thomas Gleixner · 12 years ago
  74. 79a69d3 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  75. dc883ca ARM64 idle: delete pm_idle by Len Brown · 12 years ago
  76. ec45d1c arm64: mm: update CONTEXTIDR register to contain PID of current process by Will Deacon · 12 years ago
  77. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  78. 9ac0800 arm64: sanitize copy_thread(), switch to generic fork/vfork/clone by Al Viro · 12 years ago
  79. 6929039 Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64 by Al Viro · 12 years ago
  80. 6ba1bc8 arm64: elf: fix core dumping definitions for GP and FP registers by Will Deacon · 12 years ago
  81. e0fd18c arm64: get rid of fork/vfork/clone wrappers by Al Viro · 12 years ago
  82. c34501d arm64: Use generic kernel_thread() implementation by Catalin Marinas · 12 years ago
  83. b3901d5 arm64: Process management by Catalin Marinas · 13 years ago