1. abe7a45 Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  2. dc6ed61 arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro by Marc Zyngier · 7 years ago
  3. adc91ab Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening" by Marc Zyngier · 7 years ago
  4. f9f5dc1 arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening by Shanker Donthineni · 7 years ago
  5. 4b472ff arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72 by Marc Zyngier · 7 years ago
  6. dee3924 arm64: KVM: Allow mapping of vectors outside of the RAM region by Marc Zyngier · 7 years ago
  7. 4205a89 arm64: Make BP hardening slot counter available by Marc Zyngier · 7 years ago
  8. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 7 years ago
  9. 71dcb8b arm64: KVM: Allow far branches from vector slots to the main vectors by Marc Zyngier · 7 years ago
  10. f0445dfa arm64: KVM: Reserve 4 additional instructions in the BPI template by Marc Zyngier · 7 years ago
  11. 4340ba8 arm64: KVM: Move BP hardening vectors into .hyp.text section by Marc Zyngier · 7 years ago
  12. 7e80f63 arm64: KVM: Move stashing of x0/x1 into the vector code itself by Marc Zyngier · 7 years ago
  13. 3c5e812 arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector by Marc Zyngier · 7 years ago
  14. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  15. 005e975 arm64: KVM: Dynamically compute the HYP VA mask by Marc Zyngier · 7 years ago
  16. 11d7640 arm64: insn: Allow ADD/SUB (immediate) with LSL #12 by Marc Zyngier · 7 years ago
  17. 9f2efa3 arm64; insn: Add encoder for the EXTR instruction by Marc Zyngier · 7 years ago
  18. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  19. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  20. 44a497a KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state by Marc Zyngier · 7 years ago
  21. a1efdff arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag by Marc Zyngier · 7 years ago
  22. 2b4d160 arm64: KVM: Dynamically patch the kernel/hyp VA mask by Marc Zyngier · 7 years ago
  23. ef3935e arm64: insn: Add encoder for bitwise operations using literals by Marc Zyngier · 7 years ago
  24. a264bf3 arm64: insn: Add N immediate encoding by Marc Zyngier · 7 years ago
  25. dea5e2a arm64: alternatives: Add dynamic patching feature by Marc Zyngier · 7 years ago
  26. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  27. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  28. 771621b KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE by Christoffer Dall · 7 years ago
  29. 8a43a2b KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 by Christoffer Dall · 7 years ago
  30. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  31. b7787e6 KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE by Christoffer Dall · 7 years ago
  32. a246562 KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE by Christoffer Dall · 8 years ago
  33. c16c113 KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions by Christoffer Dall · 8 years ago
  34. d5a21bc KVM: arm64: Move common VHE/non-VHE trap config in separate functions by Christoffer Dall · 8 years ago
  35. b9f8ca4 KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put by Christoffer Dall · 7 years ago
  36. a892819 KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers by Christoffer Dall · 7 years ago
  37. fc7563b KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE by Christoffer Dall · 9 years ago
  38. 6d4bd90 KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1 by Christoffer Dall · 7 years ago
  39. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  40. d47533d KVM: arm64: Introduce framework for accessing deferred sysregs by Christoffer Dall · 7 years ago
  41. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 9 years ago
  42. 52f6c4f KVM: arm64: Change 32-bit handling of VM system registers by Christoffer Dall · 7 years ago
  43. 0c389d9 KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems by Christoffer Dall · 7 years ago
  44. 4cdecab KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions by Christoffer Dall · 7 years ago
  45. 0a62d43 KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe by Christoffer Dall · 7 years ago
  46. f837453 KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions by Christoffer Dall · 7 years ago
  47. 2b88104 KVM: arm64: Rewrite sysreg alternatives to static keys by Christoffer Dall · 7 years ago
  48. 060701f KVM: arm64: Move userspace system registers into separate function by Christoffer Dall · 9 years ago
  49. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 8 years ago
  50. 34f8cdf KVM: arm64: Don't deactivate VM on VHE systems by Christoffer Dall · 7 years ago
  51. 86d0568 KVM: arm64: Remove kern_hyp_va() use in VHE switch function by Christoffer Dall · 8 years ago
  52. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  53. dc25140 KVM: arm64: Factor out fault info population and gic workarounds by Christoffer Dall · 7 years ago
  54. 014c4c7 KVM: arm64: Improve debug register save/restore flow by Christoffer Dall · 7 years ago
  55. 5742d04 KVM: arm64: Slightly improve debug save/restore functions by Christoffer Dall · 7 years ago
  56. 54ceb1b KVM: arm64: Move debug dirty flag calculation out of world switch by Christoffer Dall · 7 years ago
  57. e72341c KVM: arm/arm64: Introduce vcpu_el1_is_32bit by Christoffer Dall · 7 years ago
  58. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  59. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 8 years ago
  60. 35a84de KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag by Shih-Wei Li · 8 years ago
  61. 8f17f5e KVM: arm64: Rework hyp_panic for VHE and non-VHE by Christoffer Dall · 7 years ago
  62. 4464e21 KVM: arm64: Avoid storing the vcpu pointer on the stack by Christoffer Dall · 7 years ago
  63. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  64. 97ace51 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  65. eac137b KVM: arm64: Enable the EL1 physical timer for AArch32 guests by Jérémy Fanguède · 7 years ago
  66. 005781b arm64: KVM: Move CPU ID reg trap setup off the world switch path by Dave Martin · 7 years ago
  67. cc33c4e arm64/kvm: Prohibit guest LOR accesses by Mark Rutland · 7 years ago
  68. 297ea1b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  70. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  71. 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  72. e6d2101 Merge tag 'v4.16-rockchip-dts64fixes-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Arnd Bergmann · 7 years ago
  73. 9977a8c arm64: dts: Remove leading 0x and 0s from bindings notation by Mathieu Malaterre · 7 years ago
  74. 713bb31 Merge tag 'amlogic-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Arnd Bergmann · 7 years ago
  75. e2c8d28 arm64: dts: cavium: fix PCI bus dtc warnings by Rob Herring · 7 years ago
  76. 15122ee arm64: Enforce BBM for huge IO/VMAP mappings by Will Deacon · 7 years ago
  77. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  78. 0331365 arm64: perf: correct PMUVer probing by Mark Rutland · 7 years ago
  79. a06f818 arm64: __show_regs: Only resolve kernel symbols when running at EL1 by Will Deacon · 7 years ago
  80. 1962682 arm64: Remove unimplemented syscall log message by Michael Weiser · 7 years ago
  81. 5ee39a7 arm64: Disable unhandled signal log messages by default by Michael Weiser · 7 years ago
  82. be68a8a arm64: cpufeature: Fix CTR_EL0 field definitions by Will Deacon · 7 years ago
  83. 9085b34 arm64: uaccess: Formalise types for access_ok() by Robin Murphy · 7 years ago
  84. 04c4927 arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S files by Bhupesh Sharma · 7 years ago
  85. e1a50de arm64: cputype: Silence Sparse warnings by Robin Murphy · 7 years ago
  86. 20a004e arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables by Will Deacon · 7 years ago
  87. ca9eee9 arm64: dts: rockchip: Fix DWMMC clocks by Robin Murphy · 7 years ago
  88. 2ce77f6 arm64: proc: Set PTE_NG for table entries to avoid traversing them twice by Will Deacon · 7 years ago
  89. 77f5cdb ARM64: dts: meson: uart: fix address space range by Yixun Lan · 7 years ago
  90. 2363ec9 ARM64: dts: meson-gxl: add internal ethernet PHY irq by Jerome Brunet · 7 years ago
  91. 16e574d arm64: Add missing Falkor part number for branch predictor hardening by Shanker Donthineni · 7 years ago
  92. 7b0390e arm64: dts: rockchip: introduce pclk_vio_grf in rk3399-eDP device node by Yakir Yang · 7 years ago
  93. 2b7d2ed arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire by Shawn Lin · 7 years ago
  94. 73e42e1 arm64: dts: rockchip: fix rock64 gmac2io stability issues by Kamil Trzciński · 7 years ago
  95. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  96. 54ce685 Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  97. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  98. 0231d00 ACPI: SPCR: Make SPCR available to x86 by Prarit Bhargava · 7 years ago
  99. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  100. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago