1. 7e77816 KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57) by Nitin A Kamble · 17 years ago
  2. c53ce17 KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb) by Nitin A Kamble · 17 years ago
  3. 098c937 KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9) by Nitin A Kamble · 17 years ago
  4. 19eb938 KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}' by Nitin A Kamble · 17 years ago
  5. 253abde KVM: Communicate cr8 changes to userspace by Yang, Sheng · 17 years ago
  6. 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 17 years ago
  7. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  8. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
  9. 9fdaaac KVM: Remove useless assignment by Laurent Vivier · 17 years ago
  10. 1e4e6e0 KVM: VMX: Remove a duplicated ia32e mode vm entry control by Li, Xin B · 17 years ago
  11. a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 17 years ago
  12. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  13. 33830b4 KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions. by Rusty Russell · 17 years ago
  14. 3dea7ca KVM: Remove stat_set from debugfs by Rusty Russell · 17 years ago
  15. 54e11fa KVM: Fix defined but not used warning in drivers/kvm/vmx.c by Gabriel C · 17 years ago
  16. 37c0005 KVM: Remove redundant alloc_vmcs_cpu declaration by Rusty Russell · 17 years ago
  17. bfc733a KVM: SVM: Make set_msr_interception more reliable by Rusty Russell · 17 years ago
  18. 7e9d619 KVM: Cleanup mark_page_dirty by Rusty Russell · 17 years ago
  19. fb76441 KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last by Rusty Russell · 17 years ago
  20. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  21. 3921491 KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization by Rusty Russell · 17 years ago
  22. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  23. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  24. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  25. cebff02 KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu by Laurent Vivier · 17 years ago
  26. 0e5017d KVM: SVM: internal function name cleanup by Rusty Russell · 17 years ago
  27. e756fc6 KVM: SVM: de-containization by Rusty Russell · 17 years ago
  28. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  29. 8b9cf98 KVM: VMX: pass vcpu_vmx internally by Rusty Russell · 17 years ago
  30. 9bd0150 KVM: fx_init() needs preemption disabled while it plays with the FPU state by Rusty Russell · 17 years ago
  31. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  32. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  33. 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 17 years ago
  34. 1c3d14fe KVM: VMX: Improve the method of writing vmcs control by Yang, Sheng · 17 years ago
  35. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  36. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  37. c820c2a KVM: load_pdptrs() cleanups by Rusty Russell · 17 years ago
  38. 3ccb882 KVM: Remove dead code in the cmpxchg instruction emulation by Aurelien Jarno · 17 years ago
  39. 62b3ffb KVM: VMX: Import some constants of vmcs from IA32 SDM by Yang, Sheng · 17 years ago
  40. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  41. 9ae0448 KVM: Hoist kvm_mmu_reload() out of the critical section by Shaohua Li · 17 years ago
  42. 310bc76 KVM: Return if the pdptrs are invalid when the guest turns on PAE. by Rusty Russell · 17 years ago
  43. 394b6e5 KVM: x86 emulator: fix faulty check for two-byte opcode by Avi Kivity · 17 years ago
  44. e324345 KVM: x86 emulator: fix cmov for writeback changes by Avi Kivity · 17 years ago
  45. 7075bc8 KVM: Use standard CR8 flags, and fix TPR definition by Rusty Russell · 17 years ago
  46. 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 17 years ago
  47. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 17 years ago
  48. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  49. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 17 years ago
  50. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  51. 9a2b85c KVM: Trivial: Avoid hardware_disable predeclaration by Rusty Russell · 17 years ago
  52. dcc0766 KVM: Trivial: Comment spelling may escape grep by Rusty Russell · 17 years ago
  53. 1e3c5cb KVM: Trivial: Make decode_register() static by Rusty Russell · 17 years ago
  54. 5eb549a KVM: Trivial: Remove unused struct cpu_user_regs declaration by Rusty Russell · 17 years ago
  55. dea8cae KVM: Trivial: /dev/kvm interface is no longer experimental. by Rusty Russell · 17 years ago
  56. 65619eb KVM: In-kernel string pio write support by Eddie Dong · 17 years ago
  57. 24cbc7e KVM: Future-proof the exit information union ABI by Avi Kivity · 17 years ago
  58. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  59. cd0d913 KVM: Fix *nopage() in kvm_main.c by Nguyen Anh Quynh · 17 years ago
  60. 81fe96b i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set by Avi Kivity · 17 years ago
  61. 752097c x86/pci/acpi: fix DMI const-ification fallout by Jeff Garzik · 17 years ago
  62. b6c7347ff x86: optimise barriers by Nick Piggin · 17 years ago
  63. 4071c71 x86: fix IO write barrier by Nick Piggin · 17 years ago
  64. df1bdc0 x86: fence oostores on 64-bit by Nick Piggin · 17 years ago
  65. 2b9e0aa Only enable BLOCK_COMPAT if COMPAT is needed by Linus Torvalds · 17 years ago
  66. ab9c232 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  67. 8bd0983 Update maintainers file by Andi Kleen · 17 years ago
  68. 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  69. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  70. 117494a Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  71. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  72. 57c5b99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  73. a6e3d7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  74. 42f04b6 Merge branch 'isdn-cleanups' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  75. f3e6f16 PCI: merge almost all of pci_32.h and pci_64.h together by Greg Kroah-Hartman · 17 years ago
  76. a79e419 PCI: X86: Introduce and enable PCI domain support by Jeff Garzik · 17 years ago
  77. 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
  78. 1194925 PCI: modify PCI bridge control ISA flag for clarity by Gary Hade · 17 years ago
  79. 62f420f PCI: use _CRS for PCI resource allocation by Gary Hade · 17 years ago
  80. fd64cb4 PCI: avoid P2P prefetch window for expansion ROMs by Gary Hade · 17 years ago
  81. 036fff4 PCI: skip ISA ioresource alignment on some systems by Gary Hade · 17 years ago
  82. 8fa5913 PCI: remove transparent bridge sizing by Gary Hade · 17 years ago
  83. ecb3908 pci: write file size to inode on proc bus file write by David Rientjes · 17 years ago
  84. cd68602 pci: use size stored in proc_dir_entry for proc bus files by David Rientjes · 17 years ago
  85. 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
  86. fd6e732 PCI: fix IDE legacy mode resources by Yoichi Yuasa · 17 years ago
  87. cbf5d9e MSI: Use correct data offset for 32-bit MSI in read_msi_msg() by Roland Dreier · 17 years ago
  88. a56bc69 PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code by Michael Ellerman · 17 years ago
  89. 5b1ea82 PCI: i386: Compaq EVO N800c needs PCI bus renumbering by Juha Laiho · 17 years ago
  90. 4904e23 PCI: Remove no longer correct documentation regarding MSI vector assignment by Michael Ellerman · 17 years ago
  91. 346ca04 PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" by Johannes Goecke · 17 years ago
  92. 651472f PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID by Auke Kok · 17 years ago
  93. aa288d4 PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID by Auke Kok · 17 years ago
  94. 3799a4e cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read by Auke Kok · 17 years ago
  95. 9f67215 PCI: Add missing PCI capability IDs by Alex Chiang · 17 years ago
  96. b205f6b i386: add support for picopower irq router by Thomas Backlund · 17 years ago
  97. 3d034ae PCI: pci_get_device call from interrupt in reboot fixups by Denis V. Lunev · 17 years ago
  98. aa24886 dma_free_coherent() needs irqs enabled (sigh) by David Brownell · 17 years ago
  99. fa007d8 pci: hotplug: cpqphp: convert to kthread infrastructure by Christoph Hellwig · 17 years ago
  100. 2d100fe pci: hotplug: ibmphp: convert to kthread by Kristen Carlson Accardi · 17 years ago