1. 7837699 KVM: In kernel PIT model by Sheng Yang · 17 years ago
  2. a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 17 years ago
  3. f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 17 years ago
  4. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 17 years ago
  5. 674eea0 KVM: Make the supported cpuid list a host property rather than a vm property by Avi Kivity · 17 years ago
  6. 6f723c7 KVM: Portability: Move kvm_fpu to asm-x86/kvm.h by Christian Ehrhardt · 17 years ago
  7. b93463a KVM: Accelerated apic support by Avi Kivity · 17 years ago
  8. b209749f KVM: local APIC TPR access reporting facility by Avi Kivity · 17 years ago
  9. ec10f47 KVM: Expose ioapic to ia64 save/restore APIs by Zhang Xiantao · 17 years ago
  10. 51e2962 KVM: Add ifdef in irqchip struct for x86 only structures by Jerone Young · 17 years ago
  11. 0771671 KVM: Enhance guest cpuid management by Dan Kenigsberg · 17 years ago
  12. a162dd5 KVM: Portability: Move cpuid structures to <asm/kvm.h> by Jerone Young · 17 years ago
  13. 244d57e KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h> by Jerone Young · 17 years ago
  14. 3a56b20 KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h> by Jerone Young · 17 years ago
  15. d9ecf92 KVM: Portability: Move structure lapic_state to <asm/kvm.h> by Jerone Young · 17 years ago
  16. 19d30b1 KVM: Portability: Move kvm_regs to <asm/kvm.h> by Jerone Young · 17 years ago
  17. da1386a KVM: Portability: Move x86 pic strutctures by Jerone Young · 17 years ago
  18. f6a40e3 KVM: Portability: Move kvm_memory_alias to asm/kvm.h by Jerone Young · 17 years ago
  19. cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 17 years ago
  20. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  21. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  22. 8a45450 KVM: Replace enum by #define by Avi Kivity · 17 years ago
  23. 96ad2cc KVM: in-kernel LAPIC save and restore support by Eddie Dong · 17 years ago
  24. 6bf9e96 KVM: in-kernel IOAPIC save and restore support by He, Qing · 17 years ago
  25. 6ceb9d7 KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support by He, Qing · 17 years ago
  26. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 18 years ago
  27. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  28. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 18 years ago
  29. 253abde KVM: Communicate cr8 changes to userspace by Yang, Sheng · 17 years ago
  30. 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 18 years ago
  31. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 18 years ago
  32. dea8cae KVM: Trivial: /dev/kvm interface is no longer experimental. by Rusty Russell · 18 years ago
  33. 24cbc7e KVM: Future-proof the exit information union ABI by Avi Kivity · 18 years ago
  34. 2ff81f7 KVM: Remove unused 'instruction_length' by Avi Kivity · 18 years ago
  35. 02c8320 KVM: Don't require explicit indication of completion of mmio or pio by Avi Kivity · 18 years ago
  36. b883673 KVM: Add fpu get/set operations by Avi Kivity · 18 years ago
  37. e820754 KVM: Add physical memory aliasing feature by Avi Kivity · 18 years ago
  38. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 18 years ago
  39. 07c45a3 KVM: Allow kernel to select size of mmap() buffer by Avi Kivity · 18 years ago
  40. 1961d27 KVM: Add guest mode signal mask by Avi Kivity · 18 years ago
  41. 1b19f3e KVM: Add a special exit reason when exiting due to an interrupt by Avi Kivity · 18 years ago
  42. 8eb7d33 KVM: Fold kvm_run::exit_type into kvm_run::exit_reason by Avi Kivity · 18 years ago
  43. b4e63f5 KVM: Allow userspace to process hypercalls which have no kernel handler by Avi Kivity · 18 years ago
  44. 5d308f4 KVM: Add method to check for backwards-compatible API extensions by Avi Kivity · 18 years ago
  45. 739872c KVM: Renumber ioctls by Avi Kivity · 18 years ago
  46. 2a4dac3 KVM: Remove minor wart from KVM_CREATE_VCPU ioctl by Avi Kivity · 18 years ago
  47. 106b552 KVM: Remove the 'emulated' field from the userspace interface by Avi Kivity · 18 years ago
  48. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 18 years ago
  49. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 18 years ago
  50. 9a2bb7f KVM: Use a shared page for kernel/user communication when runing a vcpu by Avi Kivity · 18 years ago
  51. f7e6a45 KVM: Bump API version by Avi Kivity · 18 years ago
  52. bccf215 KVM: Per-vcpu inodes by Avi Kivity · 18 years ago
  53. f17abe9 KVM: Create an inode per virtual machine by Avi Kivity · 18 years ago
  54. 8cd1330 [PATCH] kvm: Fix mismatch between 32-bit and 64-bit abi by Avi Kivity · 18 years ago
  55. 5481034 [PATCH] kvm: Two-way apic tpr synchronization by Dor Laor · 18 years ago
  56. 46fe4dd [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace by Joerg Roedel · 18 years ago
  57. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 18 years ago
  58. 0b76e20 [PATCH] KVM: API versioning by Avi Kivity · 18 years ago
  59. 6aa8b73 [PATCH] kvm: userspace interface by Avi Kivity · 18 years ago