1. 711702b KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls by Andre Przywara · 6 years ago
  2. bf30824 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  3. 9c41887 KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity by Andre Przywara · 6 years ago
  4. 388d435 KVM: arm/arm64: Properly protect VGIC locks from IRQs by Andre Przywara · 6 years ago
  5. f3351c6 Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  6. c3616a07 KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance by Valentin Schneider · 6 years ago
  7. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  8. 5369290 KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI by Marc Zyngier · 6 years ago
  9. 5e1ca5e KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() by Mark Rutland · 6 years ago
  10. 41b8759 KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq() by Mark Rutland · 6 years ago
  11. 85bd0ba arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  12. bf9a413 KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration by Andre Przywara · 6 years ago
  13. f0cf47d KVM: arm/arm64: Close VMID generation race by Marc Zyngier · 6 years ago
  14. abe7a45 Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  15. 7d8b44c KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list by Marc Zyngier · 6 years ago
  16. 67b5b67 KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts by Marc Zyngier · 6 years ago
  17. 5fbb0df Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD by Marc Zyngier · 6 years ago
  18. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 6 years ago
  19. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  20. e3f019b KVM: arm/arm64: Move HYP IO VAs to the "idmap" range by Marc Zyngier · 7 years ago
  21. 3ddd455 KVM: arm64: Fix HYP idmap unmap when using 52bit PA by Marc Zyngier · 6 years ago
  22. 46fef15 KVM: arm/arm64: Fix idmap size and alignment by Marc Zyngier · 6 years ago
  23. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  24. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  25. b4ef049 KVM: arm/arm64: Demote HYP VA range display to being a debug 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. bb5ed70 KVM: arm/arm64: Get rid of vgic_elrsr by Christoffer Dall · 7 years ago
  32. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  33. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 8 years ago
  34. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 7 years ago
  35. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  36. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  37. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 7 years ago
  38. 829a586 KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init by Christoffer Dall · 7 years ago
  39. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  40. 27e91ad kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 by Marc Zyngier · 6 years ago
  41. 16ca6a6 KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid by Marc Zyngier · 6 years ago
  42. 7660042 KVM: arm/arm64: Reduce verbosity of KVM init log by Ard Biesheuvel · 6 years ago
  43. 413aa80 KVM: arm/arm64: Reset mapped IRQs on VM reset by Christoffer Dall · 6 years ago
  44. e21a4f3 KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 6 years ago
  45. 62b06f8 KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending by Andre Przywara · 6 years ago
  46. d4c67a7 kvm: use insert sort in kvm_io_bus_register_dev function by Gal Hammer · 7 years ago
  47. 250be9d KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE by Shanker Donthineni · 6 years ago
  48. b28676b KVM: mmu: Fix overlap between public and private memslots by Wanpeng Li · 6 years ago
  49. d60d8b6 KVM: arm/arm64: Fix arch timers with userspace irqchips by Christoffer Dall · 7 years ago
  50. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  51. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  52. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  53. 6167ec5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Marc Zyngier · 6 years ago
  54. a4097b3 arm/arm64: KVM: Turn kvm_psci_version into a static inline by Marc Zyngier · 6 years ago
  55. 09e6be1 arm/arm64: KVM: Advertise SMCCC v1.1 by Marc Zyngier · 6 years ago
  56. 58e0b22 arm/arm64: KVM: Implement PSCI 1.0 support by Marc Zyngier · 6 years ago
  57. 84684fe arm/arm64: KVM: Add smccc accessors to PSCI code by Marc Zyngier · 6 years ago
  58. d0a144f arm/arm64: KVM: Add PSCI_VERSION helper by Marc Zyngier · 6 years ago
  59. 1a2fb94 arm/arm64: KVM: Consolidate the PSCI include files by Marc Zyngier · 6 years ago
  60. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  61. 7bf14c2 Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 6 years ago
  62. 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 6 years ago
  63. 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  64. e46b469 kvm: embed vcpu id to dentry of vcpu anon inode by Masatake YAMATO · 7 years ago
  65. a340b3e kvm: Map PFN-type memory regions as writable (if possible) by KarimAllah Ahmed · 7 years ago
  66. e531753 Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  67. cd15d20 KVM: arm/arm64: Fixup userspace irqchip static key optimization by Christoffer Dall · 7 years ago
  68. f1d7231 KVM: arm/arm64: Fix userspace_irqchip_in_use counting by Christoffer Dall · 7 years ago
  69. 13e59ec KVM: arm/arm64: Fix incorrect timer_is_pending logic by Christoffer Dall · 7 years ago
  70. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  71. 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  72. 58d6b15 KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED by James Morse · 7 years ago
  73. f44efa5 Merge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  74. 3368bd8 KVM: arm64: Handle RAS SErrors from EL1 on guest exit by James Morse · 7 years ago
  75. 4f5abad KVM: arm/arm64: mask/unmask daif around VHE guests by James Morse · 7 years ago
  76. 4651573 kvm: whitelist struct kvm_vcpu_arch by Paolo Bonzini · 7 years ago
  77. 98732d1 KVM: arm/arm64: fix HYP ID map extension to 52 bits by Kristina Martsenko · 7 years ago
  78. 36989e7 KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation by James Morse · 7 years ago
  79. f8f85dc KVM: arm64: Fix GICv4 init when called from vgic_its_create by Christoffer Dall · 7 years ago
  80. c507bab KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 by Punit Agrawal · 7 years ago
  81. 6840bdd arm64: KVM: Use per-CPU vector when BP hardening is enabled by Marc Zyngier · 7 years ago
  82. 17ab9d5 KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions by Marc Zyngier · 7 years ago
  83. 7a3796d KVM: arm/arm64: Preserve Exec permission across R/W permission faults by Marc Zyngier · 7 years ago
  84. a9c0e12 KVM: arm/arm64: Only clean the dcache on translation fault by Marc Zyngier · 7 years ago
  85. d0e22b4 KVM: arm/arm64: Limit icache invalidation to prefetch aborts by Marc Zyngier · 7 years ago
  86. a15f693 KVM: arm/arm64: Split dcache/icache flushing by Marc Zyngier · 7 years ago
  87. d681198 KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h by Marc Zyngier · 7 years ago
  88. 61bbe38 KVM: arm/arm64: Avoid work when userspace iqchips are not used by Christoffer Dall · 7 years ago
  89. 4c60e36 KVM: arm/arm64: Provide a get_input_level for the arch timer by Christoffer Dall · 7 years ago
  90. df635c5 KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs by Christoffer Dall · 7 years ago
  91. b6909a6 KVM: arm/arm64: Support a vgic interrupt line level sample function by Christoffer Dall · 7 years ago
  92. e40cc57 KVM: arm/arm64: vgic: Support level-triggered mapped interrupts by Christoffer Dall · 7 years ago
  93. 70450a9 KVM: arm/arm64: Don't cache the timer IRQ level by Christoffer Dall · 7 years ago
  94. 6c1b752 KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu by Christoffer Dall · 7 years ago
  95. 5a24575 KVM: arm/arm64: Remove redundant preemptible checks by Christoffer Dall · 7 years ago
  96. 4404b33 KVM: arm: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  97. fa2a844 arm64: allow ID map to be extended to 52 bits by Kristina Martsenko · 7 years ago
  98. 529c4b0 arm64: handle 52-bit addresses in TTBR by Kristina Martsenko · 7 years ago
  99. 43aabca Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 7 years ago
  100. e39d200f KVM: Fix stack-out-of-bounds read in write_mmio by Wanpeng Li · 7 years ago