1. a35381e KVM: Remove obsolete kvm_unmap_hva notifier backend by Marc Zyngier · 6 years ago
  2. 694556d KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW by Marc Zyngier · 6 years ago
  3. 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
  4. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  5. 976d34e KVM: arm/arm64: Skip updating PTE entry if no change by Punit Agrawal · 6 years ago
  6. 86658b8 KVM: arm/arm64: Skip updating PMD entry if no change by Punit Agrawal · 6 years ago
  7. d0823cb KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled by Jia He · 6 years ago
  8. dc961e5 KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h by Jia He · 6 years ago
  9. 6249f2a KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs by Marc Zyngier · 6 years ago
  10. 245715c KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked by Christoffer Dall · 7 years ago
  11. 7afc4dd KVM: arm/arm64: Fix potential loss of ptimer interrupts by Christoffer Dall · 7 years ago
  12. 6b8b9a4 KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr() by Mark Rutland · 7 years ago
  13. b0960b9 KVM: arm: Add 32bit get/set events support by James Morse · 7 years ago
  14. 539aee0 KVM: arm64: Share the parts of get/set events useful to 32bit by James Morse · 7 years ago
  15. b7b27fa arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS by Dongjiu Geng · 7 years ago
  16. 32f8777 KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR by Christoffer Dall · 7 years ago
  17. d53c2c29 KVM: arm/arm64: vgic: Allow configuration of interrupt groups by Christoffer Dall · 7 years ago
  18. b489edc KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes by Christoffer Dall · 7 years ago
  19. c6e0917 KVM: arm/arm64: vgic: Permit uaccess writes to return errors by Christoffer Dall · 7 years ago
  20. 8732209 KVM: arm/arm64: vgic: Signal IRQs using their configured group by Christoffer Dall · 7 years ago
  21. 8df3c8f KVM: arm/arm64: vgic: Add group field to struct irq by Christoffer Dall · 7 years ago
  22. dd6251e KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero by Christoffer Dall · 7 years ago
  23. aa075b0 KVM: arm/arm64: vgic: Keep track of implementation revision by Christoffer Dall · 7 years ago
  24. a2dca21 KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3 by Christoffer Dall · 7 years ago
  25. e294cb3 KVM: arm/arm64: vgic-debug: Show LPI status by Marc Zyngier · 7 years ago
  26. 2326ace KVM: arm64: vgic-its: Remove VLA usage by Kees Cook · 7 years ago
  27. 1d47191 KVM: arm/arm64: Fix vgic init race by Christoffer Dall · 7 years ago
  28. de73708 KVM: arm/arm64: Enable adaptative WFE trapping by Marc Zyngier · 7 years ago
  29. 0a72a5a KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables by Marc Zyngier · 7 years ago
  30. 0db9dd8 KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers by Marc Zyngier · 7 years ago
  31. 88dc25e8 KVM: arm/arm64: Consolidate page-table accessors by Marc Zyngier · 7 years ago
  32. e48d53a arm64: KVM: Add support for Stage-2 control of memory types and cacheability by Marc Zyngier · 7 years ago
  33. 256c096 kvm/arm: use PSR_AA32 definitions by Mark Rutland · 7 years ago
  34. 4520843 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  35. 47a91b7 KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range by Jia He · 7 years ago
  36. ba56bc3 KVM: arm/arm64: Drop resource size check for GICV window by Ard Biesheuvel · 7 years ago
  37. b3dae109 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  38. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  39. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  40. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  41. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  42. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  43. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  44. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 7 years ago
  45. 1499fa8 kvm: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  46. 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
  47. 5d81f7d arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 7 years ago
  48. 55e3748 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 7 years ago
  49. 04c1109 KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION by Eric Auger · 7 years ago
  50. c957a6d KVM: arm/arm64: Check all vcpu redistributors are set on map_resources by Eric Auger · 7 years ago
  51. c011f4e KVM: arm/arm64: Check vcpu redist base before registering an iodev by Eric Auger · 7 years ago
  52. 5ec17fb KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init by Eric Auger · 7 years ago
  53. ccc27bf KVM: arm/arm64: Helper to register a new redistributor region by Eric Auger · 7 years ago
  54. 028bf27 KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions by Eric Auger · 7 years ago
  55. ba7b3f1 KVM: arm/arm64: Revisit Redistributor TYPER last bit computation by Eric Auger · 7 years ago
  56. dc52461 KVM: arm/arm64: Helper to locate free rdist index by Eric Auger · 7 years ago
  57. dbd9733 KVM: arm/arm64: Replace the single rdist region by a list by Eric Auger · 7 years ago
  58. 9153ab7 KVM: arm/arm64: Set dist->spis to NULL after kfree by Eric Auger · 7 years ago
  59. 21cdd7f KVM: arm64: Remove eager host SVE state saving by Dave Martin · 7 years ago
  60. 85acda3 KVM: arm64: Save host SVE context as appropriate by Dave Martin · 7 years ago
  61. e6b673b KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing by Dave Martin · 7 years ago
  62. 711702b KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls by Andre Przywara · 7 years ago
  63. bf30824 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 7 years ago
  64. 9c41887 KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity by Andre Przywara · 7 years ago
  65. 388d435 KVM: arm/arm64: Properly protect VGIC locks from IRQs by Andre Przywara · 7 years ago
  66. 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ář · 7 years ago
  67. c3616a07 KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance by Valentin Schneider · 7 years ago
  68. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  69. 5369290 KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI by Marc Zyngier · 7 years ago
  70. 5e1ca5e KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() by Mark Rutland · 7 years ago
  71. 41b8759 KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq() by Mark Rutland · 7 years ago
  72. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  73. 85bd0ba arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  74. bf9a413 KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration by Andre Przywara · 7 years ago
  75. f0cf47d KVM: arm/arm64: Close VMID generation race by Marc Zyngier · 7 years ago
  76. 7d8b44c KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list by Marc Zyngier · 7 years ago
  77. 67b5b67 KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts by Marc Zyngier · 7 years ago
  78. 5fbb0df Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD by Marc Zyngier · 7 years ago
  79. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 7 years ago
  80. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  81. e3f019b KVM: arm/arm64: Move HYP IO VAs to the "idmap" range by Marc Zyngier · 7 years ago
  82. 3ddd455 KVM: arm64: Fix HYP idmap unmap when using 52bit PA by Marc Zyngier · 7 years ago
  83. 46fef15 KVM: arm/arm64: Fix idmap size and alignment by Marc Zyngier · 7 years ago
  84. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  85. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  86. b4ef049 KVM: arm/arm64: Demote HYP VA range display to being a debug feature by Marc Zyngier · 7 years ago
  87. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  88. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  89. 771621b KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE by Christoffer Dall · 7 years ago
  90. 8a43a2b KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 by Christoffer Dall · 7 years ago
  91. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  92. bb5ed70 KVM: arm/arm64: Get rid of vgic_elrsr by Christoffer Dall · 7 years ago
  93. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  94. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 9 years ago
  95. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 7 years ago
  96. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  97. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  98. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 7 years ago
  99. 829a586 KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init by Christoffer Dall · 7 years ago
  100. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago