1. c3655e7 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  2. 0675ec1 arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics by Will Deacon · 7 years ago
  3. 9488d11 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  4. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  5. b8c3208 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 7 years ago
  6. b8beca4 arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  7. 1cd969f arm64: futex: Mask __user pointers prior to dereference by Will Deacon · 7 years ago
  8. c9ae3d5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  9. 8b106af arm/arm64: KVM: Consolidate the PSCI include files by Mark Rutland · 6 years ago
  10. 04b4cc6 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 by Mark Rutland · 6 years ago
  11. 9327f06 arm64: KVM: Use per-CPU vector when BP hardening is enabled by Mark Rutland · 6 years ago
  12. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  13. 20bcfe0 arm64: Move post_ttbr_update_workaround to C code by Mark Rutland · 6 years ago
  14. 965924e arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro by Mark Rutland · 6 years ago
  15. 4504c5c arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Mark Rutland · 6 years ago
  16. 4c03928 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user by Mark Rutland · 6 years ago
  17. 346edd6 arm64: uaccess: Prevent speculative use of the current addr_limit by Mark Rutland · 6 years ago
  18. f3ed64a arm64: entry: Ensure branch through syscall table is bounded under speculation by Mark Rutland · 6 years ago
  19. 891bea9 arm64: Use pointer masking to limit uaccess speculation by Mark Rutland · 6 years ago
  20. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  21. 27eeced arm64: move TASK_* definitions to <asm/processor.h> by Mark Rutland · 6 years ago
  22. d89be00 arm64: Implement array_index_mask_nospec() by Mark Rutland · 6 years ago
  23. afc0954 arm64: barrier: Add CSDB macros to control data-value prediction by Mark Rutland · 6 years ago
  24. d7c5f8c arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage by Will Deacon · 7 years ago
  25. 4025fe1 arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 6 years ago
  26. fefeffe arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() by Will Deacon · 6 years ago
  27. f93aea3 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs by Jayachandran C · 6 years ago
  28. 7354772 arm64: Take into account ID_AA64PFR0_EL1.CSV3 by Will Deacon · 6 years ago
  29. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  30. bfca157 arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 6 years ago
  31. 1809afd arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 6 years ago
  32. 0e800ba arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI by Will Deacon · 6 years ago
  33. 9311684 arm64: mm: Add arm64_kernel_unmapped_at_el0 helper by Will Deacon · 6 years ago
  34. 8919d31 arm64: mm: Allocate ASIDs in pairs by Will Deacon · 6 years ago
  35. 984e60a arm64: mm: Move ASID from TTBR0 to TTBR1 by Will Deacon · 6 years ago
  36. 8e4e977 arm64: mm: Use non-global mappings for kernel space by Will Deacon · 6 years ago
  37. a291528 arm64: avoid overflow in VA_START and PAGE_OFFSET by Nick Desaulniers · 7 years ago
  38. 2e44ee5 arm64: define BUG() instruction without CONFIG_BUG by Arnd Bergmann · 8 years ago
  39. 63fba9f arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one by Kristina Martsenko · 7 years ago
  40. e5380004 arm64: Implement arch-specific pte_access_permitted() by Catalin Marinas · 7 years ago
  41. 1f2347a mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes by Kees Cook · 7 years ago
  42. 70779e0 arm64: move ELF_ET_DYN_BASE to 4GB / 4MB by Kees Cook · 7 years ago
  43. 7661b19 ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation by Lorenzo Pieralisi · 7 years ago
  44. f88f06e arm64: assembler: make adr_l work in modules under KASLR by Ard Biesheuvel · 8 years ago
  45. 9e09d90 arm64: entry: improve data abort handling of tagged pointers by Kristina Martsenko · 7 years ago
  46. 1d61ccb arm64: hw_breakpoint: fix watchpoint matching for tagged pointers by Kristina Martsenko · 7 years ago
  47. b9824dd arm64: KVM: Preserve RES1 bits in SCTLR_EL2 by Marc Zyngier · 7 years ago
  48. e817a7f arm64: uaccess: ensure extension of access_ok() addr by Mark Rutland · 7 years ago
  49. f2e4f4e arm64: ensure extension of smp_store_release value by Mark Rutland · 7 years ago
  50. 8867513 arm64: xchg: hazard against entire exchange variable by Mark Rutland · 7 years ago
  51. 884ba25 arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses by Marc Zyngier · 7 years ago
  52. f46fdb8 arm64: Improve detection of user/non-user mappings in set_pte(_at) by Catalin Marinas · 8 years ago
  53. ac4c8fc arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2 by Marc Zyngier · 8 years ago
  54. 9629578 arm64: mm: avoid name clash in __page_to_voff() by Oleksandr Andrushchenko · 8 years ago
  55. f9081dd arm64/ptrace: Avoid uninitialised struct padding in fpr_set() by Dave Martin · 8 years ago
  56. e5dbc4b Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 8 years ago
  57. b112c84 KVM: arm64: Fix the issues when guest PMCCFILTR is configured by Wei Huang · 8 years ago
  58. e234832 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  59. 05d36a7 Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  60. 272d01b arm64: Fix circular include of asm/lse.h through linux/jump_label.h by Catalin Marinas · 8 years ago
  61. 94d0e59 arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU by Marc Zyngier · 8 years ago
  62. 3fa72fe arm64: mm: fix __page_to_voff definition by Neeraj Upadhyay · 8 years ago
  63. a23b27a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  64. 60e21a0 arm64: KVM: Take S1 walks into account when determining S2 write faults by Will Deacon · 8 years ago
  65. d085441 arm64: suspend: Reconfigure PSTATE after resume from idle by James Morse · 8 years ago
  66. 2a6dcb2 arm64: cpufeature: Schedule enable() calls instead of calling them via IPI by James Morse · 8 years ago
  67. 87261d1 arm64: Cortex-A53 errata workaround: check for kernel addresses by Andre Przywara · 8 years ago
  68. 1e6e57d arm64: percpu: rewrite ll/sc loops in assembly by Will Deacon · 8 years ago
  69. 91cb163 arm64: sysreg: Fix use of XZR in write_sysreg_s by Will Deacon · 8 years ago
  70. 9c0e83c arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y by Ard Biesheuvel · 8 years ago
  71. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  73. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  74. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  75. 999dcbe Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  77. 45ca877 Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into next by Radim Krčmář · 8 years ago
  78. db68f3e arm64: tlbflush.h: add __tlbi() macro by Mark Rutland · 8 years ago
  79. 1d8f51d arm/arm64: arch_timer: Use archdata to indicate vdso suitability by Scott Wood · 8 years ago
  80. f6dc157 arm64: arch_timer: Work around QorIQ Erratum A-008585 by Scott Wood · 8 years ago
  81. 67787b6 arm64: kgdb: handle read-only text / modules by AKASHI Takahiro · 8 years ago
  82. b5525ce arm64: KVM: Move GIC accessors to arch_gicv3.h by Vladimir Murzin · 8 years ago
  83. ca21945 arm64: Correctly bounds check virt_addr_valid by Laura Abbott · 8 years ago
  84. 4855bd2 arm64: don't zero in __copy_from_user{,_inatomic} by Al Viro · 8 years ago
  85. 91ef844 irqchip/gic-v3: Reset BPR during initialization by Daniel Thompson · 8 years ago
  86. e506236 arm64/kvm: use alternative auto-nop by Mark Rutland · 8 years ago
  87. 792d473 arm64: alternative: add auto-nop infrastructure by Mark Rutland · 8 years ago
  88. 05492f2 arm64: lse: convert lse alternatives NOP padding to use __nops by Will Deacon · 8 years ago
  89. f99a250 arm64: barriers: introduce nops and __nops macros for NOP sequences by Will Deacon · 8 years ago
  90. 8a71f0c arm64: sysreg: replace open-coded mrs_s/msr_s with {read,write}_sysreg_s by Will Deacon · 8 years ago
  91. 0e27a7f arm64: Remove shadowed asm-generic headers by Robin Murphy · 8 years ago
  92. 116c81f arm64: Work around systems with mismatched cache line sizes by Suzuki K Poulose · 8 years ago
  93. 9dbd5bb arm64: Refactor sysinstr exception handling by Suzuki K Poulose · 8 years ago
  94. 072f0a6 arm64: Introduce raw_{d,i}cache_line_size by Suzuki K Poulose · 8 years ago
  95. 46084bc arm64: insn: Add helpers for adrp offsets by Suzuki K Poulose · 8 years ago
  96. c47a190 arm64: Rearrange CPU errata workaround checks by Suzuki K Poulose · 8 years ago
  97. 89ba264 arm64: Use consistent naming for errata handling by Suzuki K Poulose · 8 years ago
  98. ee7bc63 arm64: Set the safe value for L1 icache policy by Suzuki K Poulose · 8 years ago
  99. 2b97434 arm64: use preempt_disable_notrace in _percpu_read/write by Chunyan Zhang · 8 years ago
  100. 872c63f arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb() by Will Deacon · 8 years ago