1. 722c05f KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts by Avi Kivity · 16 years ago
  2. 2a7c5b8 KVM: x86 emulator: emulate clflush by Glauber Costa · 16 years ago
  3. 376c53c KVM: MMU: improve invalid shadow root page handling by Marcelo Tosatti · 16 years ago
  4. 34d4cb8 KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction by Marcelo Tosatti · 16 years ago
  5. d6e88ae KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues by Avi Kivity · 16 years ago
  6. c65bbfa KVM: check injected pic irq within valid pic irqs by Ben-Ami Yassour · 16 years ago
  7. 19fdfa0 KVM: x86 emulator: Fix HLT instruction by Mohammed Gamal · 16 years ago
  8. ac9f6dc KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized by Avi Kivity · 16 years ago
  9. 4e1096d KVM: VMX: Add ept_sync_context in flush_tlb by Sheng Yang · 16 years ago
  10. 5a4c928 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held by Marcelo Tosatti · 16 years ago
  11. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 16 years ago
  12. 0da1db75 KVM: SVM: fix suspend/resume support by Joerg Roedel · 16 years ago
  13. f8b78fa KVM: move slots_lock acquision down to vapic_exit by Marcelo Tosatti · 16 years ago
  14. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 16 years ago
  15. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 16 years ago
  16. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  17. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  18. 7a5b56d KVM: x86 emulator: lazily evaluate segment registers by Avi Kivity · 16 years ago
  19. 0adc867 KVM: x86 emulator: avoid segment base adjust for lea by Avi Kivity · 16 years ago
  20. f5b4edc KVM: x86 emulator: simplify rip relative decoding by Avi Kivity · 16 years ago
  21. 84411d8 KVM: x86 emulator: simplify r/m decoding by Avi Kivity · 16 years ago
  22. dc71d0f KVM: x86 emulator: simplify sib decoding by Avi Kivity · 16 years ago
  23. 8684c0a KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases by Avi Kivity · 16 years ago
  24. b13354f KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) by Mohammed Gamal · 16 years ago
  25. f76c710 KVM: Use printk_rlimit() instead of reporting emulation failures just once by Avi Kivity · 16 years ago
  26. 25be460 KVM: Do not calculate linear rip in emulation failure report by Glauber Costa · 16 years ago
  27. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  28. 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 16 years ago
  29. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  30. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  31. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  32. 91ed7a0 KVM: x86 emulator: implement 'push imm' (opcode 0x68) by Avi Kivity · 16 years ago
  33. 19e4363 KVM: x86 emulator: simplify push imm8 emulation by Avi Kivity · 16 years ago
  34. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 16 years ago
  35. 38d5bc6 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction by Guillaume Thouvenin · 16 years ago
  36. 4257198 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction by Guillaume Thouvenin · 16 years ago
  37. 615ac12 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction by Guillaume Thouvenin · 16 years ago
  38. 954cd36 KVM: x86 emulator: add support for jmp far 0xea by Guillaume Thouvenin · 16 years ago
  39. 89c6963 KVM: x86 emulator: Update c->dst.bytes in decode instruction by Guillaume Thouvenin · 16 years ago
  40. 3e6e0aa KVM: Prefixes segment functions that will be exported with "kvm_" by Guillaume Thouvenin · 16 years ago
  41. 9ba075a KVM: MTRR support by Avi Kivity · 16 years ago
  42. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 17 years ago
  43. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 17 years ago
  44. 50d40d7 KVM: Remove unnecessary ->decache_regs() call by Avi Kivity · 16 years ago
  45. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 17 years ago
  46. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 17 years ago
  47. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 17 years ago
  48. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 17 years ago
  49. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 17 years ago
  50. 14ae51b KVM: SVM: Fake MSR_K7 performance counters by Chris Lalancette · 17 years ago
  51. f697554 KVM: PIT: support mode 3 by Aurelien Jarno · 17 years ago
  52. d2ebb41 KVM: SVM: add tracing support for TDP page faults by Joerg Roedel · 17 years ago
  53. af9ca2d KVM: SVM: add missing kvmtrace markers by Joerg Roedel · 17 years ago
  54. 54e445c KVM: add missing kvmtrace bits by Joerg Roedel · 17 years ago
  55. a069805 KVM: SVM: implement dedicated INTR exit handler by Joerg Roedel · 17 years ago
  56. c47f098 KVM: SVM: implement dedicated NMI exit handler by Joerg Roedel · 17 years ago
  57. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 17 years ago
  58. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  59. 2b04be7 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
  60. bdec6ca Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 16 years ago
  62. 8e9509c ftrace: fix merge buglet by Ingo Molnar · 16 years ago
  63. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  64. 58b6e55 Revert "x86/PCI: ACPI based PCI gap calculation" by Jesse Barnes · 16 years ago
  65. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 16 years ago
  66. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 16 years ago
  67. 5b53496 ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support by Zhao Yakui · 16 years ago
  68. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  69. e22146e x86: fix kernel_physical_mapping_init() for large x86 systems by Jack Steiner · 16 years ago
  70. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 809d9a8 x86/PCI: ACPI based PCI gap calculation by Alok Kataria · 16 years ago
  72. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  73. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  74. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  75. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  76. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  77. aba3728 x86: sanitize Kconfig by Thomas Gleixner · 16 years ago
  78. 91d0322 Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  79. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  80. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  81. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. 116a9fb3 x86: MMIOTRACE should not default to on by Linus Torvalds · 16 years ago
  84. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  86. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  87. beef312 x86/PCI: Fix PCI config space for domains > 0 by Matthew Wilcox · 16 years ago
  88. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  90. 065cb3d x86, suspend, acpi: correct and add comments about Big Real Mode by H. Peter Anvin · 16 years ago
  91. 3bf2e77 x86, suspend, acpi: enter Big Real Mode by H. Peter Anvin · 16 years ago
  92. 4c2a997 x86: add PCI ID for 6300ESB force hpet by Joe Buehler · 16 years ago
  93. 1c776bf x86: add another PCI ID for ICH6 force-hpet by Krzysztof Oledzki · 16 years ago
  94. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  95. 2387ce5 x86: make 64bit hpet_set_mapping to use ioremap too, v2 by Yinghai Lu · 16 years ago
  96. 87a1c44 x86: get x86_phys_bits early by Yinghai Lu · 16 years ago
  97. 32b23e9 x86: max_low_pfn_mapped fix #4 by Yinghai Lu · 16 years ago
  98. 11369f35 x86: change _node_to_cpumask_ptr to return const ptr by Mike Travis · 16 years ago
  99. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 16 years ago
  100. 3d88cca x86: fix numaq_tsc_disable calling by Yinghai Lu · 16 years ago