1. adccf65 KVM: PPC: cache flush for kernel managed pages by Bharat Bhushan · 12 years ago
  2. 660696d KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions by Gleb Natapov · 12 years ago
  3. d1fa035 KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings by Jan Kiszka · 12 years ago
  4. 384bb78 KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER by Jan Kiszka · 12 years ago
  5. ea8ceb8 KVM: nVMX: Fix conditions for NMI injection by Jan Kiszka · 12 years ago
  6. 2505dc9 KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask by Jan Kiszka · 12 years ago
  7. 27469d2 KVM: x86: Fix memory leak in vmx.c by Andrew Honig · 12 years ago
  8. f179735 KVM: x86: fix error return code in kvm_arch_vcpu_init() by Wei Yongjun · 12 years ago
  9. 8a1b9dd KVM: nVMX: Enable and disable shadow vmcs functionality by Abel Gordon · 12 years ago
  10. 012f83c KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs by Abel Gordon · 12 years ago
  11. c311442 KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs by Abel Gordon · 12 years ago
  12. 16f5b90 KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12 by Abel Gordon · 12 years ago
  13. e7953d7 KVM: nVMX: Release shadow vmcs by Abel Gordon · 12 years ago
  14. 8de4883 KVM: nVMX: Allocate shadow vmcs by Abel Gordon · 12 years ago
  15. 145c28d KVM: nVMX: Fix VMXON emulation by Abel Gordon · 12 years ago
  16. 20b97fe KVM: nVMX: Refactor handle_vmwrite by Abel Gordon · 12 years ago
  17. 4607c2d KVM: nVMX: Introduce vmread and vmwrite bitmaps by Abel Gordon · 12 years ago
  18. abc4fc5 KVM: nVMX: Detect shadow-vmcs capability by Abel Gordon · 12 years ago
  19. 89662e5 KVM: nVMX: Shadow-vmcs control fields/bits by Abel Gordon · 12 years ago
  20. d10ab86 Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue by Gleb Natapov · 12 years ago
  21. e606264 KVM: ia64: Fix kvm_vm_ioctl_irq_line by Yang Zhang · 12 years ago
  22. 6ffbbbb KVM: x86: Fix posted interrupt with CONFIG_SMP=n by Zhang, Yang Z · 12 years ago
  23. be28a27 kvm/ppc: don't call complete_mmio_load when it's a store by Scott Wood · 12 years ago
  24. c32498e KVM: PPC: emulate dcbst by Stuart Yoder · 12 years ago
  25. 8c32a2e Added ONE_REG interface for debug instruction by Bharat Bhushan · 12 years ago
  26. f13882d KVM: VMX: Fix check guest state validity if a guest is in VM86 mode by Gleb Natapov · 12 years ago
  27. 26539bd KVM: nVMX: check vmcs12 for valid activity state by Paolo Bonzini · 12 years ago
  28. 79558f1 KVM: ARM: Fix kvm_vm_ioctl_irq_line by Alexander Graf · 12 years ago
  29. 5a71785 KVM: VMX: Use posted interrupt to deliver virtual interrupt by Yang Zhang · 12 years ago
  30. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 12 years ago
  31. cf9e65b KVM: Set TMR when programming ioapic entry by Yang Zhang · 12 years ago
  32. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 12 years ago
  33. 01e439b KVM: VMX: Check the posted interrupt capability by Yang Zhang · 12 years ago
  34. d78f266 KVM: VMX: Register a new IPI for posted interrupt by Yang Zhang · 12 years ago
  35. a547c6d KVM: VMX: Enable acknowledge interupt on vmexit by Yang Zhang · 12 years ago
  36. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 12 years ago
  37. 1060691 KVM: Add reset/restore rtc_status support by Yang Zhang · 12 years ago
  38. b4f2225 KVM: Return destination vcpu on interrupt injection by Yang Zhang · 12 years ago
  39. 1fcc789 KVM: Add vcpu info to ioapic_update_eoi() by Yang Zhang · 12 years ago
  40. c0d1c77 KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits by Jan Kiszka · 12 years ago
  41. e8457c6 KVM: nVMX: Fix conditions for interrupt injection by Jan Kiszka · 12 years ago
  42. 5f3d579 KVM: nVMX: Rework event injection and recovery by Jan Kiszka · 12 years ago
  43. 3b656cf KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1 by Jan Kiszka · 12 years ago
  44. 188424b KVM: emulator: mark 0xff 0x7d opcode as undefined. by Gleb Natapov · 12 years ago
  45. 1146a78 KVM: emulator: Do not fail on emulation of undefined opcode by Gleb Natapov · 12 years ago
  46. 991eebf KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state by Gleb Natapov · 12 years ago
  47. 0b789ee KVM: emulator: fix unimplemented instruction detection by Gleb Natapov · 12 years ago
  48. f8da94e KVM: x86 emulator: Fix segment loading in VM86 by Kevin Wolf · 12 years ago
  49. 8b415dc KVM: Move kvm_rebooting declaration out of x86 by Geoff Levand · 12 years ago
  50. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 12 years ago
  51. fc1b749 KVM: Move vm_list kvm_lock declarations out of x86 by Geoff Levand · 12 years ago
  52. a63cb56 KVM: VMX: Add missing braces to avoid redundant error check by Jan Kiszka · 12 years ago
  53. 458f212 KVM: x86: fix memory leak in vmx_init by Yang Zhang · 12 years ago
  54. b8c07d5 KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls by Jan Kiszka · 12 years ago
  55. 44944d4 KVM: Call kvm_apic_match_dest() to check destination vcpu by Yang Zhang · 12 years ago
  56. 450e0b4 Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()" by Takuya Yoshikawa · 12 years ago
  57. afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
  58. e1e2e60 KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390 by Nick Wang · 12 years ago
  59. dd2887e KVM: s390: Remove the sanity checks for kvm memory slot by Nick Wang · 12 years ago
  60. b13b5dc KVM: s390: fix compile with !CONFIG_COMPAT by Heiko Carstens · 12 years ago
  61. c51f068 KVM: s390: fix stsi exception handling by Heiko Carstens · 12 years ago
  62. db4a29c KVM: s390: fix and enforce return code handling for irq injections by Heiko Carstens · 12 years ago
  63. 3736b87 KVM: s390: make if statements in lpsw/lpswe handlers readable by Heiko Carstens · 12 years ago
  64. 6fd0fcc KVM: s390: fix return code handling in lpsw/lpswe handlers by Heiko Carstens · 12 years ago
  65. ace5058 KVM: s390: fix psw conversion in lpsw handler by Heiko Carstens · 12 years ago
  66. d21683e KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler by Heiko Carstens · 12 years ago
  67. 2cef4de KVM: s390: Dont do a gmap update on minor memslot changes by Christian Borntraeger · 12 years ago
  68. 9a6d77d Merge 'git://github.com/agraf/linux-2.6.git kvm-ppc-next' into queue by Gleb Natapov · 12 years ago
  69. 4fe27d2 KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external by Paul Mackerras · 12 years ago
  70. 47bf379 kvm/ppc/e500: eliminate tlb_refs by Scott Wood · 12 years ago
  71. 36ada4f kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit by Scott Wood · 12 years ago
  72. d6940b6 kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid by Scott Wood · 12 years ago
  73. 15b708b KVM: PPC: booke: Added debug handler by Bharat Bhushan · 12 years ago
  74. 78accda KVM: PPC: Added one_reg interface for timer registers by Bharat Bhushan · 12 years ago
  75. d26f22c KVM: PPC: move tsr update in a separate function by Bharat Bhushan · 12 years ago
  76. 81f4f76 KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() by Takuya Yoshikawa · 12 years ago
  77. 7ddca7e KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page() by Takuya Yoshikawa · 12 years ago
  78. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  79. 04b6683 KVM: x86: correctly initialize the CS base on reset by Paolo Bonzini · 12 years ago
  80. ea4a0ce Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  81. 5c7c336 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  82. e748962 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  83. f58b20b sparc: remove unused "config BITS" by Paul Bolle · 12 years ago
  84. 7b1b3fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  85. e0b20296 sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" by Paul Bolle · 12 years ago
  86. 0b79459 KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) by Andy Honig · 12 years ago
  87. c300aa6 KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) by Andy Honig · 12 years ago
  88. 7920720 arm64: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS by Paul Bolle · 12 years ago
  89. 63b7743 arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED by Paul Bolle · 12 years ago
  90. 9997d08 sgy-cts1000: Remove __dev* attributes by Ben Collins · 12 years ago
  91. c09664b KVM: x86: fix deadlock in clock-in-progress request handling by Marcelo Tosatti · 12 years ago
  92. 4918c6c KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU by Jan Kiszka · 12 years ago
  93. 991657a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  94. 1c6ba37 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  95. a15cd06 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  96. 6210d42 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  97. b4811ba ARM: fix CONFIG_VIRT_TO_BUS handling by Arnd Bergmann · 12 years ago
  98. ace71f4 Merge tag 'renesas-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 12 years ago
  99. 18931c8 arm64: fix padding computation in struct ucontext by Andreas Schwab · 12 years ago
  100. a2c9154 arm64: Fix build error with !SMP by Catalin Marinas · 12 years ago