Age | Commit message (Expand) | Author | Files | Lines |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+7 |
2012-09-22 | x86, kvm: fix kvm's usage of kernel_fpu_begin/end() | Suresh Siddha | 1 | -3/+7 |
2012-09-19 | arch/x86: Remove unecessary semicolons | Peter Senna Tschudin | 1 | -1/+1 |
2012-09-10 | KVM: fix error paths for failed gfn_to_page() calls | Xiao Guangrong | 1 | -3/+16 |
2012-09-09 | KVM: x86: Check INVPCID feature bit in EBX of leaf 7 | Ren, Yongjie | 1 | -2/+2 |
2012-08-02 | KVM: VMX: Fix ds/es corruption on i386 with preemption | Avi Kivity | 1 | -7/+13 |
2012-07-12 | KVM: VMX: Implement PCID/INVPCID for guests with EPT | Mao, Junjie | 1 | -1/+33 |
2012-07-11 | KVM: VMX: export PFEC.P bit on ept | Xiao Guangrong | 1 | -1/+8 |
2012-07-09 | KVM: VMX: Emulate invalid guest state by default | Avi Kivity | 1 | -1/+1 |
2012-07-09 | KVM: VMX: Improve error reporting during invalid guest state emulation | Avi Kivity | 1 | -1/+5 |
2012-07-09 | KVM: VMX: Stop invalid guest state emulation on pending event | Avi Kivity | 1 | -0/+3 |
2012-07-09 | KVM: VMX: Continue emulating after batch exhausted | Avi Kivity | 1 | -1/+1 |
2012-07-09 | KVM: VMX: Fix interrupt exit condition during emulation | Avi Kivity | 1 | -2/+1 |
2012-07-09 | KVM: VMX: Limit iterations with emulator_invalid_guest_state | Avi Kivity | 1 | -1/+2 |
2012-07-09 | KVM: VMX: Relax check on unusable segment | Avi Kivity | 1 | -3/+1 |
2012-07-09 | KVM: VMX: Return correct CPL during transition to protected mode | Avi Kivity | 1 | -2/+13 |
2012-07-03 | KVM: VMX: code clean for vmx_init() | Guo Chao | 1 | -9/+7 |
2012-06-06 | KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers | Christoffer Dall | 1 | -1/+1 |
2012-06-05 | KVM: VMX: Fix KVM_SET_SREGS with big real mode segments | Orit Wasserman | 1 | -12/+58 |
2012-06-05 | KVM: VMX: Use EPT Access bit in response to memory notifiers | Xudong Hao | 1 | -2/+4 |
2012-06-05 | KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP | Xudong Hao | 1 | -0/+2 |
2012-06-05 | KVM: VMX: Add parameter to control A/D bits support, default is on | Xudong Hao | 1 | -0/+12 |
2012-05-16 | KVM: VMX: Optimize %ds, %es reload | Avi Kivity | 1 | -5/+31 |
2012-05-16 | KVM: VMX: Fix %ds/%es clobber | Avi Kivity | 1 | -1/+5 |
2012-05-14 | KVM: VMX: unlike vmcs on fail path | Xiao Guangrong | 1 | -1/+1 |
2012-04-20 | Merge branch 'linus' into queue | Marcelo Tosatti | 1 | -1/+4 |
2012-04-19 | KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context | Avi Kivity | 1 | -1/+4 |
2012-04-08 | KVM: VMX: Auto-load on CPUs with VMX | Josh Triplett | 1 | -0/+7 |
2012-04-05 | KVM: VMX: vmx_set_cr0 expects kvm->srcu locked | Marcelo Tosatti | 1 | -0/+2 |
2012-03-29 | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -31/+22 |
2012-03-08 | KVM: nVMX: Fix erroneous exception bitmap check | Nadav Har'El | 1 | -1/+1 |
2012-03-08 | KVM: VMX: Fix delayed load of shared MSRs | Avi Kivity | 1 | -0/+3 |
2012-03-08 | KVM: x86 emulator: Fix task switch privilege checks | Kevin Wolf | 1 | -3/+5 |
2012-03-08 | KVM: VMX: remove yield_on_hlt | Raghavendra K T | 1 | -21/+1 |
2012-03-08 | KVM: Allow adjust_tsc_offset to be in host or guest cycles | Marcelo Tosatti | 1 | -1/+1 |
2012-03-08 | KVM: Infrastructure for software and hardware based TSC rate scaling | Zachary Amsden | 1 | -5/+11 |
2012-02-22 | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds | 1 | -1/+1 |
2012-02-18 | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 1 | -1/+1 |
2012-02-17 | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds | 1 | -1/+1 |
2012-01-13 | module_param: make bool parameters really bool (arch) | Rusty Russell | 1 | -9/+9 |
2011-12-27 | KVM: VMX: Intercept RDPMC | Avi Kivity | 1 | -1/+14 |
2011-12-27 | KVM: Move cpuid code to new file | Avi Kivity | 1 | -0/+1 |
2011-12-27 | KVM: introduce id_to_memslot function | Xiao Guangrong | 1 | -2/+4 |
2011-12-27 | KVM: VMX: remove unneeded vmx_load_host_state() calls. | Gleb Natapov | 1 | -5/+0 |
2011-12-27 | KVM: nVMX: Fix warning-causing idt-vectoring-info behavior | Nadav Har'El | 1 | -3/+4 |
2011-12-27 | KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT | Nadav Har'El | 1 | -4/+7 |
2011-11-17 | KVM: VMX: Check for automatic switch msr table overflow | Gleb Natapov | 1 | -1/+5 |
2011-11-17 | KVM: VMX: Add support for guest/host-only profiling | Gleb Natapov | 1 | -0/+21 |
2011-11-17 | KVM: VMX: add support for switching of PERF_GLOBAL_CTRL | Gleb Natapov | 1 | -11/+93 |
2011-09-25 | KVM: Clean up and extend rate-limited output | Jan Kiszka | 1 | -7/+6 |