index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-19
KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
Sean Christopherson
1
-5
/
+3
2022-01-19
KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
Sean Christopherson
1
-2
/
+2
2022-01-19
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
Sean Christopherson
1
-13
/
+0
2022-01-19
KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
Sean Christopherson
1
-5
/
+1
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
3
-19
/
+25
2022-01-19
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
3
-93
/
+70
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
1
-8
/
+8
2022-01-19
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
1
-2
/
+20
2022-01-18
KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
Marcelo Tosatti
1
-8
/
+8
2022-01-17
KVM: x86: Making the module parameter of vPMU more common
Like Xu
2
-1
/
+5
2022-01-17
KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
Like Xu
1
-6
/
+12
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-195
/
+385
2022-01-14
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
2
-6
/
+20
2022-01-14
kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
Jing Liu
2
-1
/
+7
2022-01-14
kvm: x86: Intercept #NM for saving IA32_XFD_ERR
Jing Liu
2
-0
/
+53
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+14
2022-01-12
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+24
2022-01-07
KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
Michael Roth
1
-0
/
+1
2022-01-07
KVM: VMX: Provide vmread version using asm-goto-with-outputs
Peter Zijlstra
1
-0
/
+27
2022-01-07
KVM: x86: Update vPMCs when retiring branch instructions
Eric Hankland
1
-2
/
+5
2022-01-07
KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
Like Xu
1
-16
/
+3
2022-01-07
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
1
-4
/
+5
2022-01-07
KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
Like Xu
1
-0
/
+16
2022-01-07
KVM: x86: avoid out of bounds indices for fixed performance counters
Paolo Bonzini
1
-3
/
+4
2022-01-07
KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG
Lai Jiangshan
1
-0
/
+7
2022-01-07
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
3
-14
/
+14
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
1
-13
/
+32
2021-12-21
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-20
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
1
-8
/
+24
2021-12-20
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
1
-3
/
+1
2021-12-20
KVM: x86: Always set kvm_run->if_flag
Marc Orr
1
-0
/
+6
2021-12-11
x86/vmx: Remove .fixup usage
Peter Zijlstra
1
-9
/
+7
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
1
-12
/
+23
2021-12-09
KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
Sean Christopherson
1
-0
/
+19
2021-12-08
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
1
-0
/
+14
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
3
-1
/
+19
2021-12-08
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
1
-4
/
+13
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
1
-7
/
+7
2021-12-08
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
1
-9
/
+13
2021-12-08
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
1
-9
/
+13
2021-12-08
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
1
-2
/
+2
2021-12-08
KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup()
Lai Jiangshan
1
-10
/
+2
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
2
-3
/
+14
2021-12-08
KVM: VMX: Change comments about vmx_get_msr()
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
Lai Jiangshan
1
-3
/
+0
2021-12-08
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
2
-14
/
+11
2021-12-08
KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
Lai Jiangshan
1
-5
/
+3
2021-12-08
KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
Lai Jiangshan
1
-3
/
+11
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
3
-15
/
+24
2021-12-08
KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty
Lai Jiangshan
1
-2
/
+2
[prev]
[next]