1. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 15 years ago
  2. d8cdddc KVM: PPC: fix information leak to userland by Vasiliy Kulikov · 16 years ago
  3. 7b4203e KVM: PPC: Expose level based interrupt cap by Alexander Graf · 16 years ago
  4. df1bfa2 KVM: PPC: Put segment registers in shared page by Alexander Graf · 16 years ago
  5. 7508e16 KVM: PPC: Add feature bitmap for magic page by Alexander Graf · 16 years ago
  6. 15711e9 KVM: PPC: Add get_pvinfo interface to query hypercall instructions by Alexander Graf · 16 years ago
  7. 5fc8740 KVM: PPC: Expose magic page support to guest by Alexander Graf · 16 years ago
  8. 2a342ed KVM: PPC: Implement hypervisor interface by Alexander Graf · 16 years ago
  9. 666e725 KVM: PPC: Convert MSR to shared page by Alexander Graf · 16 years ago
  10. a1f4d39 KVM: Remove memory alias support by Avi Kivity · 16 years ago
  11. 69b6183 KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run by Denis Kirjanov · 16 years ago
  12. 9373662 KVM: Consolidate arch specific vcpu ioctl locking by Avi Kivity · 16 years ago
  13. 19483d1 KVM: PPC: Centralize locking of arch specific vcpu ioctls by Avi Kivity · 16 years ago
  14. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 16 years ago
  15. c7f38f4 KVM: PPC: Improve indirect svcpu accessors by Alexander Graf · 16 years ago
  16. 287d561 KVM: PPC: Only use QPRs when available by Alexander Graf · 16 years ago
  17. ad0a048 KVM: PPC: Add OSI hypercall interface by Alexander Graf · 16 years ago
  18. 71fbfd5 KVM: Add support for enabling capabilities per-vcpu by Alexander Graf · 16 years ago
  19. 1897876 KVM: PPC: Allow userspace to unset the IRQ line by Alexander Graf · 16 years ago
  20. 06056bf KVM: PPC: Do not create debugfs if fail to create vcpu by Wei Yongjun · 16 years ago
  21. a595405 KVM: PPC: Destory timer on vcpu destruction by Alexander Graf · 16 years ago
  22. c10207f KVM: PPC: Add capability for paired singles by Alexander Graf · 16 years ago
  23. 3587d53 KVM: PPC: Teach MMIO Signedness by Alexander Graf · 16 years ago
  24. b104d06 KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs by Alexander Graf · 16 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  26. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 16 years ago
  27. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 16 years ago
  28. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 16 years ago
  29. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  30. e15a113 powerpc/kvm: Sync guest visible MMU state by Alexander Graf · 16 years ago
  31. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 17 years ago
  32. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 17 years ago
  33. 544c676 Use hrtimers for the decrementer by Alexander Graf · 17 years ago
  34. 4e75575 Move dirty logging code to sub-arch by Alexander Graf · 17 years ago
  35. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 17 years ago
  36. 46f43c6 KVM: powerpc: convert marker probes to event trace by Marcelo Tosatti · 17 years ago
  37. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 17 years ago
  38. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 17 years ago
  39. f5d0906 KVM: ppc: remove debug support broken by KVM debug rewrite by Hollis Blanchard · 17 years ago
  40. ecc0981 KVM: ppc: cosmetic changes to mmu hook names by Hollis Blanchard · 17 years ago
  41. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 17 years ago
  42. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 17 years ago
  43. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 17 years ago
  44. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 17 years ago
  45. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 17 years ago
  46. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 17 years ago
  47. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 17 years ago
  48. fad7b9b powerpc: Fix KVM build on ppc440 by Paul Mackerras · 17 years ago
  49. 2a4aca11 powerpc/mm: Split low level tlb invalidate for nohash processors by Benjamin Herrenschmidt · 17 years ago
  50. c30f8a6 KVM: ppc: stop leaking host memory on VM exit by Hollis Blanchard · 17 years ago
  51. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 18 years ago
  52. 6a0ab73 KVM: ppc: guest breakpoint support by Hollis Blanchard · 18 years ago
  53. 34d4cb8 KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction by Marcelo Tosatti · 18 years ago
  54. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 18 years ago
  55. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 18 years ago
  56. 45c5eb6 KVM: ppc: Handle guest idle by emulating MSR[WE] writes by Hollis Blanchard · 18 years ago
  57. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 18 years ago