1. 9f51e24 x86: Use printk_once() by Marcin Slusarz · 15 years ago
  2. 9e69962 KVM: Ignore reads to K7 EVNTSEL MSRs by Amit Shah · 15 years ago
  3. 8db3baa KVM: Disable CR8 intercept if tpr patching is active by Gleb Natapov · 15 years ago
  4. 36752c9 KVM: Do not migrate pending software interrupts. by Gleb Natapov · 15 years ago
  5. 6a8b1d1 KVM: Always request IRQ/NMI window if an interrupt is pending by Gleb Natapov · 15 years ago
  6. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 15 years ago
  7. 923c61b KVM: Remove irq_pending bitmap by Gleb Natapov · 15 years ago
  8. fa9726b KVM: Do not allow interrupt injection from userspace if there is a pending event. by Gleb Natapov · 15 years ago
  9. 8986ecc KVM: x86: check for cr3 validity in mmu_alloc_roots by Marcelo Tosatti · 15 years ago
  10. 7c8a83b KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock by Marcelo Tosatti · 15 years ago
  11. 310b5d3 KVM: Deal with interrupt shadow state for emulated instructions by Glauber Costa · 15 years ago
  12. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 15 years ago
  13. 32f8840 KVM: use smp_send_reschedule in kvm_vcpu_kick by Marcelo Tosatti · 15 years ago
  14. d149c73 KVM: Update cpuid 1.ecx reporting by Avi Kivity · 15 years ago
  15. 7faa4ee KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetch by Avi Kivity · 15 years ago
  16. 8d753f3 KVM: Fix cpuid feature misreporting by Avi Kivity · 15 years ago
  17. d6a8c87 KVM: Drop request_nmi from stats by Jan Kiszka · 15 years ago
  18. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  19. 9b62e5b1 KVM: Wake up waitqueue before calling get_cpu() by Jan Blunck · 15 years ago
  20. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 15 years ago
  21. 16d7a19 KVM: Fix userspace IRQ chip migration by Gleb Natapov · 15 years ago
  22. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 15 years ago
  23. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 15 years ago
  24. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 15 years ago
  25. 5df5664 KVM: Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_open directly by Gleb Natapov · 15 years ago
  26. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 15 years ago
  27. 8061823 KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too by Gleb Natapov · 15 years ago
  28. 59839df KVM: x86: check for cr3 validity in ioctl_set_sregs by Marcelo Tosatti · 15 years ago
  29. 463656c KVM: Replace kvmclock open-coded get_cpu_var() with the real thing by Avi Kivity · 15 years ago
  30. ba8afb6 KVM: x86 emulator: Add new mode of instruction emulation: skip by Gleb Natapov · 15 years ago
  31. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 15 years ago
  32. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 16 years ago
  33. b237ac3 KVM: Fix task switch back link handling. by Gleb Natapov · 16 years ago
  34. 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 16 years ago
  35. 7a6ce84 KVM: remove pointless conditional before kfree() in lapic initialization by Wei Yongjun · 16 years ago
  36. 9645bb56 KVM: MMU: Use different shadows when EFER.NXE changes by Avi Kivity · 16 years ago
  37. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 16 years ago
  38. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  39. 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 16 years ago
  40. 7fe29e0 KVM: x86: Ignore reads to EVNTSEL MSRs by Amit Shah · 16 years ago
  41. e56d532 KVM: Device assignment framework rework by Sheng Yang · 16 years ago
  42. 2dea4c8 KVM: x86: silence preempt warning on kvm_write_guest_time by Matt T. Yourst · 16 years ago
  43. a2edf57 KVM: Fix PDPTR reloading on CR4 writes by Avi Kivity · 15 years ago
  44. e286e86 KVM: Make EFER reads safe when EFER does not exist by Avi Kivity · 15 years ago
  45. 334b8ad KVM: Fix NX support reporting by Avi Kivity · 15 years ago
  46. 888d256 KVM: Unregister cpufreq notifier on unload by Jan Kiszka · 15 years ago
  47. 7f1ea20 KVM: x86: release time_page on vcpu destruction by Joerg Roedel · 16 years ago
  48. cded19f KVM: fix sparse warnings: Should it be static? by Hannes Eder · 16 years ago
  49. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 16 years ago
  50. c807660 KVM: Fix kvmclock on !constant_tsc boxes by Gerd Hoffmann · 16 years ago
  51. 1b2fd70 KVM: Add FFXSR support by Alexander Graf · 16 years ago
  52. 399ec80 KVM: Userspace controlled irq routing by Avi Kivity · 16 years ago
  53. 1935547 KVM: x86: Fix typos and whitespace errors by Amit Shah · 16 years ago
  54. 5a41acc KVM: MMU: Only enable cr4_pge role in shadow mode by Avi Kivity · 16 years ago
  55. 269e05e KVM: Properly lock PIT creation by Avi Kivity · 16 years ago
  56. 52d939a KVM: PIT: provide an option to disable interrupt reinjection by Marcelo Tosatti · 16 years ago
  57. 61a6bd6 KVM: Fallback support for MSR_VM_HSAVE_PA by Avi Kivity · 16 years ago
  58. 0f34607 KVM: remove the vmap usage by Izik Eidus · 16 years ago
  59. 77c2002 KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt by Izik Eidus · 16 years ago
  60. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  61. 2f0b3d6 KVM: MMU: Segregate mmu pages created with different cr4.pge settings by Avi Kivity · 16 years ago
  62. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  63. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  64. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  65. d801747 KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set by Alexander Graf · 16 years ago
  66. b286d5d KVM: SVM: Implement hsave by Alexander Graf · 16 years ago
  67. abe6655 KVM: x86: disable kvmclock on non constant TSC hosts by Marcelo Tosatti · 16 years ago
  68. ba4cef3 KVM: Fix racy in kvm_free_assigned_irq by Sheng Yang · 16 years ago
  69. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  70. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  71. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  72. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  73. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  74. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  75. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  76. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago
  77. 6eb5581 KVM: Enable Function Level Reset for assigned device by Sheng Yang · 16 years ago
  78. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  79. b8222ad KVM: x86: Fix typo in function name by Amit Shah · 16 years ago
  80. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  81. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  82. 0bed3b5 KVM: Improve MTRR structure by Sheng Yang · 16 years ago
  83. 5f17928 KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback by Gleb Natapov · 16 years ago
  84. c4abb7c KVM: x86: Support for user space injected NMIs by Jan Kiszka · 16 years ago
  85. 0496fbb KVM: x86: VCPU with pending NMI is runnabled by Jan Kiszka · 16 years ago
  86. 448fa4a KVM: x86: Reset pending/inject NMI state on CPU reset by Jan Kiszka · 16 years ago
  87. 5550af4 KVM: Fix guest shared interrupt with in-kernel irqchip by Sheng Yang · 16 years ago
  88. 08d19f51 Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  89. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  90. 8a98f66 KVM: Move device assignment logic to common code by Xiantao Zhang · 16 years ago
  91. 1b10bf3 KVM: x86: Silence various LAPIC-related host kernel messages by Jan Kiszka · 16 years ago
  92. e482580 KVM: PIC: enhance IPI avoidance by Marcelo Tosatti · 16 years ago
  93. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  94. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  95. 0ba73cd KVM: MMU: sync roots on mmu reload by Marcelo Tosatti · 16 years ago
  96. af2152f KVM: don't enter guest after SIPI was received by a CPU by Gleb Natapov · 16 years ago
  97. 2259e3a KVM: x86.c make kvm_load_realmode_segment static by Harvey Harrison · 16 years ago
  98. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  99. bfadade KVM: Device Assignment: Free device structures if IRQ allocation fails by Amit Shah · 16 years ago
  100. 62c476c KVM: Device Assignment with VT-d by Ben-Ami Yassour · 16 years ago