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