1. 910a6aa KVM: MTRR: exactly define the size of variable MTRRs by Xiao Guangrong · 9 years ago
  2. 70109e7 KVM: MTRR: remove mtrr_state.have_fixed by Xiao Guangrong · 9 years ago
  3. eb83991 KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr by Xiao Guangrong · 9 years ago
  4. ff53604 KVM: x86: move MTRR related code to a separate file by Xiao Guangrong · 9 years ago
  5. b18d543 KVM: x86: fix CR0.CD virtualization by Xiao Guangrong · 9 years ago
  6. f104765 KVM: nSVM: Check for NRIPS support before updating control field by Bandan Das · 9 years ago
  7. 0b8ba4a KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.h by Kevin Mulvey · 9 years ago
  8. d626f3d KVM: fix checkpatch.pl errors in kvm/async_pf.h by Kevin Mulvey · 9 years ago
  9. e73f61e kvm: irqchip: Break up high order allocations of kvm_irq_routing_table by Joerg Roedel · 9 years ago
  10. 05fe125 Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  11. c62e631 KVM: arm/arm64: vgic: Remove useless arm-gic.h #include by Marc Zyngier · 9 years ago
  12. 4839ddc2 KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers by Marc Zyngier · 9 years ago
  13. 4642019 arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2 by Marc Zyngier · 9 years ago
  14. f5a202d KVM: arm: vgic: Drop useless Group0 warning by Marc Zyngier · 9 years ago
  15. e2d9973 ARM: kvm: psci: fix handling of unimplemented functions by Lorenzo Pieralisi · 9 years ago
  16. 921ef1e KVM: arm64: fix misleading comments in save/restore by Alex Bennée · 9 years ago
  17. 8889583 KVM: arm/arm64: Enable the KVM-VFIO device by Kim Phillips · 9 years ago
  18. 1b3d546 arm/arm64: KVM: Properly account for guest CPU time by Christoffer Dall · 9 years ago
  19. ea2c6d9 kvm: remove one useless check extension by Tiejun Chen · 9 years ago
  20. 85e84ba arm: KVM: force execution of HCPTR access on VM exit by Marc Zyngier · 10 years ago
  21. c11b532 KVM: arm64: add active register handling to GICv3 emulation as well by Andre Przywara · 9 years ago
  22. a5f56ba ARM: KVM: Remove pointless void pointer cast by Firo Yang · 9 years ago
  23. e80a4a9 KVM: x86: mark legacy PCI device assignment as deprecated by Paolo Bonzini · 9 years ago
  24. 6d396b5 KVM: x86: advertise KVM_CAP_X86_SMM by Paolo Bonzini · 10 years ago
  25. 699023e KVM: x86: add SMM to the MMU role, support SMRAM address space by Paolo Bonzini · 9 years ago
  26. 9da0e4d KVM: x86: work on all available address spaces by Paolo Bonzini · 9 years ago
  27. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 10 years ago
  28. e4cd1da KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap by Paolo Bonzini · 9 years ago
  29. f481b06 KVM: implement multiple address spaces by Paolo Bonzini · 9 years ago
  30. 8e73485 KVM: add vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  31. 660a5d5 KVM: x86: save/load state on SMM switch by Paolo Bonzini · 9 years ago
  32. cd7764f KVM: x86: latch INITs while in system management mode by Paolo Bonzini · 9 years ago
  33. 64d6067 KVM: x86: stubs for SMM support by Paolo Bonzini · 9 years ago
  34. f077825 KVM: x86: API changes for SMM support by Paolo Bonzini · 10 years ago
  35. a584539 KVM: x86: pass the whole hflags field to emulator and back by Paolo Bonzini · 10 years ago
  36. 609e36d KVM: x86: pass host_initiated to functions that read MSRs by Paolo Bonzini · 10 years ago
  37. 62ef68b KVM: x86: introduce num_emulated_msrs by Paolo Bonzini · 9 years ago
  38. e69fab5 KVM: x86: clear hidden CPU state at reset time by Paolo Bonzini · 9 years ago
  39. ce40cd3f kvm: x86: fix kvm_apic_has_events to check for NULL pointer by Paolo Bonzini · 9 years ago
  40. e194bbd kvm: x86: default legacy PCI device assignment support to "n" by Paolo Bonzini · 9 years ago
  41. f71f81d Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 9 years ago
  42. ea2cdd2 KVM: s390: introduce KMSG_COMPONENT for kvm-s390 by David Hildenbrand · 9 years ago
  43. 61a6df5 KVM: s390: call exit_sie() directly on vcpu block/request by David Hildenbrand · 9 years ago
  44. b7e60c5 KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR by Marcelo Tosatti · 9 years ago
  45. 0ad83ca x86: kvmclock: set scheduler clock stable by Luiz Capitulino · 9 years ago
  46. 6119172 x86: kvmclock: add flag to indicate pvclock counts from zero by Marcelo Tosatti · 9 years ago
  47. 4141259 arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug by Andrew Morton · 9 years ago
  48. bc009e4 KVM: remove unused argument from mark_page_dirty_in_slot by Paolo Bonzini · 9 years ago
  49. e453aa0 KVM: x86: Allow ARAT CPU feature by Jan Kiszka · 9 years ago
  50. c028dd6 KVM: x86: preserve x2APIC LDR on INIT by Radim Krčmář · 9 years ago
  51. 257b9a5 KVM: x86: use correct APIC ID on x2APIC transition by Radim Krčmář · 9 years ago
  52. 630994b KVM: x86: add module parameter to disable periodic kvmclock sync by Marcelo Tosatti · 9 years ago
  53. 3ed1a47 KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed by Paolo Bonzini · 9 years ago
  54. e37afc6 KVM: remove __gfn_to_pfn by Paolo Bonzini · 9 years ago
  55. d9ef13c KVM: pass kvm_memory_slot to gfn_to_page_many_atomic by Paolo Bonzini · 9 years ago
  56. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  57. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 9 years ago
  58. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  59. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  60. a47d2b0 KVM: introduce kvm_alloc/free_memslots by Paolo Bonzini · 9 years ago
  61. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 9 years ago
  62. c447e76 kvm/fpu: Enable eager restore kvm FPU for MPX by Liang Li · 9 years ago
  63. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 9 years ago
  64. e8fd5e9 kvm: fix crash in kvm_vcpu_reload_apic_access_page by Andrea Arcangeli · 9 years ago
  65. ed3cf15 kvm: x86: Make functions that have no external callers static by Nicholas Krause · 9 years ago
  66. 3520469 KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async by Paolo Bonzini · 10 years ago
  67. 69a1220 KVM: mips: use id_to_memslot correctly by Paolo Bonzini · 9 years ago
  68. d81135a KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed by Xiao Guangrong · 9 years ago
  69. efdfe53 KVM: MMU: fix MTRR update by Xiao Guangrong · 9 years ago
  70. d69afbc KVM: MMU: fix decoding cache type from MTRR by Xiao Guangrong · 9 years ago
  71. 6a49f85 KVM: MMU: introduce kvm_zap_rmapp by Xiao Guangrong · 9 years ago
  72. d77aa73 KVM: MMU: use slot_handle_level and its helper to clean up the code by Xiao Guangrong · 9 years ago
  73. 1bad2b2 KVM: MMU: introduce slot_handle_level_range() and its helpers by Xiao Guangrong · 9 years ago
  74. 6ce1f4e KVM: MMU: introduce for_each_slot_rmap_range by Xiao Guangrong · 9 years ago
  75. 8a3d08f KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL by Xiao Guangrong · 9 years ago
  76. 0d53679 KVM: MMU: introduce for_each_rmap_spte() by Xiao Guangrong · 9 years ago
  77. c35ebbe Revert "kvmclock: set scheduler clock stable" by Paolo Bonzini · 9 years ago
  78. edc90b7 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 9 years ago
  79. 428e3d0 KVM: x86: Fix zero iterations REP-string by Nadav Amit · 9 years ago
  80. ee122a7 KVM: x86: Fix update RCX/RDI/RSI on REP-string by Nadav Amit · 9 years ago
  81. 3db176d KVM: x86: Fix DR7 mask on task-switch while debugging by Nadav Amit · 9 years ago
  82. 0be0226 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 9 years ago
  83. 8987611 KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages by Paolo Bonzini · 10 years ago
  84. 7cbeed9 KVM: MMU: fix smap permission check by Xiao Guangrong · 9 years ago
  85. cba3d27 Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  86. 17d4890 KVM: PPC: Book3S HV: Fix list traversal in error case by Paul Mackerras · 9 years ago
  87. 06b3675 KVM: s390: drop handling of interception code 12 by David Hildenbrand · 9 years ago
  88. 96e0ed2 KVM: s390: factor out and optimize floating irq VCPU kick by David Hildenbrand · 10 years ago
  89. ffeca0a KVM: s390: optimize interrupt handling round trip time by Jens Freimann · 9 years ago
  90. 27406cd KVM: s390: provide functions for blocking all CPUs by Christian Borntraeger · 10 years ago
  91. 8e23654 KVM: s390: make exit_sie_sync more robust by Christian Borntraeger · 10 years ago
  92. 53df84f KVM: s390: Enable guest EDAT2 support by Guenther Hutzl · 10 years ago
  93. a4a4f19 KVM: s390: make EDAT1 depend on host support by Guenther Hutzl · 10 years ago
  94. 785dbef KVM: s390: optimize round trip time in request handling by Christian Borntraeger · 9 years ago
  95. b938eace KVM: s390: fix external call injection without sigp interpretation by David Hildenbrand · 9 years ago
  96. 31fd988 KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages by Paolo Bonzini · 10 years ago
  97. ceee7df KVM: MMU: fix smap permission check by Xiao Guangrong · 9 years ago
  98. a4cca3b KVM: remove pointless cpu hotplug messages by Heiko Carstens · 9 years ago
  99. 8a9781f KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip by Jan Kiszka · 9 years ago
  100. acac6f89 KVM: x86: Call-far should not be emulated as stack op by Nadav Amit · 9 years ago