1. 3138994 KVM: Remove unnecessary initialization and checks in mark_page_dirty() by Nguyen Anh Quynh · 18 years ago
  2. 50a3485 KVM: Replace C code with call to ARRAY_SIZE() macro. by Robert P. J. Day · 18 years ago
  3. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 18 years ago
  4. bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 18 years ago
  5. b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 18 years ago
  6. fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 18 years ago
  7. 4436d46 KVM: MMU: Remove cr0.wp tricks by Avi Kivity · 18 years ago
  8. e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 18 years ago
  9. 0d551bb KVM: Make shadow pte updates atomic by Avi Kivity · 18 years ago
  10. a18de5a KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() by Avi Kivity · 18 years ago
  11. 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 18 years ago
  12. 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 18 years ago
  13. 6598c8b KVM: MMU: Pass the guest pde to set_pte_common by Avi Kivity · 18 years ago
  14. e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 18 years ago
  15. ef0197e KVM: MMU: Simplify fetch() a little bit by Avi Kivity · 18 years ago
  16. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 18 years ago
  17. 8d72820 KVM: Use symbolic constants instead of magic numbers by Eddie Dong · 18 years ago
  18. 06ff0d3 KVM: Fix includes by Markus Rechberger · 18 years ago
  19. 687fdbf KVM: x86 emulator: implement wbinvd by Avi Kivity · 18 years ago
  20. de06206 Use menuconfig objects II - KVM/Virt by Jan Engelhardt · 18 years ago
  21. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 18 years ago
  22. f2be4dd KVM: VMX: Cleanup redundant code in MSR set by Eddie Dong · 18 years ago
  23. a75beee KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit by Eddie Dong · 18 years ago
  24. b3f3770 KVM: VMX: Handle #SS faults from real mode by Nitin A Kamble · 18 years ago
  25. cd2276a KVM: VMX: Use local labels in inline assembly by Avi Kivity · 18 years ago
  26. cd0536d KVM: Fix vmx I/O bitmap initialization on highmem systems by Avi Kivity · 18 years ago
  27. 653e310 KVM: Avoid corrupting tr in real mode by Avi Kivity · 18 years ago
  28. eff708b KVM: VMX: Only reload guest msrs if they are already loaded by Avi Kivity · 18 years ago
  29. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 18 years ago
  30. 4b02d6d KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit by Avi Kivity · 18 years ago
  31. 2dc7094 KVM: Implement IA32_EBL_CR_POWERON msr by Matthew Gregan · 18 years ago
  32. a3a0636 KVM: Set cr0.mp for guests by Avi Kivity · 18 years ago
  33. 5fd86fc KVM: Consolidate guest fpu activation and deactivation by Avi Kivity · 18 years ago
  34. abd3f2d KVM: Rationalize exception bitmap usage by Avi Kivity · 18 years ago
  35. 707c087 KVM: Move some more msr mangling into vmx_save_host_state() by Avi Kivity · 18 years ago
  36. 33ed632 KVM: Fix potential guest state leak into host by Avi Kivity · 18 years ago
  37. 7494c0c KVM: Increase mmu shadow cache to 1024 pages by Avi Kivity · 18 years ago
  38. 0028425 KVM: Update shadow pte on write to guest pte by Avi Kivity · 18 years ago
  39. fce0657 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes by Avi Kivity · 18 years ago
  40. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 18 years ago
  41. 62135845 KVM: Be more careful restoring fs on lightweight vmexit by Avi Kivity · 18 years ago
  42. a25f7e1 KVM: Reduce misfirings of the fork detector by Avi Kivity · 18 years ago
  43. 05e0c8c KVM: Unindent some code by Avi Kivity · 18 years ago
  44. e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 18 years ago
  45. e925c5b KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages by Avi Kivity · 18 years ago
  46. c868133 KVM: SVM: Allow direct guest access to PC debug port by Anthony Liguori · 18 years ago
  47. fdef3ad KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs by He, Qing · 18 years ago
  48. 8f41958 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 18 years ago
  49. bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  50. d3502d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  51. 2a9915c make i2c-acorn tristate by Al Viro · 18 years ago
  52. ba5b55d icside: devm_iounmap() needs linux/io.h by Al Viro · 18 years ago
  53. 05bd711 missing argument in bin_attribute ->read()/->write() by Al Viro · 18 years ago
  54. 8ca7ee6 fallout from Auke's pci ->revision patch by Al Viro · 18 years ago
  55. 2832e85 ax88796: dev_dbg() wants device, not platform device by Al Viro · 18 years ago
  56. c248725 zd1211rw: too early inclusion of asm/unaligned.h by Al Viro · 18 years ago
  57. 5f17c70 PDA_POWER depends on having request_irq() by Al Viro · 18 years ago
  58. 51ec138 ieee1394: forgotten dereference... by Al Viro · 18 years ago
  59. 53b6795 minimal fixes for drivers/usb/gadget/m66592-udc.c by Al Viro · 18 years ago
  60. 0909fca git-battery vs git-acpi by Andrew Morton · 18 years ago
  61. 7b3d54a Power supply class and drivers: remove non obligatory return statements by Anton Vorontsov · 18 years ago
  62. 5ebf6e6 pda_power: clean up irq, timer by Jeff Garzik · 18 years ago
  63. 9413d7b [SCSI] ibmvscsi: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  64. a862ea3 [SCSI] dc395x: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  65. 69eca4f [SCSI] ncr53c8xx: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  66. 938febd [SCSI] sym53c8xx: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  67. cebadc5 [SCSI] ppa: coding police and printk levels by Alan Cox · 18 years ago
  68. 75a1099 [SCSI] aic7xxx_old: remove redundant GFP_ATOMIC from kmalloc by Satyam Sharma · 18 years ago
  69. a3f249a [SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c by Satyam Sharma · 18 years ago
  70. 3021c71 [SCSI] remove the dead CYBERSTORMIII_SCSI option by Adrian Bunk · 18 years ago
  71. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 18 years ago
  72. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 18 years ago
  73. 7689e82 [SCSI] don't build scsi_dma_{map,unmap} for !HAS_DMA by Cornelia Huck · 18 years ago
  74. 6d87768 [SCSI] Clean up scsi_add_lun a bit by Matthew Wilcox · 18 years ago
  75. 0cba35e [SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI RMs by Thomas Bogendoerfer · 18 years ago
  76. 2da8658 [SCSI] sni_53c710: Cleanup by Thomas Bogendoerfer · 18 years ago
  77. 6ea7e33 [SCSI] qla4xxx: Fix underrun/overrun conditions by David C Somayajulu · 18 years ago
  78. 0c2cc43 [SCSI] megaraid_mbox: use mutex instead of semaphore by Matthias Kaehlcke · 18 years ago
  79. cad7d78 [SCSI] qla2xxx: update version to 8.02.00-k1. by Seokmann Ju · 18 years ago
  80. 2c3dfe3 [SCSI] qla2xxx: add support for NPIV by Seokmann Ju · 18 years ago
  81. 968a576 [SCSI] stex: use resid for xfer len information by Ed Lin · 18 years ago
  82. 80dc3e0 [SCSI] Add Brownie 1200U3P to blacklist by Matthew Wilcox · 18 years ago
  83. a73e45b [SCSI] scsi.c: convert to use the data buffer accessors by Boaz Harrosh · 18 years ago
  84. 0ab179b [SCSI] tmscsim: Further clean-up of the driver by Boaz Harrosh · 18 years ago
  85. cde7608 [SCSI] CONFIG_SCSI_FD_8xx no longer exists by Geert Uytterhoeven · 18 years ago
  86. da3962f [SCSI] sr: fix error handling in module_init by Akinobu Mita · 18 years ago
  87. a578503 [SCSI] lpfc: Fix NPIV compile problem by James Bottomley · 18 years ago
  88. c59fd9e [SCSI] lpfc: fix NPIV mapping problems by FUJITA Tomonori · 18 years ago
  89. d4bd4cd [SCSI] lpfc: add missed data buffer accessor by Boaz Harrosh · 18 years ago
  90. d0f656c [SCSI] Remove unused method scsi_device_cancel by Priyanka Gupta · 18 years ago
  91. af09f1e Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  92. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 18 years ago
  93. 33f60da [CHAR] Delete leftovers of old Alchemy UART driver by Ralf Baechle · 18 years ago
  94. 3039f07 ioatdma: add the unisys "i/oat" pci vendor/device id by Dan Williams · 18 years ago
  95. c211092 dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines by Dan Williams · 18 years ago
  96. f6dff38 md: remove raid5 compute_block and compute_parity5 by Dan Williams · 18 years ago
  97. 830ea01 md: handle_stripe5 - request io processing in raid5_run_ops by Dan Williams · 18 years ago
  98. f0a50d3 md: handle_stripe5 - add request/completion logic for async expand ops by Dan Williams · 18 years ago
  99. b5e98d6 md: handle_stripe5 - add request/completion logic for async read ops by Dan Williams · 18 years ago
  100. e89f896 md: handle_stripe5 - add request/completion logic for async check ops by Dan Williams · 18 years ago