1. 8065be8 Merge branch 'akpm' (second patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  2. 164109e arch/x86: replace strict_strto calls by Daniel Walter · 10 years ago
  3. 66bb0aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  4. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 56cc240 KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in use by Wanpeng Li · 10 years ago
  6. f3380ca KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 by Wanpeng Li · 10 years ago
  7. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 10 years ago
  8. cc568ea Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm by Paolo Bonzini · 10 years ago
  9. 8533ce7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  10. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  11. 42cbc04 x86/kvm: Resolve shadow warnings in macro expansion by Mark D Rustad · 10 years ago
  12. 296f047 KVM: vmx: remove duplicate vmx_mpx_supported() prototype by Chris J Arges · 10 years ago
  13. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  14. b55a814 x86/kvm: Resolve shadow warning from min macro by Mark Rustad · 10 years ago
  15. 03916db Replace NR_VMX_MSR with its definition by Paolo Bonzini · 10 years ago
  16. 0123be4 KVM: x86: Assertions to check no overrun in MSR lists by Nadav Amit · 10 years ago
  17. d6e8c85 KVM: x86: set rflags.rf during fault injection by Nadav Amit · 10 years ago
  18. b9a1ecb KVM: x86: Setting rflags.rf during rep-string emulation by Nadav Amit · 10 years ago
  19. d28ede8 timekeeping: Create struct tk_read_base and use it in struct timekeeper by Thomas Gleixner · 10 years ago
  20. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  21. cbcf2dd x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based by Thomas Gleixner · 10 years ago
  22. bb0b581 x86: kvm: Use ktime_get_boot_ns() by Thomas Gleixner · 10 years ago
  23. 6f43ed0 KVM: x86: DR6/7.RTM cannot be written by Nadav Amit · 10 years ago
  24. 9a2a05b KVM: nVMX: clean up nested_release_vmcs12 and code around it by Paolo Bonzini · 10 years ago
  25. 4fa7734 KVM: nVMX: fix lifetime issues for vmcs02 by Paolo Bonzini · 10 years ago
  26. 4161a56 KVM: x86: emulator injects #DB when RFLAGS.RF is set by Nadav Amit · 10 years ago
  27. 6c6cb69 KVM: x86: Cleanup of rflags.rf cleaning by Nadav Amit · 10 years ago
  28. 4467c3f KVM: x86: Clear rflags.rf on emulated instructions by Nadav Amit · 10 years ago
  29. 163b135 KVM: x86: popf emulation should not change RF by Nadav Amit · 10 years ago
  30. bb663c7 KVM: x86: Clearing rflags.rf upon skipped emulated instruction by Nadav Amit · 10 years ago
  31. 963fee1 KVM: nVMX: Fix virtual interrupt delivery injection by Wanpeng Li · 10 years ago
  32. 68efa76 KVM: x86: Emulator support for #UD on CPL>0 by Nadav Amit · 10 years ago
  33. 10e38fc KVM: x86: Emulator flag for instruction that only support 16-bit addresses in real mode by Nadav Amit · 10 years ago
  34. 44583cb KVM: x86: use kvm_read_guest_page for emulator accesses by Paolo Bonzini · 11 years ago
  35. 719d5a9 KVM: x86: ensure emulator fetches do not span multiple pages by Paolo Bonzini · 10 years ago
  36. 17052f1 KVM: emulate: put pointers in the fetch_cache by Paolo Bonzini · 11 years ago
  37. 9506d57 KVM: emulate: avoid per-byte copying in instruction fetches by Paolo Bonzini · 11 years ago
  38. 5cfc7e0 KVM: emulate: avoid repeated calls to do_insn_fetch_bytes by Paolo Bonzini · 11 years ago
  39. 285ca9e KVM: emulate: speed up do_insn_fetch by Paolo Bonzini · 11 years ago
  40. 41061cd KVM: emulate: do not initialize memopp by Bandan Das · 11 years ago
  41. 573e80f KVM: emulate: rework seg_override by Bandan Das · 11 years ago
  42. c44b4c6 KVM: emulate: clean up initializations in init_decode_cache by Bandan Das · 11 years ago
  43. 02357bd KVM: emulate: cleanup decode_modrm by Bandan Das · 11 years ago
  44. 685bbf4 KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks by Bandan Das · 11 years ago
  45. 1498507 KVM: emulate: move init_decode_cache to emulate.c by Bandan Das · 11 years ago
  46. f5f87df KVM: emulate: simplify writeback by Paolo Bonzini · 11 years ago
  47. 54cfdb3 KVM: emulate: speed up emulated moves by Paolo Bonzini · 11 years ago
  48. d40a689 KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())" by Paolo Bonzini · 11 years ago
  49. e24186e KVM: emulate: move around some checks by Paolo Bonzini · 11 years ago
  50. 6addfc4 KVM: x86: avoid useless set of KVM_REQ_EVENT after emulation by Paolo Bonzini · 11 years ago
  51. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  52. 98eb2f8 KVM: vmx: speed up emulation of invalid guest state by Paolo Bonzini · 11 years ago
  53. 22d48b2d KVM: svm: writes to MSR_K7_HWCR generates GPE in guest by Matthias Lange · 10 years ago
  54. 5f7552d KVM: x86: Pending interrupt may be delivered after INIT by Nadav Amit · 10 years ago
  55. 80112c8 KVM: Synthesize G bit for all segments. by Jim Mattson · 10 years ago
  56. 98eff52 KVM: x86: Fix lapic.c debug prints by Nadav Amit · 10 years ago
  57. 0d3da0d KVM: x86: fix TSC matching by Tomasz Grabiec · 10 years ago
  58. 6cbc5f5 KVM: nSVM: Set correct port for IOIO interception evaluation by Jan Kiszka · 10 years ago
  59. 6493f15 KVM: nSVM: Fix IOIO size reported on emulation by Jan Kiszka · 10 years ago
  60. 9bf4183 KVM: nSVM: Fix IOIO bitmap evaluation by Jan Kiszka · 10 years ago
  61. 62baf44 KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1 by Jan Kiszka · 10 years ago
  62. 9242b5b KVM: x86: Check for nested events if there is an injectable interrupt by Bandan Das · 10 years ago
  63. 7b039cb tracing: Add trace_seq_buffer_ptr() helper function by Steven Rostedt (Red Hat) · 10 years ago
  64. 9f6226a arch: x86: kvm: x86.c: Cleaning up variable is set more than once by Rickard Strandqvist · 10 years ago
  65. dc720f9 Merge commit '33b458d276bb' into kvm-next by Paolo Bonzini · 10 years ago
  66. 9a630d1 Merge commit '33b458d276bb' into kvm-master by Paolo Bonzini · 10 years ago
  67. 33b458d KVM: SVM: Fix CPL export via SS.DPL by Jan Kiszka · 10 years ago
  68. e1fa108d kvm: fix wrong address when writing Hyper-V tsc page by Xiaoming Gao · 10 years ago
  69. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 10 years ago
  70. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 10 years ago
  71. a449c7a KVM: x86: Hypercall handling does not considers opsize correctly by Nadav Amit · 10 years ago
  72. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 10 years ago
  73. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 11 years ago
  74. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 11 years ago
  75. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 11 years ago
  76. 3dcdf3e KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 11 years ago
  77. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 11 years ago
  78. a825f5c KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX by Nadav Amit · 11 years ago
  79. 140bad8 KVM: x86: emulation of dword cmov on long-mode should clear [63:32] by Nadav Amit · 11 years ago
  80. 9e8919a KVM: x86: Inter-privilege level ret emulation is not implemeneted by Nadav Amit · 11 years ago
  81. ee21229 KVM: x86: Wrong emulation on 'xadd X, X' by Nadav Amit · 11 years ago
  82. 7dec560 KVM: x86: bit-ops emulation ignores offset on 64-bit by Nadav Amit · 11 years ago
  83. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 11 years ago
  84. bdc9072 KVM: emulate: fix harmless typo in MMX decoding by Paolo Bonzini · 11 years ago
  85. 9688897 KVM: emulate: simplify BitOp handling by Paolo Bonzini · 11 years ago
  86. a5457e7 KVM: emulate: POP SS triggers a MOV SS shadow too by Paolo Bonzini · 11 years ago
  87. 32e94d0 KVM: x86: smsw emulation is incorrect in 64-bit mode by Nadav Amit · 11 years ago
  88. aaa05f2 KVM: x86: Return error on cmpxchg16b emulation by Nadav Amit · 11 years ago
  89. 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 11 years ago
  90. 3b32004 KVM: x86: movnti minimum op size of 32-bit is not kept by Nadav Amit · 11 years ago
  91. 37c564f KVM: x86: cmpxchg emulation should compare in reverse order by Nadav Amit · 11 years ago
  92. 606b1c3 KVM: x86: sgdt and sidt are not privilaged by Nadav Amit · 11 years ago
  93. 2eedcac KVM: x86: Loading segments on 64-bit mode may be wrong by Nadav Amit · 11 years ago
  94. e37a75a KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR by Nadav Amit · 11 years ago
  95. 7fe864d KVM: x86: Mark VEX-prefix instructions emulation as unimplemented by Nadav Amit · 11 years ago
  96. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  97. 4efdedc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  98. 9b88ae9 KVM: x86: MOV CR/DR emulation should ignore mod by Nadav Amit · 11 years ago
  99. fc57ac2 KVM: lapic: sync highest ISR to hardware apic on EOI by Paolo Bonzini · 11 years ago
  100. 1f85411 KVM: vmx: DR7 masking on task switch emulation is wrong by Nadav Amit · 11 years ago