1. 401d10d KVM: VMX: Update necessary state when guest enters long mode by Amit Shah · 16 years ago
  2. c5bc224 KVM: MMU: Fix another largepage memory leak by Joerg Roedel · 16 years ago
  3. 1fbdc7a KVM: SVM: set accessed bit for VMCB segment selectors by Andre Przywara · 16 years ago
  4. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 16 years ago
  5. 452425dba KVM: MMU: remove assertion in kvm_mmu_alloc_page by Joerg Roedel · 16 years ago
  6. 6bed6b9 KVM: MMU: remove redundant check in mmu_set_spte by Joerg Roedel · 16 years ago
  7. c807660 KVM: Fix kvmclock on !constant_tsc boxes by Gerd Hoffmann · 16 years ago
  8. 49cd7d2 KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio by Sheng Yang · 16 years ago
  9. 34c33d1 KVM: Drop unused evaluations from string pio handlers by Jan Kiszka · 16 years ago
  10. 1b2fd70 KVM: Add FFXSR support by Alexander Graf · 16 years ago
  11. d206269 x86: Add EFER descriptions for FFXSR by Alexander Graf · 16 years ago
  12. 44882ee KVM: make irq ack notifications aware of routing table by Marcelo Tosatti · 16 years ago
  13. 91b2ae7 KVM: Avoid using CONFIG_ in userspace visible headers by Avi Kivity · 16 years ago
  14. 399ec80 KVM: Userspace controlled irq routing by Avi Kivity · 16 years ago
  15. 1935547 KVM: x86: Fix typos and whitespace errors by Amit Shah · 16 years ago
  16. 5a41acc KVM: MMU: Only enable cr4_pge role in shadow mode by Avi Kivity · 16 years ago
  17. f6e2c02b KVM: MMU: Rename "metaphysical" attribute to "direct" by Avi Kivity · 16 years ago
  18. 9903a92 KVM: MMU: drop zeroing on mmu_memory_cache_alloc by Marcelo Tosatti · 16 years ago
  19. ff81ff1 KVM: SVM: Fix typo in has_svm() by Joe Perches · 16 years ago
  20. 4780c659 KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked by Avi Kivity · 16 years ago
  21. 5d9b8e3 KVM: Add CONFIG_HAVE_KVM_IRQCHIP by Avi Kivity · 16 years ago
  22. 4677a3b KVM: MMU: Optimize page unshadowing by Avi Kivity · 16 years ago
  23. c8a73f1 KVM: SVM: Add microcode patch level dummy by Alexander Graf · 16 years ago
  24. 269e05e KVM: Properly lock PIT creation by Avi Kivity · 16 years ago
  25. a77ab5e KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb) by Avi Kivity · 16 years ago
  26. 8b3079a KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily by Avi Kivity · 16 years ago
  27. 350f69d KVM: x86 emulator: Make emulate_pop() a little more generic by Avi Kivity · 16 years ago
  28. 10f32d8 KVM: VMX: Prevent exit handler from running if emulating due to invalid state by Avi Kivity · 16 years ago
  29. 9fd4a3b KVM: VMX: don't clobber segment AR if emulating invalid state by Avi Kivity · 16 years ago
  30. 1872a3f KVM: VMX: Fix guest state validity checks by Avi Kivity · 16 years ago
  31. 1c08364 KVM: Move struct kvm_pio_request into x86 kvm_host.h by Avi Kivity · 16 years ago
  32. 52d939a KVM: PIT: provide an option to disable interrupt reinjection by Marcelo Tosatti · 16 years ago
  33. 61a6bd6 KVM: Fallback support for MSR_VM_HSAVE_PA by Avi Kivity · 16 years ago
  34. 0f34607 KVM: remove the vmap usage by Izik Eidus · 16 years ago
  35. 77c2002 KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt by Izik Eidus · 16 years ago
  36. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  37. e8c4a4e8 KVM: MMU: Drop walk_shadow() by Avi Kivity · 16 years ago
  38. a461930 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() by Avi Kivity · 16 years ago
  39. e7a04c9 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() by Avi Kivity · 16 years ago
  40. 9f652d21 KVM: MMU: Use for_each_shadow_entry() in __direct_map() by Avi Kivity · 16 years ago
  41. 2d11123 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() by Avi Kivity · 16 years ago
  42. 2b3d2a2 KVM: Fix vmload and friends misinterpreted as lidt by Avi Kivity · 16 years ago
  43. e207831 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge by Avi Kivity · 16 years ago
  44. 2f0b3d6 KVM: MMU: Segregate mmu pages created with different cr4.pge settings by Avi Kivity · 16 years ago
  45. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  46. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  47. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  48. 55934c0 KVM: VMX: Allow single-stepping when uninterruptible by Jan Kiszka · 16 years ago
  49. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  50. 8ab2d2e KVM: VMX: Support for injecting software exceptions by Jan Kiszka · 16 years ago
  51. d801747 KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set by Alexander Graf · 16 years ago
  52. 236de05 KVM: SVM: Allow setting the SVME bit by Alexander Graf · 16 years ago
  53. eb6f302 KVM: SVM: Allow read access to MSR_VM_VR by Joerg Roedel · 16 years ago
  54. cf74a78 KVM: SVM: Add VMEXIT handler and intercepts by Alexander Graf · 16 years ago
  55. 3d6368e KVM: SVM: Add VMRUN handler by Alexander Graf · 16 years ago
  56. 5542675 KVM: SVM: Add VMLOAD and VMSAVE handlers by Alexander Graf · 16 years ago
  57. b286d5d KVM: SVM: Implement hsave by Alexander Graf · 16 years ago
  58. 1371d90 KVM: SVM: Implement GIF, clgi and stgi by Alexander Graf · 16 years ago
  59. c072542 KVM: SVM: Add helper functions for nested SVM by Alexander Graf · 16 years ago
  60. 9962d03 KVM: SVM: Move EFER and MSR constants to generic x86 code by Alexander Graf · 16 years ago
  61. f0b8505 KVM: SVM: Clean up VINTR setting by Alexander Graf · 16 years ago
  62. 3039088 prevent boosting kprobes on exception address by Masami Hiramatsu · 16 years ago
  63. 9e8912e Fast TSC calibration: calculate proper frequency error bounds by Linus Torvalds · 16 years ago
  64. a6a80e1 Fix potential fast PIT TSC calibration startup glitch by Linus Torvalds · 16 years ago
  65. 211b3d0 x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUs by Ingo Molnar · 16 years ago
  66. 1abaf33 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. 99adcd9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  68. 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 16 years ago
  69. 6db6a5f lguest: fix for CONFIG_SPARSE_IRQ=y by Rusty Russell · 16 years ago
  70. cbd88c8 lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>' by Rusty Russell · 16 years ago
  71. d0fc63f x86 mmiotrace: fix remove_kmmio_fault_pages() by Stuart Bennett · 16 years ago
  72. 73bf1b6 x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs() by Markus Metzger · 16 years ago
  73. 9ca0791 x86, bts: remove bad warning by Markus Metzger · 16 years ago
  74. dd4124a x86: add Dell XPS710 reboot quirk by Leann Ogasawara · 16 years ago
  75. ab9e185 x86, math-emu: fix init_fpu for task != current by Daniel Glöckner · 16 years ago
  76. dd39ecf x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP by Huang Ying · 16 years ago
  77. ff0c087 x86: fix DMI on EFI by Brian Maly · 16 years ago
  78. 3024e4a Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. f2a4165 Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. 780eef9 x86: oprofile: don't set counter width from cpuid on Core2 by Tim Blechmann · 16 years ago
  81. 0fc59d3 x86: fix init_memory_mapping() to handle small ranges by Yinghai Lu · 16 years ago
  82. 2d44947 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  84. ccbe495 x86-64: syscall-audit: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  85. 340430c x86 mmiotrace: fix race with release_kmmio_fault_page() by Pekka Paalanen · 16 years ago
  86. 3e39aa1 x86 mmiotrace: improve handling of secondary faults by Stuart Bennett · 16 years ago
  87. 0b700a6 x86 mmiotrace: split set_page_presence() by Pekka Paalanen · 16 years ago
  88. 5359b58 x86 mmiotrace: fix save/restore page table state by Pekka Paalanen · 16 years ago
  89. e9d54ca x86 mmiotrace: WARN_ONCE if dis/arming a page fails by Stuart Bennett · 16 years ago
  90. 5ff9369 x86: add far read test to testmmiotrace by Pekka Paalanen · 16 years ago
  91. fab852a x86: count errors in testmmiotrace.ko by Pekka Paalanen · 16 years ago
  92. 92b9af9 x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() by Ingo Molnar · 16 years ago
  93. f6be37f x86: enable DMAR by default by Kyle McMartin · 16 years ago
  94. 55d8085 xen: disable interrupts early, as start_kernel expects by Jeremy Fitzhardinge · 16 years ago
  95. 4ab0d47 gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t by Venkatesh Pallipadi · 16 years ago
  96. ddf9499 x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_map by James Bottomley · 16 years ago
  97. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  98. 936577c x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors by Linus Torvalds · 16 years ago
  99. 6defa2f x86_64: Fix S3 fail path by Jiri Slaby · 16 years ago
  100. e6bd676 x86_64: acpi/wakeup_64 cleanup by Jiri Slaby · 16 years ago