1. a17dba8 [ARM] Add platform support for PATA on RiscPC by Russell King · 17 years ago
  2. 03abeac [ARM] 4357/1: AT91: Support slower serial baud-rates by Andrew Victor · 17 years ago
  3. 2ff81f7 KVM: Remove unused 'instruction_length' by Avi Kivity · 17 years ago
  4. 02c8320 KVM: Don't require explicit indication of completion of mmio or pio by Avi Kivity · 17 years ago
  5. e7df56e KVM: Remove extraneous guest entry on mmio read by Avi Kivity · 17 years ago
  6. 94dfbdb KVM: SVM: Only save/restore MSRs when needed by Anthony Liguori · 17 years ago
  7. 2807696 KVM: fix an if() condition by Adrian Bunk · 17 years ago
  8. 2ab455c KVM: VMX: Add lazy FPU support for VT by Anthony Liguori · 17 years ago
  9. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago
  10. e0e5127 KVM: Don't complain about cpu erratum AA15 by Avi Kivity · 17 years ago
  11. 7807fa6 KVM: Lazy FPU support for SVM by Anthony Liguori · 17 years ago
  12. 4c690a1 KVM: Allow passing 64-bit values to the emulated read/write API by Avi Kivity · 17 years ago
  13. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  14. 3fca036 KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles by Yaozu Dong · 17 years ago
  15. d6c69ee KVM: MMU: Avoid heavy ASSERT at non debug mode. by Yaozu Dong · 17 years ago
  16. 4d56c8a KVM: VMX: Only save/restore MSR_K6_STAR if necessary by Avi Kivity · 17 years ago
  17. 35cc7f9 KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c by Avi Kivity · 17 years ago
  18. e38aea3 KVM: VMX: Don't switch 64-bit msrs for 32-bit guests by Avi Kivity · 17 years ago
  19. 2345df8 KVM: VMX: Reduce unnecessary saving of host msrs by Avi Kivity · 17 years ago
  20. c9047f5 KVM: Handle guest page faults when emulating mmio by Avi Kivity · 17 years ago
  21. 364b625 KVM: SVM: Report hardware exit reason to userspace instead of dmesg by Avi Kivity · 17 years ago
  22. 8c43850 KVM: Retry sleeping allocation if atomic allocation fails by Avi Kivity · 17 years ago
  23. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 17 years ago
  24. 417726a KVM: Handle partial pae pdptr by Avi Kivity · 17 years ago
  25. d917a6b KVM: Initialize cr0 to indicate an fpu is present by Avi Kivity · 17 years ago
  26. 3964994 KVM: Fix overflow bug in overflow detection code by Eric Sesterhenn / Snakebyte · 17 years ago
  27. 5008fdf KVM: Use kernel-standard types by Avi Kivity · 17 years ago
  28. 80b7706 KVM: SVM: enable LBRV virtualization if available by Joerg Roedel · 17 years ago
  29. b883673 KVM: Add fpu get/set operations by Avi Kivity · 17 years ago
  30. e820754 KVM: Add physical memory aliasing feature by Avi Kivity · 17 years ago
  31. 954bbbc KVM: Simply gfn_to_page() by Avi Kivity · 17 years ago
  32. e0fa826 KVM: Add mmu cache clear function by Dor Laor · 17 years ago
  33. df513e2 KVM: x86 emulator: fix bit string operations operand size by Avi Kivity · 17 years ago
  34. afeb1f1 KVM: Remove debug message by Avi Kivity · 17 years ago
  35. 36868f7 KVM: Use list_move() by Avi Kivity · 17 years ago
  36. 55bf4028 KVM: Remove unused function by Michal Piotrowski · 17 years ago
  37. 0cc5064 KVM: SVM: Ensure timestamp counter monotonicity by Avi Kivity · 17 years ago
  38. d28c6cfb KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 17 years ago
  39. 916ce23 KVM: SVM: forbid guest to execute monitor/mwait by Joerg Roedel · 17 years ago
  40. 0e5bf0d KVM: Handle writes to MCG_STATUS msr by Sergey Kiselev · 17 years ago
  41. fcd3410 KVM: Remove unused and write-only variables by Avi Kivity · 17 years ago
  42. 6da63cf KVM: Don't allow the guest to turn off the cpu cache by Avi Kivity · 17 years ago
  43. 038881c KVM: Hack real-mode segments on vmx from KVM_SET_SREGS by Avi Kivity · 17 years ago
  44. 024aa1c KVM: Modify guest segments after potentially switching modes by Avi Kivity · 17 years ago
  45. f6528b0 KVM: Remove set_cr0_no_modeswitch() arch op by Avi Kivity · 17 years ago
  46. 8cb5b03 KVM: Workaround vmx inability to virtualize the reset state by Avi Kivity · 17 years ago
  47. aac0122 KVM: MMU: Remove global pte tracking by Avi Kivity · 17 years ago
  48. ca5aac1 KVM: MMU: Remove unnecessary check for pdptr access by Avi Kivity · 17 years ago
  49. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 17 years ago
  50. f0fe510 KVM: Future-proof argument-less ioctls by Avi Kivity · 17 years ago
  51. 07c45a3 KVM: Allow kernel to select size of mmap() buffer by Avi Kivity · 17 years ago
  52. 1961d27 KVM: Add guest mode signal mask by Avi Kivity · 17 years ago
  53. 6722c51c KVM: Initialize the apic_base msr on svm too by Avi Kivity · 17 years ago
  54. 1b19f3e KVM: Add a special exit reason when exiting due to an interrupt by Avi Kivity · 17 years ago
  55. 8eb7d33 KVM: Fold kvm_run::exit_type into kvm_run::exit_reason by Avi Kivity · 17 years ago
  56. b4e63f5 KVM: Allow userspace to process hypercalls which have no kernel handler by Avi Kivity · 17 years ago
  57. 5d308f4 KVM: Add method to check for backwards-compatible API extensions by Avi Kivity · 17 years ago
  58. 106b552 KVM: Remove the 'emulated' field from the userspace interface by Avi Kivity · 17 years ago
  59. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 17 years ago
  60. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 18 years ago
  61. 9a2bb7f KVM: Use a shared page for kernel/user communication when runing a vcpu by Avi Kivity · 18 years ago
  62. 1ea252a KVM: Fix bogus sign extension in mmu mapping audit by Avi Kivity · 17 years ago
  63. bbe4432 KVM: Use own minor number by Avi Kivity · 17 years ago
  64. 510043d KVM: Use the generic skip_emulated_instruction() in hypercall code by Dor Laor · 18 years ago
  65. 9b22bf5 KVM: Fix guest register corruption on paravirt hypercall by Dor Laor · 18 years ago
  66. 9890b12 PCI: Free resource files in error path of pci_create_sysfs_dev_files() by Michael Ellerman · 17 years ago
  67. c0affe9 pci-quirks: disable MSI on RS400-200 and RS480 by Tejun Heo · 17 years ago
  68. d477014 PCI hotplug: Use menuconfig objects by Jan Engelhardt · 17 years ago
  69. 03555d5 PCI: ZT5550 CPCI Hotplug driver fix by Scott Murray · 17 years ago
  70. ac1f0e9 PCI: rpaphp: Remove semaphores by Linas Vepstas · 17 years ago
  71. b566147 PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetry by Linas Vepstas · 17 years ago
  72. e70ea263 PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically by Linas Vepstas · 17 years ago
  73. da65944 PCI: rpaphp: Document is_php_dn() by Linas Vepstas · 17 years ago
  74. 8485d1a PCI: rpaphp: Document find_php_slot() by Linas Vepstas · 17 years ago
  75. fea54b8 PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot() by Linas Vepstas · 17 years ago
  76. 6f79eb7 PCI: rpaphp: refactor tail call to rpaphp_register_slot() by Linas Vepstas · 17 years ago
  77. c02929c PCI: rpaphp: remove rpaphp_set_attention_status() by Linas Vepstas · 17 years ago
  78. 307ff12 PCI: rpaphp: remove print_slot_pci_funcs() by Linas Vepstas · 17 years ago
  79. 03a6675 PCI: rpaphp: Remove setup_pci_slot() by Linas Vepstas · 17 years ago
  80. ebf42c0 PCI: rpaphp: remove a call that does nothing but a pointer lookup by Linas Vepstas · 17 years ago
  81. bf0af51 PCI: rpaphp: Remove another wrappered function by Linas Vepstas · 17 years ago
  82. 427310f PCI: rpaphp: Remve another call that is a wrapper by Linas Vepstas · 17 years ago
  83. 517d5a0 PCI: rpaphp: remove a function that does nothing but wrap debug printks by Linas Vepstas · 17 years ago
  84. 3499f072 PCI: rpaphp: Remove un-needed goto by Linas Vepstas · 17 years ago
  85. 5fd39c3 PCI: rpaphp: Fix a memleak; slot->location string was never freed by Linas Vepstas · 17 years ago
  86. 31be758 PCI: rpaphp: match up alloc and free in same routine by Linas Vepstas · 17 years ago
  87. fa18915 PCI: rpaphp: Remove global num_slots variable by Linas Vepstas · 17 years ago
  88. bf8cbae PCI: rpaphp: Cleanup flow of control for rpaphp_add_slot by Linas Vepstas · 17 years ago
  89. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  90. 032de8e MSI: Give archs the option to free all MSI/Xs at once. by Michael Ellerman · 17 years ago
  91. 9c83133 MSI: Give archs the option to allocate all MSI/Xs at once. by Michael Ellerman · 17 years ago
  92. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 17 years ago
  93. f282b97 msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2) by Dan Williams · 17 years ago
  94. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 17 years ago
  95. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  96. bab41e9 PCI: Convert to alloc_pci_dev() by Michael Ellerman · 17 years ago
  97. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 17 years ago
  98. c9953a7 MSI: Add an arch_msi_check_device() by Michael Ellerman · 17 years ago
  99. 17bbc12 MSI: Rename pci_msi_supported() to pci_msi_check_device() by Michael Ellerman · 17 years ago
  100. 128bc5f MSI: Consolidate precondition checks by Michael Ellerman · 17 years ago