1. b17d6c4 UPSTREAM: arm64/syscalls: Check address limit on user-mode return by Thomas Garnier · 7 years ago
  2. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. 67badb2 arm64: Handle mismatched cache type by Suzuki K Poulose · 6 years ago
  4. a683009 arm64: Fix mismatched cache line size detection by Suzuki K Poulose · 6 years ago
  5. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. fba1048 arm64: cmpwait: Clear event register before arming exclusive monitor by Will Deacon · 6 years ago
  7. 0137ea2 ANDROID: arm64: Fix 4.9.114 merge by Amit Pundir · 6 years ago
  8. dbcb748 Merge 4.9.114 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  9. ba3fe91 arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 6 years ago
  10. 68240e9 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 6 years ago
  11. 7b62e85 arm64: KVM: Add HYP per-cpu accessors by Marc Zyngier · 6 years ago
  12. cf14b89 arm64: ssbd: Introduce thread flag to control userspace mitigation by Marc Zyngier · 6 years ago
  13. d8fbc84 arm64: ssbd: Restore mitigation status on CPU resume by Marc Zyngier · 6 years ago
  14. 242bff3 arm64: ssbd: Add global mitigation state accessor by Marc Zyngier · 6 years ago
  15. 3a64e6a arm64: Add 'ssbd' command-line option by Marc Zyngier · 6 years ago
  16. e7037bd arm64: Add ARCH_WORKAROUND_2 probing by Marc Zyngier · 6 years ago
  17. cab367c KVM: arm64: Avoid storing the vcpu pointer on the stack by Christoffer Dall · 6 years ago
  18. 4276825 KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state by Marc Zyngier · 6 years ago
  19. 3e75f25 arm64: alternatives: Add dynamic patching feature by Marc Zyngier · 6 years ago
  20. eea5902 arm64: alternatives: use tpidr_el2 on VHE hosts by James Morse · 6 years ago
  21. fa043b9 KVM: arm64: Change hyp_panic()s dependency on tpidr_el2 by James Morse · 6 years ago
  22. c488ae4 arm64: assembler: introduce ldr_this_cpu by Mark Rutland · 6 years ago
  23. 42a730a Merge 4.9.107 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. b1d5708 arm64/cpufeature: don't use mutex in bringup path by Mark Rutland · 7 years ago
  25. fe64d7d arm64: Add hypervisor safe helper for checking constant capabilities by Suzuki K Poulose · 8 years ago
  26. b27fb13 arm64: lse: Add early clobbers to some input/output asm operands by Will Deacon · 6 years ago
  27. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  28. c3655e7 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  29. 0675ec1 arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics by Will Deacon · 7 years ago
  30. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  31. 9488d11 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  32. aef17a5 Merge 4.9.101 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  33. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  34. 39c8566 Merge 4.9.100 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. b8c3208 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 7 years ago
  36. c462abb Merge 4.9.99 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  37. b8beca4 arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  38. f5a861c UPSTREAM: arm64: uaccess: suppress spurious clang warning by Mark Rutland · 7 years ago
  39. 8c01d00 UPSTREAM: arm64: restore get_current() optimisation by Mark Rutland · 8 years ago
  40. 5b7e8f7 BACKPORT: arm64: split thread_info from task stack by Mark Rutland · 8 years ago
  41. 8b6c9c9 UPSTREAM: arm64: assembler: introduce ldr_this_cpu by Mark Rutland · 8 years ago
  42. bf4efab UPSTREAM: arm64: smp: Prevent raw_smp_processor_id() recursion by Robin Murphy · 8 years ago
  43. 75c9d93 UPSTREAM: arm64: make cpu number a percpu variable by Mark Rutland · 8 years ago
  44. 0ec3713 UPSTREAM: arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx by Mark Rutland · 8 years ago
  45. ab96e21 UPSTREAM: arm64: factor out current_stack_pointer by Mark Rutland · 8 years ago
  46. ed97c7b UPSTREAM: arm64: thread_info remove stale items by Mark Rutland · 8 years ago
  47. b4c14c2 Merge tag 'v4.9.95' into android-4.9.95 by Greg Hackmann · 6 years ago
  48. 1cd969f arm64: futex: Mask __user pointers prior to dereference by Will Deacon · 7 years ago
  49. c9ae3d5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  50. 8b106af arm/arm64: KVM: Consolidate the PSCI include files by Mark Rutland · 6 years ago
  51. 04b4cc6 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 by Mark Rutland · 6 years ago
  52. 9327f06 arm64: KVM: Use per-CPU vector when BP hardening is enabled by Mark Rutland · 6 years ago
  53. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  54. 20bcfe0 arm64: Move post_ttbr_update_workaround to C code by Mark Rutland · 6 years ago
  55. 965924e arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro by Mark Rutland · 6 years ago
  56. 4504c5c arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Mark Rutland · 6 years ago
  57. 4c03928 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user by Mark Rutland · 6 years ago
  58. 346edd6 arm64: uaccess: Prevent speculative use of the current addr_limit by Mark Rutland · 6 years ago
  59. f3ed64a arm64: entry: Ensure branch through syscall table is bounded under speculation by Mark Rutland · 6 years ago
  60. 891bea9 arm64: Use pointer masking to limit uaccess speculation by Mark Rutland · 6 years ago
  61. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  62. 27eeced arm64: move TASK_* definitions to <asm/processor.h> by Mark Rutland · 6 years ago
  63. d89be00 arm64: Implement array_index_mask_nospec() by Mark Rutland · 6 years ago
  64. afc0954 arm64: barrier: Add CSDB macros to control data-value prediction by Mark Rutland · 6 years ago
  65. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  66. d7c5f8c arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage by Will Deacon · 7 years ago
  67. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  68. 4025fe1 arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 6 years ago
  69. fefeffe arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() by Will Deacon · 6 years ago
  70. f93aea3 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs by Jayachandran C · 6 years ago
  71. 7354772 arm64: Take into account ID_AA64PFR0_EL1.CSV3 by Will Deacon · 6 years ago
  72. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  73. bfca157 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 6 years ago
  74. 1809afd arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 6 years ago
  75. 0e800ba arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI by Will Deacon · 6 years ago
  76. 9311684 arm64: mm: Add arm64_kernel_unmapped_at_el0 helper by Will Deacon · 6 years ago
  77. 8919d31 arm64: mm: Allocate ASIDs in pairs by Will Deacon · 6 years ago
  78. 984e60a arm64: mm: Move ASID from TTBR0 to TTBR1 by Will Deacon · 6 years ago
  79. 8e4e977 arm64: mm: Use non-global mappings for kernel space by Will Deacon · 6 years ago
  80. a291528 arm64: avoid overflow in VA_START and PAGE_OFFSET by Nick Desaulniers · 7 years ago
  81. e34e318 Merge remote-tracking branch 'origin/android-4.9-eas-dev' into HEAD by Joel Fernandes · 7 years ago
  82. a30a6d3 arm64: disable CFI for cpu_replace_ttbr1 by Sami Tolvanen · 7 years ago
  83. 79b4e3c FROMLIST: BACKPORT: arm64: make mrs_s and msr_s macros work with LTO by Alex Matveev · 7 years ago
  84. a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  85. 2e44ee5 arm64: define BUG() instruction without CONFIG_BUG by Arnd Bergmann · 8 years ago
  86. 21bd85c Merge remote-tracking branch 'android-4.9' into 'android-4.9-eas-dev' by Quentin Perret · 7 years ago
  87. 55e95f99 arm64/topology: link arch_scale_min_freq_capacity to cpufreq by Chris Redpath · 7 years ago
  88. bcf1c9d arm64: enable max frequency capping by Dietmar Eggemann · 7 years ago
  89. 3f27035 Revert "ANDROID: arm64: Enable max freq invariant scheduler load-tracking and capacity support" by Quentin Perret · 7 years ago
  90. 8788313 FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN by Catalin Marinas · 7 years ago
  91. 95bfec6 FROMLIST: arm64: Move post_ttbr_update_workaround to C code by Marc Zyngier · 7 years ago
  92. e4f4f43 BACKPORT: arm64: Add CNTFRQ_EL0 trap handler by Marc Zyngier · 7 years ago
  93. 31f9a0a BACKPORT: arm64: Add CNTVCT_EL0 trap handler by Marc Zyngier · 8 years ago
  94. 06fe41f UPSTREAM: arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 7 years ago
  95. d7013ed UPSTREAM: arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR by Will Deacon · 7 years ago
  96. f79ff2d UPSTREAM: arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 7 years ago
  97. 5e54c4b UPSTREAM: arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 7 years ago
  98. 2053d3c UPSTREAM: arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI by Will Deacon · 7 years ago
  99. d6ca455 UPSTREAM: arm64: mm: Add arm64_kernel_unmapped_at_el0 helper by Will Deacon · 7 years ago
  100. 5914b11 UPSTREAM: arm64: mm: Allocate ASIDs in pairs by Will Deacon · 7 years ago