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