1. a9c7399 KVM: Allow internal errors reported to userspace to carry extra data by Avi Kivity · 15 years ago
  2. c54d2ab KVM: Reorder IOCTLs in main kvm.h by Jan Kiszka · 15 years ago
  3. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  4. e50212b KVM: only clear irq_source_id if irqchip is present by Marcelo Tosatti · 15 years ago
  5. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  6. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  7. 92c0d90 KVM: VMX: Remove vmx->msr_offset_efer by Avi Kivity · 15 years ago
  8. 5f5c35a KVM: MMU: update invlpg handler comment by Marcelo Tosatti · 15 years ago
  9. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  10. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  11. c0a187e KVM: powerpc: Fix BUILD_BUG_ON condition by Hollis Blanchard · 15 years ago
  12. 26bb098 KVM: VMX: Use shared msr infrastructure by Avi Kivity · 15 years ago
  13. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  14. 44ea2b1 KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area by Avi Kivity · 15 years ago
  15. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  16. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  17. fa40052 KVM: VMX: Use macros instead of hex value on cr0 initialization by Eduardo Habkost · 15 years ago
  18. 6ff5894 KVM: Enable 32bit dirty log pointers on 64bit host by Arnd Bergmann · 15 years ago
  19. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  20. cd5a268 KVM: fix irq_source_id size verification by Marcelo Tosatti · 15 years ago
  21. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  22. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  23. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  24. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  25. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  26. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  27. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  28. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  29. d255f4f KVM: introduce kvm_vcpu_on_spin by Zhai, Edwin · 15 years ago
  30. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  31. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  32. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  33. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  34. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  35. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  36. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  37. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  38. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  39. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  40. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  41. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  42. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  43. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  44. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  45. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  46. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  47. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  48. 0c6ddce KVM: fix lock imbalance in kvm_*_irq_source_id() by Jiri Slaby · 15 years ago
  49. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  50. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  51. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  52. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  53. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  54. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  55. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  56. abcf14b KVM: x86 emulator: Add pusha and popa instructions by Mohammed Gamal · 15 years ago
  57. 94677e6 KVM: x86 emulator: Add missing decoder flags for 'or' instructions by Mohammed Gamal · 15 years ago
  58. bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
  59. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  60. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  61. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  62. 280aa17 KVM: Convert irq notifiers lists to RCU locking by Gleb Natapov · 15 years ago
  63. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  64. e42bba9 KVM: Move irq routing data structure to rcu locking by Gleb Natapov · 15 years ago
  65. 3e71f88 KVM: Maintain back mapping from irqchip/pin to gsi by Gleb Natapov · 15 years ago
  66. 46e624b KVM: Change irq routing table to use gsi indexed array by Gleb Natapov · 15 years ago
  67. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  68. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  69. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  70. d8769fe KVM: x86 emulator: Introduce No64 decode option by Mohammed Gamal · 15 years ago
  71. 0934ac9 KVM: x86 emulator: Add 'push/pop sreg' instructions by Mohammed Gamal · 15 years ago
  72. 45ec431 KVM: Don't wrap schedule() with vcpu_put()/vcpu_load() by Avi Kivity · 15 years ago
  73. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  74. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  75. 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
  76. c803ba9 sparc,leon: init_leon srmmu cleanup by Kristoffer Glembo · 15 years ago
  77. fdd98ac sparc32: Remove early interrupt enable. by Kristoffer Glembo · 15 years ago
  78. 3560f78 sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure by Kristoffer Glembo · 15 years ago
  79. ff236f7 sunhme: fix dma warning in Sun HME by Mikulas Patocka · 15 years ago
  80. 8818a9d tcp: clear hints to avoid a stale one (nfs only affected?) by Ilpo Järvinen · 15 years ago
  81. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  82. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  83. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  84. 650de8d atl1e: Remove non-implementation of ethtool set_msglevel() operation by Ben Hutchings · 15 years ago
  85. 95fec16 atl1e: Remove redundant definitions of ethtool operations by Ben Hutchings · 15 years ago
  86. ac93692 atl1e: Allow TX checksum offload and TSO to be disabled and reenabled by Ben Hutchings · 15 years ago
  87. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  88. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  89. e56fb50 TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  90. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  91. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  92. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  93. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  94. e004840 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. 9fe0266 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6 by David S. Miller · 15 years ago
  96. 602da29 ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives. by David S. Miller · 15 years ago
  97. eed89d0 hwrng: core - Prevent too-small buffer sizes by Ian Molton · 15 years ago
  98. fe5ed91 x86, mce: don't restart timer if disabled by Hidetoshi Seto · 15 years ago
  99. 3248e16 cnic: Use dma_alloc_coherent(). by Michael Chan · 15 years ago
  100. 15971c3 cnic: Fix rq_page_table DMA address. by Michael Chan · 15 years ago