1. cd5a268 KVM: fix irq_source_id size verification by Marcelo Tosatti · 15 years ago
  2. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  3. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  4. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  5. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  6. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  7. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  8. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  9. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  10. d255f4f KVM: introduce kvm_vcpu_on_spin by Zhai, Edwin · 15 years ago
  11. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  12. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  13. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  14. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  15. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  16. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  17. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  18. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  19. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  20. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  21. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  22. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  23. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  24. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  25. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  26. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  27. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  28. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  29. 0c6ddce KVM: fix lock imbalance in kvm_*_irq_source_id() by Jiri Slaby · 15 years ago
  30. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  31. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  32. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  33. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  34. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  35. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  36. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  37. abcf14b KVM: x86 emulator: Add pusha and popa instructions by Mohammed Gamal · 15 years ago
  38. 94677e6 KVM: x86 emulator: Add missing decoder flags for 'or' instructions by Mohammed Gamal · 15 years ago
  39. bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
  40. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  41. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  42. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  43. 280aa17 KVM: Convert irq notifiers lists to RCU locking by Gleb Natapov · 15 years ago
  44. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  45. e42bba9 KVM: Move irq routing data structure to rcu locking by Gleb Natapov · 15 years ago
  46. 3e71f88 KVM: Maintain back mapping from irqchip/pin to gsi by Gleb Natapov · 15 years ago
  47. 46e624b KVM: Change irq routing table to use gsi indexed array by Gleb Natapov · 15 years ago
  48. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  49. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  50. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  51. d8769fe KVM: x86 emulator: Introduce No64 decode option by Mohammed Gamal · 15 years ago
  52. 0934ac9 KVM: x86 emulator: Add 'push/pop sreg' instructions by Mohammed Gamal · 15 years ago
  53. 45ec431 KVM: Don't wrap schedule() with vcpu_put()/vcpu_load() by Avi Kivity · 15 years ago
  54. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  55. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  56. 7cff7ce include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand __builtin_object_size by Andrew Morton · 15 years ago
  57. c803ba9 sparc,leon: init_leon srmmu cleanup by Kristoffer Glembo · 15 years ago
  58. fdd98ac sparc32: Remove early interrupt enable. by Kristoffer Glembo · 15 years ago
  59. 3560f78 sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure by Kristoffer Glembo · 15 years ago
  60. ff236f7 sunhme: fix dma warning in Sun HME by Mikulas Patocka · 15 years ago
  61. 8818a9d tcp: clear hints to avoid a stale one (nfs only affected?) by Ilpo Järvinen · 15 years ago
  62. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  63. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  64. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  65. 650de8d atl1e: Remove non-implementation of ethtool set_msglevel() operation by Ben Hutchings · 15 years ago
  66. 95fec16 atl1e: Remove redundant definitions of ethtool operations by Ben Hutchings · 15 years ago
  67. ac93692 atl1e: Allow TX checksum offload and TSO to be disabled and reenabled by Ben Hutchings · 15 years ago
  68. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  69. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  70. e56fb50 TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  71. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  72. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  73. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  74. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  75. e004840 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 9fe0266 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6 by David S. Miller · 15 years ago
  77. 602da29 ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives. by David S. Miller · 15 years ago
  78. eed89d0 hwrng: core - Prevent too-small buffer sizes by Ian Molton · 15 years ago
  79. fe5ed91 x86, mce: don't restart timer if disabled by Hidetoshi Seto · 15 years ago
  80. 3248e16 cnic: Use dma_alloc_coherent(). by Michael Chan · 15 years ago
  81. 15971c3 cnic: Fix rq_page_table DMA address. by Michael Chan · 15 years ago
  82. dd2e4db cnic: Fix bogus iSCSI MAC address by Michael Chan · 15 years ago
  83. 8b065b6 cnic: Fix bnx2x ring shutdown. by Michael Chan · 15 years ago
  84. c7596b7 cnic: Fix ring I/O address for bnx2x devices. by Michael Chan · 15 years ago
  85. 8f9b3f6 netxen: fix failure cases for fw hang recovery by Amit Kumar Salecha · 15 years ago
  86. f58dbd7 netxen : fix debug tools access for NX2031 by Narender Kumar · 15 years ago
  87. 0be8401 e1000e: correct ICH/PCH PHY operations function pointers by Bruce Allan · 15 years ago
  88. 5eb6f3c e1000e: refactor PHY ID detection workaround by Bruce Allan · 15 years ago
  89. 94e5b65 e1000e: check_polarity function pointers not set for 8257x by Bruce Allan · 15 years ago
  90. c81c2d9 skbuff: remove skb_dma_map/unmap by Alexander Duyck · 15 years ago
  91. f4188d8 tg3: remove use of skb_dma_map/unmap by Alexander Duyck · 15 years ago
  92. a73b796 be2net: remove use of skb_dma_map/unmap by Alexander Duyck · 15 years ago
  93. e95524a bnx2: remove skb_dma_map/unmap calls from driver by Alexander Duyck · 15 years ago
  94. a7d5ca4 igbvf: remove skb_dma_map/unmap call from drivers by Alexander Duyck · 15 years ago
  95. 6366ad3 igb: remove use of skb_dma_map from driver by Alexander Duyck · 15 years ago
  96. e5a4354 ixgbe: remove skb_dma_map/unmap calls from driver by Alexander Duyck · 15 years ago
  97. adeaa90 ixgb: remove use of skb_dma_map from ixgb by Alexander Duyck · 15 years ago
  98. 602c055 e1000: remove use of skb_dma_map from e1000 driver by Alexander Duyck · 15 years ago
  99. 03b1320 e1000e: remove use of skb_dma_map from e1000e driver by Alexander Duyck · 15 years ago
  100. 22763c5 Linux 2.6.32 by Linus Torvalds · 15 years ago