1. 67badb2 arm64: Handle mismatched cache type by Suzuki K Poulose · 6 years ago
  2. a683009 arm64: Fix mismatched cache line size detection by Suzuki K Poulose · 6 years ago
  3. 52ea94f kprobes/arm64: Fix %p uses in error messages by Masami Hiramatsu · 6 years ago
  4. 40137ff arm64: make secondary_start_kernel() notrace by Zhizhou Zhang · 6 years ago
  5. f99e406 arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests by Marc Zyngier · 6 years ago
  6. 9c06aab arm64: ssbd: Add prctl interface for per-thread mitigation by Marc Zyngier · 6 years ago
  7. cf14b89 arm64: ssbd: Introduce thread flag to control userspace mitigation by Marc Zyngier · 6 years ago
  8. d8fbc84 arm64: ssbd: Restore mitigation status on CPU resume by Marc Zyngier · 6 years ago
  9. 42f967d arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation by Marc Zyngier · 6 years ago
  10. 3a64e6a arm64: Add 'ssbd' command-line option by Marc Zyngier · 6 years ago
  11. e7037bd arm64: Add ARCH_WORKAROUND_2 probing by Marc Zyngier · 6 years ago
  12. d8174bd arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2 by Marc Zyngier · 6 years ago
  13. be331630 arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1 by Marc Zyngier · 6 years ago
  14. cab367c KVM: arm64: Avoid storing the vcpu pointer on the stack by Christoffer Dall · 6 years ago
  15. 3e75f25 arm64: alternatives: Add dynamic patching feature by Marc Zyngier · 6 years ago
  16. eea5902 arm64: alternatives: use tpidr_el2 on VHE hosts by James Morse · 6 years ago
  17. c488ae4 arm64: assembler: introduce ldr_this_cpu by Mark Rutland · 6 years ago
  18. 12942d5 arm64: kpti: Use early_param for kpti= command-line option by Will Deacon · 6 years ago
  19. b1d5708 arm64/cpufeature: don't use mutex in bringup path by Mark Rutland · 7 years ago
  20. fe64d7d arm64: Add hypervisor safe helper for checking constant capabilities by Suzuki K Poulose · 8 years ago
  21. 0238dbb arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery by Marc Zyngier · 6 years ago
  22. c3655e7 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 6 years ago
  23. 288b1dd arm64: Kill PSCI_GET_VERSION as a variant-2 workaround by Mark Rutland · 6 years ago
  24. c24c205 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  25. 6df8d16 arm64: Branch predictor hardening for Cavium ThunderX2 by Mark Rutland · 6 years ago
  26. bad52d7 arm64: Implement branch predictor hardening for affected Cortex-A CPUs by Mark Rutland · 6 years ago
  27. 4bcf61f arm64: cpu_errata: Allow an erratum to be match for all revisions of a core by Mark Rutland · 6 years ago
  28. 34dc20b arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Mark Rutland · 6 years ago
  29. e7c3b24 arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Mark Rutland · 6 years ago
  30. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  31. 92e7a83 arm64: cpufeature: Pass capability structure to ->enable callback by Mark Rutland · 6 years ago
  32. 3c31fa5 arm64: Run enable method for errata work arounds on late CPUs by Mark Rutland · 6 years ago
  33. 93f339e arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early by Mark Rutland · 6 years ago
  34. 4504c5c arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Mark Rutland · 6 years ago
  35. f3ed64a arm64: entry: Ensure branch through syscall table is bounded under speculation by Mark Rutland · 6 years ago
  36. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  37. 27eeced arm64: move TASK_* definitions to <asm/processor.h> by Mark Rutland · 6 years ago
  38. bca3e27 ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path by Timmy Li · 7 years ago
  39. bffb84b arm64: perf: Ignore exclude_hv when kernel is running in HYP by Ganapatrao Kulkarni · 7 years ago
  40. 574e44d arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives by Will Deacon · 6 years ago
  41. a80d8e2 arm64: entry: Reword comment about post_ttbr_update_workaround by Will Deacon · 6 years ago
  42. da93510 arm64: Force KPTI to be disabled on Cavium ThunderX by Marc Zyngier · 6 years ago
  43. 4025fe1 arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 6 years ago
  44. 2adcb1f arm64: Turn on KPTI only on CPUs that need it by Jayachandran C · 6 years ago
  45. 1e0946d arm64: capabilities: Handle duplicate entries for a capability by Suzuki K Poulose · 6 years ago
  46. 1d648e4 arm64: Allow checking of a CPU-local erratum by Marc Zyngier · 6 years ago
  47. 7354772 arm64: Take into account ID_AA64PFR0_EL1.CSV3 by Will Deacon · 6 years ago
  48. f6af532 arm64: use RET instruction for exiting the trampoline by Will Deacon · 6 years ago
  49. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  50. bfca157 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 6 years ago
  51. 6e7fb7c arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks by Will Deacon · 6 years ago
  52. ded93ce arm64: entry: Hook up entry trampoline to exception vectors by Will Deacon · 6 years ago
  53. d0b3c71 arm64: entry: Explicitly pass exception level to kernel_ventry macro by Will Deacon · 6 years ago
  54. 1809afd arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 6 years ago
  55. 78a0cec arm64: entry: Add exception trampoline page for exceptions from EL0 by Will Deacon · 6 years ago
  56. e355d4b arm64: factor out entry stack manipulation by Mark Rutland · 6 years ago
  57. 8bd22b1 arm64: Disable unhandled signal log messages by default by Michael Weiser · 6 years ago
  58. a392241 arm64: fpsimd: Prevent registers leaking from dead tasks by Dave Martin · 7 years ago
  59. 011b44a arm64: ensure __dump_instr() checks addr_limit by Mark Rutland · 7 years ago
  60. 7dbd642 arm64: Make sure SPsel is always set by Marc Zyngier · 7 years ago
  61. 27e7506 arm64: fpsimd: Prevent registers leaking across exec by Dave Martin · 7 years ago
  62. 982d8d9 arm64: fix NULL dereference in have_cpu_die() by Mark Salter · 7 years ago
  63. 99f66b5 arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW by Will Deacon · 7 years ago
  64. 9e09d90 arm64: entry: improve data abort handling of tagged pointers by Kristina Martsenko · 7 years ago
  65. 1d61ccb arm64: hw_breakpoint: fix watchpoint matching for tagged pointers by Kristina Martsenko · 7 years ago
  66. 791d94e arm64: traps: fix userspace cache maintenance emulation on a tagged pointer by Kristina Martsenko · 7 years ago
  67. 4775fbc arm64: armv8_deprecated: ensure extension of addr by Mark Rutland · 7 years ago
  68. bec9918 firmware: qcom: scm: Fix interrupted SCM calls by Andy Gross · 7 years ago
  69. 007f0a2 arm: kernel: Add SMC structure parameter by Andy Gross · 7 years ago
  70. 5582c19 arm64: PCI: Add local struct device pointers by Bjorn Helgaas · 7 years ago
  71. cc49b39 arm64: PCI: Manage controller-specific data on per-controller basis by Tomasz Nowicki · 7 years ago
  72. b9ed800 arm64: kaslr: Fix up the kernel image alignment by Neeraj Upadhyay · 7 years ago
  73. 7127d43 arm64: fix erroneous __raw_read_system_reg() cases by Mark Rutland · 7 years ago
  74. 6e53a62 arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields by Dave Martin · 7 years ago
  75. 5c5839b arm64/ptrace: Preserve previous registers for short regset write - 3 by Dave Martin · 7 years ago
  76. a4aafb8 arm64/ptrace: Preserve previous registers for short regset write - 2 by Dave Martin · 7 years ago
  77. 357cfd6 arm64/ptrace: Preserve previous registers for short regset write by Dave Martin · 7 years ago
  78. de32794 arm64: avoid returning from bad_mode by Mark Rutland · 7 years ago
  79. b112c84 KVM: arm64: Fix the issues when guest PMCCFILTR is configured by Wei Huang · 8 years ago
  80. f4814e6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  81. db4b071 arm64: fix show_regs fallout from KERN_CONT changes by Mark Rutland · 8 years ago
  82. d085441 arm64: suspend: Reconfigure PSTATE after resume from idle by James Morse · 8 years ago
  83. 2a6dcb2 arm64: cpufeature: Schedule enable() calls instead of calling them via IPI by James Morse · 8 years ago
  84. 87261d1 arm64: Cortex-A53 errata workaround: check for kernel addresses by Andre Przywara · 8 years ago
  85. 1c5b51d arm64: swp emulation: bound LL/SC retries before rescheduling by Will Deacon · 8 years ago
  86. 8505403 arm64: kernel: Init MDCR_EL2 even in the absence of a PMU by Marc Zyngier · 8 years ago
  87. baa5567 arm64: kernel: numa: fix ACPI boot cpu numa node mapping by Lorenzo Pieralisi · 8 years ago
  88. 9f7d416 kprobes: Unpoison stack in jprobe_return() for KASAN by Dmitry Vyukov · 8 years ago
  89. fa5114c arm64: use simpler API for random address requests by Jason Cooper · 8 years ago
  90. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  91. e6dce82 Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  92. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  95. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  96. 888125a ARM64: ACPI: enable ACPI_SPCR_TABLE by Aleksey Makarov · 8 years ago
  97. b5e7307 arm64: fix dump_backtrace/unwind_frame with NULL tsk by Mark Rutland · 8 years ago
  98. 1d8f51d arm/arm64: arch_timer: Use archdata to indicate vdso suitability by Scott Wood · 8 years ago
  99. 67787b6 arm64: kgdb: handle read-only text / modules by AKASHI Takahiro · 8 years ago
  100. c18df0a arm64: Call numa_store_cpu_info() earlier. by David Daney · 8 years ago