1. 8f04e8e arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 by Will Deacon · 6 years ago
  2. d71be2b arm64: cpufeature: Detect SSBS and advertise to userspace by Will Deacon · 7 years ago
  3. ca7f686 arm64: Fix silly typo in comment by Will Deacon · 7 years ago
  4. 7f08872 arm64: tlb: Rewrite stale comment in asm/tlbflush.h by Will Deacon · 6 years ago
  5. ace8cb7 arm64: tlb: Avoid synchronous TLBIs when freeing page tables by Will Deacon · 6 years ago
  6. f270ab8 arm64: tlb: Adjust stride and type of TLBI according to mmu_gather by Will Deacon · 6 years ago
  7. 07212cd arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code by Will Deacon · 6 years ago
  8. 67a902a arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() by Will Deacon · 6 years ago
  9. d8289d3 arm64: tlb: Justify non-leaf invalidation in flush_tlb_range() by Will Deacon · 6 years ago
  10. 0795eda arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d() by Will Deacon · 6 years ago
  11. 45a284b arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable() by Will Deacon · 6 years ago
  12. 6899a4c arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range() by Will Deacon · 6 years ago
  13. a1f3394 arm64: uaccess: implement unsafe accessors by Julien Thierry · 6 years ago
  14. 86d0dd3 arm64: cpufeature: add feature for CRC32 instructions by Ard Biesheuvel · 6 years ago
  15. d475fac arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h by Will Deacon · 6 years ago
  16. 6319893 Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  17. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  18. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  20. d0daaea Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. 4004392 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 03bd646 KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses by Marc Zyngier · 6 years ago
  23. 9e90c79 Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 6 years ago
  24. 78ae2e1 arm64: Use the new GENERIC_IRQ_MULTI_HANDLER by Palmer Dabbelt · 7 years ago
  25. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  26. 8b11ec1 mm: do not initialize TLB stack vma's with vma_init() by Linus Torvalds · 6 years ago
  27. d26de6c arm64: drop unused kernel_neon_begin_partial() macro by Ard Biesheuvel · 6 years ago
  28. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  29. 0b3e336 arm64: Add support for STACKLEAK gcc plugin by Laura Abbott · 7 years ago
  30. 8a1ccfb arm64: Add stack information to on_accessible_stack by Laura Abbott · 7 years ago
  31. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  32. 09ffcb0d arm64: acpi: fix alignment fault in accessing ACPI by AKASHI Takahiro · 6 years ago
  33. c4db9c1 efi: Deduplicate efi_open_volume() by Lukas Wunner · 7 years ago
  34. 539aee0 KVM: arm64: Share the parts of get/set events useful to 32bit by James Morse · 7 years ago
  35. b7b27fa arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS by Dongjiu Geng · 7 years ago
  36. 9bc03f1 arm64: KVM: Cleanup tpidr_el2 init on non-VHE by Marc Zyngier · 7 years ago
  37. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  38. 4378a7d arm64: implement syscall wrappers by Mark Rutland · 7 years ago
  39. 55f8492 arm64: convert compat wrappers to C by Mark Rutland · 7 years ago
  40. 3b71427 arm64: convert native/compat syscall entry to C by Mark Rutland · 7 years ago
  41. 27d83e6 arm64: introduce syscall_fn_t by Mark Rutland · 7 years ago
  42. 3085e16 arm64: remove sigreturn wrappers by Mark Rutland · 7 years ago
  43. f9209e2 arm64: move sve_user_{enable,disable} to <asm/fpsimd.h> by Mark Rutland · 7 years ago
  44. 25be597 arm64: kill config_sctlr_el1() by Mark Rutland · 7 years ago
  45. 1c312e8 arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h> by Mark Rutland · 7 years ago
  46. 2fd8eb4 arm64: neon: Fix function may_use_simd() return error status by Yandong Zhao · 7 years ago
  47. 409d5db arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ by Will Deacon · 7 years ago
  48. e189624 arm64: numa: rework ACPI NUMA initialization by Lorenzo Pieralisi · 7 years ago
  49. de73708 KVM: arm/arm64: Enable adaptative WFE trapping by Marc Zyngier · 7 years ago
  50. 0db9dd8 KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers by Marc Zyngier · 7 years ago
  51. 88dc25e8 KVM: arm/arm64: Consolidate page-table accessors by Marc Zyngier · 7 years ago
  52. 2f6ea23 arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set by Marc Zyngier · 7 years ago
  53. e48d53a arm64: KVM: Add support for Stage-2 control of memory types and cacheability by Marc Zyngier · 7 years ago
  54. f70ff12 arm64: topology: rename llc_siblings to align with other struct members by Sudeep Holla · 7 years ago
  55. 5bdd2b3 arm64: topology: add support to remove cpu topology sibling masks by Sudeep Holla · 7 years ago
  56. 97fd601 arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap by Sudeep Holla · 7 years ago
  57. 05f2d2f arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable by Chintan Pandya · 7 years ago
  58. 693350a arm64: insn: Don't fallback on nosync path for general insn patching by Will Deacon · 7 years ago
  59. 3b8c9f1 arm64: IPI each CPU after invalidating the I-cache for kernel mappings by Will Deacon · 7 years ago
  60. 7373fed arm64: remove unused COMPAT_PSR definitions by Mark Rutland · 7 years ago
  61. 256c096 kvm/arm: use PSR_AA32 definitions by Mark Rutland · 7 years ago
  62. d64567f arm64: use PSR_AA32 definitions by Mark Rutland · 7 years ago
  63. 25086263 arm64: add PSR_AA32_* definitions by Mark Rutland · 7 years ago
  64. 314d53d arm64: Handle mismatched cache type by Suzuki K Poulose · 7 years ago
  65. 4c4a39d arm64: Fix mismatched cache line size detection by Suzuki K Poulose · 7 years ago
  66. c110904 arm64: locking: Replace ticket lock implementation with qspinlock by Will Deacon · 7 years ago
  67. 598865c arm64: barrier: Implement smp_cond_load_relaxed by Will Deacon · 7 years ago
  68. 24fe1b0 arm64: Remove unnecessary ISBs from set_{pte,pmd,pud} by Will Deacon · 7 years ago
  69. 4293886 arm64: Avoid flush_icache_range() in alternatives patching code by Will Deacon · 7 years ago
  70. cffbb3b perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse() by Frederic Weisbecker · 7 years ago
  71. 8c44975 perf/arch/arm64: Implement hw_breakpoint_arch_parse() by Frederic Weisbecker · 7 years ago
  72. 8e983ff perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace() by Frederic Weisbecker · 7 years ago
  73. f446474 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  74. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 7 years ago
  75. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
  76. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
  77. 3567013 atomics/treewide: Make atomic64_fetch_add_unless() optional by Mark Rutland · 7 years ago
  78. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  79. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 7 years ago
  80. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  81. 356c6fe locking/atomics/arm64, arm64/bitops: Include <asm-generic/bitops/ext2-atomic-setbit.h> by Will Deacon · 7 years ago
  82. 7c8fc35 locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm-generic by Will Deacon · 7 years ago
  83. 2efb75c arm64/kprobes: Remove jprobe implementation by Masami Hiramatsu · 7 years ago
  84. b3eb56b KVM: arm64/sve: Fix SVE trap restoration for non-current tasks by Dave Martin · 7 years ago
  85. 6ebdf4d arm64: Introduce sysreg_clear_set() by Mark Rutland · 7 years ago
  86. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  87. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  88. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  89. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  90. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 92400b8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  94. 38500be arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the file by Catalin Marinas · 7 years ago
  95. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 7 years ago
  96. 5eec43a Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 7 years ago
  97. 94b07c1 arm64: signal: Report signal frame size to userspace via auxv by Dave Martin · 7 years ago
  98. 5d81f7d arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 7 years ago
  99. 55e3748 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 7 years ago
  100. 85478ba arm64: KVM: Add HYP per-cpu accessors by Marc Zyngier · 7 years ago