1. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  2. 8d4e128 KVM: Allocate userspace memory for older userspace by Anthony Liguori · 17 years ago
  3. e56a7a2 KVM: Use virtual cpu accounting if available for guest times. by Christian Borntraeger · 17 years ago
  4. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  5. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  6. 9647c14 KVM: MMU: Keep a reverse mapping of non-writable translations by Izik Eidus · 17 years ago
  7. 98348e9 KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps by Izik Eidus · 17 years ago
  8. b284be5 KVM: x86 emulator: cmc, clc, cli, sti by Nitin A Kamble · 17 years ago
  9. 42bf3f0 KVM: MMU: Simplify page table walker by Avi Kivity · 17 years ago
  10. d77a250 KVM: x86 emulator: Implement emulation of instruction: inc & dec by Nitin A Kamble · 17 years ago
  11. 3176bc3 KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH by Avi Kivity · 17 years ago
  12. ab6ef34 KVM: Move apic timer interrupt backlog processing to common code by Avi Kivity · 17 years ago
  13. e25e3ed KVM: Add some \n in ioapic_debug() by Laurent Vivier · 17 years ago
  14. e4d47f4 KVM: apic round robin cleanup by Qing He · 17 years ago
  15. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 17 years ago
  16. c4fcc27 KVM: MMU: When updating the dirty bit, inform the mmu about it by Avi Kivity · 17 years ago
  17. 5df34a8 KVM: MMU: Move dirty bit updates to a separate function by Avi Kivity · 17 years ago
  18. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 17 years ago
  19. cc70e73 KVM: MMU: Disable write access on clean large pages by Avi Kivity · 17 years ago
  20. c22e351 KVM: MMU: Fix nx access bit for huge pages by Avi Kivity · 17 years ago
  21. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  22. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  23. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  24. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago
  25. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  26. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  27. 7e620d1 KVM: Remove gratuitous casts from lapic.c by Rusty Russell · 17 years ago
  28. 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
  29. d589444 KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() by Rusty Russell · 17 years ago
  30. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  31. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
  32. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  33. f566e09 KVM: VMX: Simplify vcpu_clear() by Avi Kivity · 17 years ago
  34. eae5ecb KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor by Avi Kivity · 17 years ago
  35. b4c6abf KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect by Laurent Vivier · 17 years ago
  36. a22436b KVM: Purify x86_decode_insn() error case management by Laurent Vivier · 17 years ago
  37. e4f8e03 KVM: x86_emulator: no writeback for bt by Qing He · 17 years ago
  38. a01af5e KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead by Laurent Vivier · 17 years ago
  39. 05f086f KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. by Laurent Vivier · 17 years ago
  40. 8cdbd2c KVM: x86 emulator: split some decoding into functions for readability by Laurent Vivier · 17 years ago
  41. 2176486 KVM: MMU: Ignore reserved bits in cr3 in non-pae mode by Ryan Harper · 17 years ago
  42. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  43. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  44. 51c6cf6 KVM: VMX: Further reduce efer reloads by Avi Kivity · 17 years ago
  45. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  46. 1be3aa4 KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn() by Laurent Vivier · 17 years ago
  47. 8b4caf6 KVM: x86 emulator: move all decoding process to function x86_decode_insn() by Laurent Vivier · 17 years ago
  48. e4e03de KVM: x86 emulator: move all x86_emulate_memop() to a structure by Laurent Vivier · 17 years ago
  49. a7ddce3 KVM: x86 emulator: remove unused functions by Laurent Vivier · 17 years ago
  50. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  51. aca7f96 KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3) by Anthony Liguori · 17 years ago
  52. dd430ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  53. 60e2331 [net] Gracefully handle shared e1000/1000e driver PCI ID's by Linus Torvalds · 16 years ago
  54. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 16 years ago
  55. 5398f98 x86: remove flush_agp_mappings() by Ingo Molnar · 16 years ago
  56. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 16 years ago
  57. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 16 years ago
  58. 53391fa cpufreq: fix obvious condition statement error by Yi Yang · 16 years ago
  59. 3212bff x86: left over fix for leak of early_ioremp in dmi_scan by Yinghai Lu · 16 years ago
  60. f8f7648 rtc: use the IRQ callback interface in (old) RTC driver by Bernhard Walle · 16 years ago
  61. 0d64484 x86: fix DMI ioremap leak by Ingo Molnar · 16 years ago
  62. ddb25f9 x86: don't disable TSC in any C states on AMD Fam10h by Andi Kleen · 16 years ago
  63. 39657b6 git-x86: drivers/pnp/pnpbios/bioscalls.c build fix by Andrew Morton · 16 years ago
  64. bde6f5f x86: voluntary leave_mm before entering ACPI C3 by Venki Pallipadi · 16 years ago
  65. 79da472 x86: fix DMI out of memory problems by Parag Warudkar · 16 years ago
  66. 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 16 years ago
  67. 41e191e x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c by Ingo Molnar · 16 years ago
  68. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 16 years ago
  69. 5fd1fe9 x86: clean up drivers/char/rtc.c by Ingo Molnar · 16 years ago
  70. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 16 years ago
  71. 02456c7 x86: nuke a ton of dead hpet code by Thomas Gleixner · 16 years ago
  72. 37a47db8 x86: assign IRQs to HPET timers, fix by Balaji Rao · 16 years ago
  73. e3f37a5 x86: assign IRQs to HPET timers by Balaji Rao · 16 years ago
  74. 5b10ca1 Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e" by Linus Torvalds · 16 years ago
  75. e7d9dc9 cciss: fix bug in overriding ->data_len before completion by Jens Axboe · 16 years ago
  76. 9bf7225 xsysace: end request handling fix by Jens Axboe · 16 years ago
  77. 0ba6c33bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 by Linus Torvalds · 16 years ago
  78. 3c582b3 [PPP]: Sparse warning fixes. by Stephen Hemminger · 16 years ago
  79. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  80. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  81. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  82. c0e1899 ath5k: always extend rx timestamp with tsf by Bruno Randolf · 16 years ago
  83. 6d91e1d ath5k: configure backoff for IBSS beacon queue by Bruno Randolf · 16 years ago
  84. 036cd1e ath5k: use SWBA to detect IBSS HW merges by Bruno Randolf · 16 years ago
  85. 9804b98 ath5k: better beacon timer calculation by Bruno Randolf · 16 years ago
  86. e535c1a ath5k: beacon interval is in TU by Bruno Randolf · 16 years ago
  87. 1008e0f ath5k: use 3 instead of 0x00000003 by Bruno Randolf · 16 years ago
  88. 1f7d87b b43: Fix MAC control and microcode init by Michael Buesch · 16 years ago
  89. 247ae44 ath5k: reset key cache after resume by John W. Linville · 16 years ago
  90. c65638a ath5k: use AR5K_KEYTABLE_SIZE when initializing key table by John W. Linville · 16 years ago
  91. 61cb5dd b43: Fix firmware caching by Michael Buesch · 16 years ago
  92. 95b66ba b43: Add more N-PHY init code by Michael Buesch · 16 years ago
  93. bfe6a50 b43legacy: Remove the PHY spinlock by Michael Buesch · 17 years ago
  94. 9d5c824 igb: PCI-Express 82575 Gigabit Ethernet driver by Auke Kok · 16 years ago
  95. b491edd bnx2 annotations by Al Viro · 17 years ago
  96. f305f78 annotate netxen by Al Viro · 17 years ago
  97. 66341ff annotate myri10ge by Al Viro · 17 years ago
  98. 05e5c11 annotate cxgb3 by Al Viro · 17 years ago
  99. ac390c60 annotate chelsio by Al Viro · 17 years ago
  100. 583c28e [BNX2]: Fix driver phy_flags name space. by Michael Chan · 16 years ago