1. a15f693 KVM: arm/arm64: Split dcache/icache flushing by Marc Zyngier · 7 years ago
  2. d681198 KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h by Marc Zyngier · 7 years ago
  3. 61bbe38 KVM: arm/arm64: Avoid work when userspace iqchips are not used by Christoffer Dall · 7 years ago
  4. 4c60e36 KVM: arm/arm64: Provide a get_input_level for the arch timer by Christoffer Dall · 7 years ago
  5. df635c5 KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs by Christoffer Dall · 7 years ago
  6. b6909a6 KVM: arm/arm64: Support a vgic interrupt line level sample function by Christoffer Dall · 7 years ago
  7. e40cc57 KVM: arm/arm64: vgic: Support level-triggered mapped interrupts by Christoffer Dall · 7 years ago
  8. 70450a9 KVM: arm/arm64: Don't cache the timer IRQ level by Christoffer Dall · 7 years ago
  9. 6c1b752 KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu by Christoffer Dall · 7 years ago
  10. 5a24575 KVM: arm/arm64: Remove redundant preemptible checks by Christoffer Dall · 7 years ago
  11. 4404b33 KVM: arm: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  12. fa2a844 arm64: allow ID map to be extended to 52 bits by Kristina Martsenko · 7 years ago
  13. 529c4b0 arm64: handle 52-bit addresses in TTBR by Kristina Martsenko · 7 years ago
  14. 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
  15. e39d200f KVM: Fix stack-out-of-bounds read in write_mmio by Wanpeng Li · 7 years ago
  16. 0eb7c33 KVM: arm/arm64: Fix timer enable flow by Christoffer Dall · 7 years ago
  17. 36e5cfd KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_state by Christoffer Dall · 7 years ago
  18. f384dcf KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC by Marc Zyngier · 7 years ago
  19. 7839c67 KVM: arm/arm64: Fix HYP unmapping going off limits by Marc Zyngier · 7 years ago
  20. 5cb0944 KVM: introduce kvm_arch_vcpu_async_ioctl by Paolo Bonzini · 7 years ago
  21. 9b062471 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl by Christoffer Dall · 7 years ago
  22. 6a96bc7 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu by Christoffer Dall · 7 years ago
  23. 1393123 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu by Christoffer Dall · 7 years ago
  24. 66b5656 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug by Christoffer Dall · 7 years ago
  25. 1da5b61 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate by Christoffer Dall · 7 years ago
  26. e83dff5 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate by Christoffer Dall · 7 years ago
  27. fd23256 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate by Christoffer Dall · 7 years ago
  28. b4ef9d4 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs by Christoffer Dall · 7 years ago
  29. bcdec41 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs by Christoffer Dall · 7 years ago
  30. 875656f KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs by Christoffer Dall · 7 years ago
  31. 1fc9b76 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs by Christoffer Dall · 7 years ago
  32. accb757 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run by Christoffer Dall · 7 years ago
  33. 8a32dd6 KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code by Christoffer Dall · 7 years ago
  34. ec7660c KVM: Take vcpu->mutex outside vcpu_load by Christoffer Dall · 7 years ago
  35. 7858833 kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm() by Markus Elfring · 7 years ago
  36. b1394e7 KVM: x86: fix APIC page invalidation by Radim Krčmář · 7 years ago
  37. 609b700 Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  38. ce53053 kvm: switch get_user_page_nowait() to get_user_pages_unlocked() by Al Viro · 7 years ago
  39. fc396e0 KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion by Christoffer Dall · 7 years ago
  40. 6b2ad81 KVM: arm/arm64: kvm_arch_destroy_vm cleanups by Andrew Jones · 7 years ago
  41. 7465894 KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner by Marc Zyngier · 7 years ago
  42. 9e0600f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  43. 58d0d19 kvm: arm: don't treat unavailable HYP mode as an error by Ard Biesheuvel · 7 years ago
  44. 2260112 KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic by Christoffer Dall · 7 years ago
  45. 1eb5912 kvm: arm64: handle single-step of userspace mmio instructions by Alex Bennée · 7 years ago
  46. a05d1c0 KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs by Marc Zyngier · 7 years ago
  47. 686f294 KVM: arm/arm64: vgic-its: Check result of allocation before use by Marc Zyngier · 7 years ago
  48. 64afe6e KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table by Marc Zyngier · 7 years ago
  49. ddb4b01 KVM: arm/arm64: vgic: Preserve the revious read from the pending table by Marc Zyngier · 7 years ago
  50. 150009e KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation by Marc Zyngier · 7 years ago
  51. 285a90e KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard by Andre Przywara · 7 years ago
  52. ec6449a KVM: arm/arm64: Don't enable/disable physical timer access on VHE by Christoffer Dall · 7 years ago
  53. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  54. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  55. 20b7035 KVM: Let KVM_SET_SIGNAL_MASK work as advertised by Jan H. Schönherr · 7 years ago
  56. 7753ea0 Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  57. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. fc3790f Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 7 years ago
  59. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. a6014f1 Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  61. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  62. 95b110a KVM: arm/arm64: Don't queue VLPIs on INV/INVALL by Christoffer Dall · 7 years ago
  63. 3d1ad64 KVM: arm/arm64: Fix GICv4 ITS initialization issues by Christoffer Dall · 7 years ago
  64. ed8703a KVM: arm/arm64: GICv4: Theory of operations by Marc Zyngier · 7 years ago
  65. a754605 KVM: arm/arm64: GICv4: Enable VLPI support by Marc Zyngier · 7 years ago
  66. d3d83f7 KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity by Marc Zyngier · 7 years ago
  67. bd94e7a KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved by Marc Zyngier · 7 years ago
  68. 374be35 KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered by Marc Zyngier · 7 years ago
  69. 6277579 KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync by Marc Zyngier · 7 years ago
  70. df9ba95 KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source by Marc Zyngier · 7 years ago
  71. bdb2d2c KVM: arm/arm64: GICv4: Add doorbell interrupt handling by Marc Zyngier · 7 years ago
  72. c971968 KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint by Marc Zyngier · 7 years ago
  73. 6ce18e3 KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE by Marc Zyngier · 7 years ago
  74. af340f9 KVM: arm/arm64: GICv4: Propagate property updates to VLPIs by Marc Zyngier · 7 years ago
  75. ff9c114 KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE by Marc Zyngier · 7 years ago
  76. fb0cada KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI by Marc Zyngier · 7 years ago
  77. 0fc9a58 KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS by Marc Zyngier · 7 years ago
  78. 07b46ed KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI by Marc Zyngier · 7 years ago
  79. 1b7fe46 KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI by Marc Zyngier · 7 years ago
  80. 196b136 KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass by Marc Zyngier · 7 years ago
  81. 74fe55d KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain by Marc Zyngier · 7 years ago
  82. e7c4805 KVM: arm/arm64: GICv4: Add property field and per-VM predicate by Marc Zyngier · 7 years ago
  83. 08c9fd0 KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI by Marc Zyngier · 7 years ago
  84. bebfd2a KVM: arm/arm64: vITS: Add MSI translation helpers by Marc Zyngier · 7 years ago
  85. f7a6509 KVM: s390: vsie: use common code functions for pinning by David Hildenbrand · 7 years ago
  86. f0d438e Merge tag 'kvm-arm-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into next by Radim Krčmář · 7 years ago
  87. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  88. b2c9a85 KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around by Marc Zyngier · 7 years ago
  89. 47bbd31 KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq by Eric Auger · 7 years ago
  90. 2412405 KVM: arm/arm64: register irq bypass consumer on ARM/ARM64 by Eric Auger · 7 years ago
  91. 74a64a9 KVM: arm/arm64: Unify 32bit fault injection by Marc Zyngier · 7 years ago
  92. 3eb4271 KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET by Eric Auger · 7 years ago
  93. 36d6961 KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared by Eric Auger · 7 years ago
  94. 2f609a0 KVM: arm/arm64: vgic-its: New helper functions to free the caches by wanghaibin · 7 years ago
  95. 0a0d389 KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device by Eric Auger · 7 years ago
  96. 4a2c4da arm/arm64: KVM: Load the timer state when enabling the timer by Christoffer Dall · 7 years ago
  97. 1c88ab7 KVM: arm/arm64: Rework kvm_timer_should_fire by Christoffer Dall · 8 years ago
  98. 7e90c8e KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate by Christoffer Dall · 7 years ago
  99. bbdd52c KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit by Christoffer Dall · 7 years ago
  100. cda93b7 KVM: arm/arm64: Move phys_timer_emulate function by Christoffer Dall · 7 years ago