1. e8457c6 KVM: nVMX: Fix conditions for interrupt injection by Jan Kiszka · 12 years ago
  2. 5f3d579 KVM: nVMX: Rework event injection and recovery by Jan Kiszka · 12 years ago
  3. 3b656cf KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1 by Jan Kiszka · 12 years ago
  4. 188424b KVM: emulator: mark 0xff 0x7d opcode as undefined. by Gleb Natapov · 12 years ago
  5. 1146a78 KVM: emulator: Do not fail on emulation of undefined opcode by Gleb Natapov · 12 years ago
  6. 991eebf KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state by Gleb Natapov · 12 years ago
  7. 0b789ee KVM: emulator: fix unimplemented instruction detection by Gleb Natapov · 12 years ago
  8. f8da94e KVM: x86 emulator: Fix segment loading in VM86 by Kevin Wolf · 12 years ago
  9. 8b415dc KVM: Move kvm_rebooting declaration out of x86 by Geoff Levand · 12 years ago
  10. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 12 years ago
  11. fc1b749 KVM: Move vm_list kvm_lock declarations out of x86 by Geoff Levand · 12 years ago
  12. a63cb56 KVM: VMX: Add missing braces to avoid redundant error check by Jan Kiszka · 12 years ago
  13. 458f212 KVM: x86: fix memory leak in vmx_init by Yang Zhang · 12 years ago
  14. b8c07d5 KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls by Jan Kiszka · 12 years ago
  15. 44944d4 KVM: Call kvm_apic_match_dest() to check destination vcpu by Yang Zhang · 12 years ago
  16. 450e0b4 Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()" by Takuya Yoshikawa · 12 years ago
  17. afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
  18. 81f4f76 KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() by Takuya Yoshikawa · 12 years ago
  19. 7ddca7e KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page() by Takuya Yoshikawa · 12 years ago
  20. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  21. 04b6683 KVM: x86: correctly initialize the CS base on reset by Paolo Bonzini · 12 years ago
  22. ea4a0ce Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  23. 0b79459 KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) by Andy Honig · 12 years ago
  24. c300aa6 KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) by Andy Honig · 12 years ago
  25. c09664b KVM: x86: fix deadlock in clock-in-progress request handling by Marcelo Tosatti · 12 years ago
  26. 4918c6c KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU by Jan Kiszka · 12 years ago
  27. 2a6e06b perf,x86: fix wrmsr_on_cpu() warning on suspend/resume by Linus Torvalds · 12 years ago
  28. 1d9d863 perf,x86: fix kernel crash with PEBS/BTS after suspend/resume by Stephane Eranian · 12 years ago
  29. 982b339 KVM: x86: Optimize mmio spte zapping when creating/moving memslot by Takuya Yoshikawa · 12 years ago
  30. 95b0430 KVM: MMU: Mark sp mmio cached when creating mmio spte by Takuya Yoshikawa · 12 years ago
  31. 0238ea9 KVM: nVMX: Add preemption timer support by Jan Kiszka · 12 years ago
  32. c18911a KVM: nVMX: Provide EFER.LMA saving support by Jan Kiszka · 12 years ago
  33. eabeaac KVM: nVMX: Clean up and fix pin-based execution controls by Jan Kiszka · 12 years ago
  34. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  35. 5d21881 KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_max_mmu_pages by Marcelo Tosatti · 12 years ago
  36. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 12 years ago
  37. 57f252f KVM: x86: Drop unused return code from VCPU reset callback by Jan Kiszka · 12 years ago
  38. 03ba32c VMX: x86: handle host TSC calibration failure by Marcelo Tosatti · 12 years ago
  39. 0fa24ce kvm: remove cast for kmalloc return value by Ioan Orghici · 12 years ago
  40. 60f583d x86: Do not try to sync identity map for non-mapped pages by Dave Hansen · 12 years ago
  41. 5da5960 KVM: MMU: Introduce a helper function for FIFO zapping by Takuya Yoshikawa · 12 years ago
  42. 945315b KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page() by Takuya Yoshikawa · 12 years ago
  43. 1044b03 KVM: MMU: Fix and clean up for_each_gfn_* macros by Takuya Yoshikawa · 12 years ago
  44. 1a0d74e KVM: nVMX: Fix setting of CR0 and CR4 in guest mode by Jan Kiszka · 12 years ago
  45. 33fb20c KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS by Jan Kiszka · 12 years ago
  46. 3c4aff6 x86, doc: Be explicit about what the x86 struct boot_params requires by Peter Jones · 12 years ago
  47. 2e604c0 x86: Don't clear efi_info even if the sentinel hits by Josh Boyer · 12 years ago
  48. 98e7a98 x86, mm: Make sure to find a 2M free block for the first mapped area by Yinghai Lu · 12 years ago
  49. 015221f x86: Fix 32-bit *_cpu_data initializers by Krzysztof Mazur · 12 years ago
  50. c4627c7 KVM: nVMX: Reset RFLAGS on VM-exit by Jan Kiszka · 12 years ago
  51. 576cfb4 x86, smpboot: Remove unused variable by Borislav Petkov · 12 years ago
  52. 503cd0c KVM: nVMX: Fix switching of debug state by Jan Kiszka · 12 years ago
  53. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  54. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 12 years ago
  55. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 12 years ago
  56. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 12 years ago
  57. ee2c25e Merge branch 'master' into queue by Marcelo Tosatti · 12 years ago
  58. 8e8b180 Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  59. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  60. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 12 years ago
  61. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  62. 884ac29 xen/pci: We don't do multiple MSI's. by Konrad Rzeszutek Wilk · 12 years ago
  63. 1e50059 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  64. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  65. c79c498 xen/pat: Disable PAT using pat_enabled value. by Konrad Rzeszutek Wilk · 12 years ago
  66. 3ab66e8 KVM: VMX: Pass vcpu to __vmx_complete_interrupts by Jan Kiszka · 12 years ago
  67. 44ceb9d KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12 by Jan Kiszka · 12 years ago
  68. 3d2a80a x86/kvm: Fix pvclock vsyscall fixmap by Peter Hurley · 12 years ago
  69. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 12 years ago
  70. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  71. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 12 years ago
  72. e3c4877 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. 18a44a7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  75. 7c10093 x86: Make sure we can boot in the case the BDA contains pure garbage by H. Peter Anvin · 12 years ago
  76. 02cdb50 arch/x86/kvm: beautify source code for __u32 irq which is never < 0 by Chen Gang · 12 years ago
  77. 957c897 KVM: nVMX: Use cached exit reason by Jan Kiszka · 12 years ago
  78. 36c3cc4 KVM: nVMX: Clear segment cache after switching between L1 and L2 by Jan Kiszka · 12 years ago
  79. d6851fb KVM: nVMX: Advertise PAUSE and WBINVD exiting support by Jan Kiszka · 12 years ago
  80. 733568f KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static by Jan Kiszka · 12 years ago
  81. fe1140c x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clock by Jan Kiszka · 12 years ago
  82. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. 2003cd9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. f8ef15d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  86. 058e7b5 x86, efi: Mark disable_runtime as __initdata by Matt Fleming · 12 years ago
  87. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  88. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  89. 1256276 x86, doc: Fix incorrect comment about 64-bit code segment descriptors by Konrad Rzeszutek Wilk · 12 years ago
  90. 3f6d078 fix compat truncate/ftruncate by Al Viro · 12 years ago
  91. 77be36d Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  92. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  93. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  94. a8aed3e x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present and pmd_huge by Andrea Arcangeli · 12 years ago
  95. 954f857 Revert "x86, mm: Make spurious_fault check explicitly check explicitly check the PRESENT bit" by Andrea Arcangeli · 12 years ago
  96. 942670d x86/mm/numa: Don't check if node is NUMA_NO_NODE by Wen Congyang · 12 years ago
  97. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  98. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 12 years ago
  99. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 12 years ago
  100. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 12 years ago