1. f50146b KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c by Carsten Otte · 15 years ago
  2. 3548bab KVM: Drop user return notifier when disabling virtualization on a cpu by Avi Kivity · 15 years ago
  3. 046d871 KVM: VMX: Disable unrestricted guest when EPT disabled by Sheng Yang · 15 years ago
  4. eb3c79e KVM: x86 emulator: limit instructions to 15 bytes by Avi Kivity · 15 years ago
  5. d7b0b5e KVM: s390: Make psw available on all exits, not just a subset by Carsten Otte · 15 years ago
  6. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  7. 65ac726 KVM: VMX: Report unexpected simultaneous exceptions as internal errors by Avi Kivity · 15 years ago
  8. a9c7399 KVM: Allow internal errors reported to userspace to carry extra data by Avi Kivity · 15 years ago
  9. c54d2ab KVM: Reorder IOCTLs in main kvm.h by Jan Kiszka · 15 years ago
  10. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  11. e50212b KVM: only clear irq_source_id if irqchip is present by Marcelo Tosatti · 15 years ago
  12. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  13. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  14. 92c0d90 KVM: VMX: Remove vmx->msr_offset_efer by Avi Kivity · 15 years ago
  15. 5f5c35a KVM: MMU: update invlpg handler comment by Marcelo Tosatti · 15 years ago
  16. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  17. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  18. c0a187e KVM: powerpc: Fix BUILD_BUG_ON condition by Hollis Blanchard · 15 years ago
  19. 26bb098 KVM: VMX: Use shared msr infrastructure by Avi Kivity · 15 years ago
  20. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  21. 44ea2b1 KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area by Avi Kivity · 15 years ago
  22. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  23. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  24. fa40052 KVM: VMX: Use macros instead of hex value on cr0 initialization by Eduardo Habkost · 15 years ago
  25. 6ff5894 KVM: Enable 32bit dirty log pointers on 64bit host by Arnd Bergmann · 15 years ago
  26. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  27. cd5a268 KVM: fix irq_source_id size verification by Marcelo Tosatti · 15 years ago
  28. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  29. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  30. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  31. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  32. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  33. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  34. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  35. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  36. d255f4f KVM: introduce kvm_vcpu_on_spin by Zhai, Edwin · 15 years ago
  37. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  38. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  39. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  40. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  41. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  42. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  43. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  44. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  45. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  46. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  47. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  48. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  49. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  50. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  51. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  52. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  53. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  54. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  55. 0c6ddce KVM: fix lock imbalance in kvm_*_irq_source_id() by Jiri Slaby · 15 years ago
  56. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  57. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  58. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  59. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  60. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  61. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  62. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  63. abcf14b KVM: x86 emulator: Add pusha and popa instructions by Mohammed Gamal · 15 years ago
  64. 94677e6 KVM: x86 emulator: Add missing decoder flags for 'or' instructions by Mohammed Gamal · 15 years ago
  65. bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
  66. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  67. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  68. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  69. 280aa17 KVM: Convert irq notifiers lists to RCU locking by Gleb Natapov · 15 years ago
  70. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  71. e42bba9 KVM: Move irq routing data structure to rcu locking by Gleb Natapov · 15 years ago
  72. 3e71f88 KVM: Maintain back mapping from irqchip/pin to gsi by Gleb Natapov · 15 years ago
  73. 46e624b KVM: Change irq routing table to use gsi indexed array by Gleb Natapov · 15 years ago
  74. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  75. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  76. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  77. d8769fe KVM: x86 emulator: Introduce No64 decode option by Mohammed Gamal · 15 years ago
  78. 0934ac9 KVM: x86 emulator: Add 'push/pop sreg' instructions by Mohammed Gamal · 15 years ago
  79. 45ec431 KVM: Don't wrap schedule() with vcpu_put()/vcpu_load() by Avi Kivity · 15 years ago
  80. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  81. 22763c5 Linux 2.6.32 by Linus Torvalds · 15 years ago
  82. 0fdd07f VIDEO: Correct use of request_region/request_mem_region by Julia Lawall · 15 years ago
  83. dbf763a SPI: spi_txx9: Fix bit rate calculation by Atsushi Nemoto · 15 years ago
  84. 56f3f55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  85. 049e2d1 Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset list by Anisse Astier · 15 years ago
  86. 0a45281 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  87. f066a4f param: don't complain about unused module parameters. by Rusty Russell · 15 years ago
  88. 86a7b7e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  89. bbbb45a Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  90. 35dead4 modules: don't export section names of empty sections via sysfs by Helge Deller · 15 years ago
  91. ebd65a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  92. e8092da regulator: Initialise wm831x structure pointor for ISINK driver by Mark Brown · 15 years ago
  93. 4e7c81a MIPS: RB532: Fix devices.c compilation. by Florian Fainelli · 15 years ago
  94. a91be9e MIPS: Fix MIPS I build. by Ralf Baechle · 15 years ago
  95. 6f9a761 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Linus Torvalds · 15 years ago
  96. 5d6b1edf [ARM] pxamci: call mmc_remove_host() before freeing resources by Daniel Mack · 15 years ago
  97. 810a90a [PATCH] rc32434_wdt: fix compilation failure by Florian Fainelli · 15 years ago
  98. be088b1 [WATCHDOG] rc32434_wdt.c: use resource_size() by H Hartley Sweeten · 15 years ago
  99. e9438e3 sysfs: fix SYSFS_DEPRECATED_V2 prompt by Randy Dunlap · 15 years ago
  100. cb8799e rtc-x1205: reset clock to sane state after power failure by Johannes Weiner · 15 years ago