1. fa0465f arm64: assembler: Change order of macro arguments in phys_to_ttbr by Will Deacon · 7 years ago
  2. 6dc52b1 arm64: Force KPTI to be disabled on Cavium ThunderX by Marc Zyngier · 7 years ago
  3. f992b4d arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 7 years ago
  4. 4e602056 arm64: mm: Permit transitioning from Global to Non-Global without BBM by Will Deacon · 7 years ago
  5. 41acec6 arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  6. 3060e9f arm64: Add software workaround for Falkor erratum 1041 by Shanker Donthineni · 7 years ago
  7. 202fb4e arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics by Will Deacon · 7 years ago
  8. ec89ab5 arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm by Steve Capper · 7 years ago
  9. 0ba2e29 arm64: Turn on KPTI only on CPUs that need it by Jayachandran C · 7 years ago
  10. f3d795d arm64: Branch predictor hardening for Cavium ThunderX2 by Jayachandran C · 7 years ago
  11. 55b35d0 arm64: Run enable method for errata work arounds on late CPUs by Suzuki K Poulose · 7 years ago
  12. a8e4c0a arm64: Move BP hardening to check_and_switch_context by Marc Zyngier · 7 years ago
  13. e9eaa80 arm64: mm: ignore memory above supported physical address size by Kristina Martsenko · 7 years ago
  14. 6b88a32 arm64: kpti: Fix the interaction between ASID switching and software PAN by Catalin Marinas · 7 years ago
  15. 558daf6 KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA by Dongjiu Geng · 7 years ago
  16. 0067df4 KVM: arm64: Handle RAS SErrors from EL2 on guest exit by James Morse · 7 years ago
  17. 3368bd8 KVM: arm64: Handle RAS SErrors from EL1 on guest exit by James Morse · 7 years ago
  18. c60590b KVM: arm64: Save ESR_EL2 on guest SError by James Morse · 7 years ago
  19. c773ae2 KVM: arm64: Save/Restore guest DISR_EL1 by James Morse · 7 years ago
  20. 4715c14 KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2. by James Morse · 7 years ago
  21. 4f5abad KVM: arm/arm64: mask/unmask daif around VHE guests by James Morse · 7 years ago
  22. 68ddbf0 arm64: kernel: Prepare for a DISR user by James Morse · 7 years ago
  23. f751daa arm64: Unconditionally enable IESB on exception entry/return for firmware-first by James Morse · 7 years ago
  24. 6bf0dcf arm64: kernel: Survive corrected RAS errors notified by SError by James Morse · 7 years ago
  25. 64c0272 arm64: cpufeature: Detect CPU RAS Extentions by Xie XiuQi · 7 years ago
  26. 7a00d68 arm64: sysreg: Move to use definitions for all the SCTLR bits by James Morse · 7 years ago
  27. edf298c arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early by James Morse · 7 years ago
  28. 0abdeff arm64: fpsimd: Fix state leakage when migrating after sigreturn by Dave Martin · 7 years ago
  29. 29d9bef arm64: Correct type for PUD macros by Punit Agrawal · 7 years ago
  30. 894cfd1 arm64: Inform user if software PAN is in use by Stephen Boyd · 7 years ago
  31. 39610a6 arm64: fix comment above tcr_compute_pa_size by Kristina Martsenko · 7 years ago
  32. 98732d1 KVM: arm/arm64: fix HYP ID map extension to 52 bits by Kristina Martsenko · 7 years ago
  33. 6a20542 arm64: fix ID map extension to 52 bits by Kristina Martsenko · 7 years ago
  34. 071929d arm64: Stop printing the virtual memory layout by Laura Abbott · 7 years ago
  35. 2f7aacf firmware: arm_sdei: Fix return value check in sdei_present_dt() by Wei Yongjun · 7 years ago
  36. a22fde8 perf: dsu: Use signed field for dsu_pmu->num_counters by Suzuki K Poulose · 7 years ago
  37. 67948af arm64: capabilities: Handle duplicate entries for a capability by Suzuki K Poulose · 7 years ago
  38. bb48711 arm64: cpu_errata: Add Kryo to Falkor 1003 errata by Stephen Boyd · 7 years ago
  39. 0370b31 arm64: Extend early page table code to allow for larger kernels by Steve Capper · 7 years ago
  40. 1e1b8c0 arm64: entry: Move the trampoline to be before PAN by Steve Capper · 7 years ago
  41. 9dfe482 arm64: Re-order reserved_ttbr0 in linker script by Steve Capper · 7 years ago
  42. 79e9aa5 arm64: sdei: Add trampoline code for remapping the kernel by James Morse · 7 years ago
  43. 83f8ee3 arm64: mmu: add the entry trampolines start/end section markers into sections.h by James Morse · 7 years ago
  44. 677a60b firmware: arm_sdei: Discover SDEI support via ACPI by James Morse · 7 years ago
  45. fa31ab7 arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI by James Morse · 7 years ago
  46. f92b546 firmware: arm_sdei: add support for CPU private events by James Morse · 7 years ago
  47. da35182 firmware: arm_sdei: Add support for CPU and system power states by James Morse · 7 years ago
  48. f5df269 arm64: kernel: Add arch-specific SDEI entry code and CPU masking by James Morse · 7 years ago
  49. e1281f5 arm64: uaccess: Add PAN helper by James Morse · 7 years ago
  50. ed8b20d arm64: Add vmap_stack header file by James Morse · 7 years ago
  51. ad6eb31 firmware: arm_sdei: Add driver for Software Delegated Exceptions by James Morse · 7 years ago
  52. 86f04f6 Docs: dt: add devicetree binding for describing arm64 SDEI firmware by James Morse · 7 years ago
  53. 1f74267 KVM: arm64: Stop save/restoring host tpidr_el1 on VHE by James Morse · 7 years ago
  54. 6d99b68 arm64: alternatives: use tpidr_el2 on VHE hosts by James Morse · 7 years ago
  55. c97e166 KVM: arm64: Change hyp_panic()s dependency on tpidr_el2 by James Morse · 7 years ago
  56. 36989e7 KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation by James Morse · 7 years ago
  57. 32b03d1 KVM: arm64: Store vcpu on the stack during __guest_enter() by James Morse · 7 years ago
  58. 3423cab Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Catalin Marinas · 7 years ago
  59. 0d90718 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs by Jayachandran C · 7 years ago
  60. ec82b56 arm64: Implement branch predictor hardening for Falkor by Shanker Donthineni · 7 years ago
  61. aa6acde arm64: Implement branch predictor hardening for affected Cortex-A CPUs by Will Deacon · 7 years ago
  62. a65d219 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 by Will Deacon · 7 years ago
  63. 9034868 arm64: KVM: Make PSCI_VERSION a fast path by Marc Zyngier · 7 years ago
  64. 6840bdd arm64: KVM: Use per-CPU vector when BP hardening is enabled by Marc Zyngier · 7 years ago
  65. 0f15adb arm64: Add skeleton to harden the branch predictor against aliasing attacks by Will Deacon · 7 years ago
  66. 95e3de3 arm64: Move post_ttbr_update_workaround to C code by Marc Zyngier · 7 years ago
  67. d68e3ba drivers/firmware: Expose psci_get_version through psci_ops structure by Will Deacon · 7 years ago
  68. 0a0d111d arm64: cpufeature: Pass capability structure to ->enable callback by Will Deacon · 7 years ago
  69. 179a56f arm64: Take into account ID_AA64PFR0_EL1.CSV3 by Will Deacon · 7 years ago
  70. 0617052 arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry by Will Deacon · 7 years ago
  71. be04a6d arm64: use RET instruction for exiting the trampoline by Will Deacon · 7 years ago
  72. 3b3b681 arm64: v8.4: Support for new floating point multiplication instructions by Dongjiu Geng · 7 years ago
  73. a8ffaaa arm64: asid: Do not replace active_asids if already 0 by Catalin Marinas · 7 years ago
  74. 7520fa9 perf: ARM DynamIQ Shared Unit PMU support by Suzuki K Poulose · 7 years ago
  75. 9249dee dt-bindings: Document devicetree binding for ARM DSU PMU by Suzuki K Poulose · 7 years ago
  76. 6658278 arm_pmu: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  77. 52cac11 arm64: Use of_cpu_node_to_id helper for CPU topology parsing by Suzuki K Poulose · 7 years ago
  78. c08ec7d irqchip: gic-v3: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  79. 29198e3 coresight: of: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  80. a0e71cd of: Add helper for mapping device node to logical CPU number by Suzuki K Poulose · 7 years ago
  81. 82975c4 perf: Export perf_event_update_userpage by Suzuki K Poulose · 7 years ago
  82. f5ed22e arm64: make label allocation style consistent in tishift by Jason A. Donenfeld · 7 years ago
  83. 8b9951e ARM64 / cpuidle: Use new cpuidle macro for entering retention state by Prashanth Prakash · 7 years ago
  84. db50a74 cpuidle: Add new macro to enter a retention idle state by Prashanth Prakash · 7 years ago
  85. 1f911c3 Merge branch 'for-next/52-bit-pa' into for-next/core by Catalin Marinas · 7 years ago
  86. f77d281 arm64: enable 52-bit physical address support by Kristina Martsenko · 7 years ago
  87. fa2a844 arm64: allow ID map to be extended to 52 bits by Kristina Martsenko · 7 years ago
  88. 75387b9 arm64: handle 52-bit physical addresses in page table entries by Kristina Martsenko · 7 years ago
  89. 1933830 arm64: don't open code page table entry creation by Kristina Martsenko · 7 years ago
  90. e6d588a arm64: head.S: handle 52-bit PAs in PTEs in early page table setup by Kristina Martsenko · 7 years ago
  91. 529c4b0 arm64: handle 52-bit addresses in TTBR by Kristina Martsenko · 7 years ago
  92. 787fd1d arm64: limit PA size to supported range by Kristina Martsenko · 7 years ago
  93. 982aa7c arm64: add kconfig symbol to configure physical address size by Kristina Martsenko · 7 years ago
  94. 6aef0fd Merge branch 'kpti' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Catalin Marinas · 7 years ago
  95. 6c27c40 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 7 years ago
  96. b519538 arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR by Will Deacon · 7 years ago
  97. 7a4a0c1 perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  98. 084eb77 arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 by Will Deacon · 7 years ago
  99. ea1e3de arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 7 years ago
  100. 18011ea arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks by Will Deacon · 7 years ago