index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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-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
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
2021-12-08
KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept
Lai Jiangshan
1
-1
/
+3
2021-12-08
KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()
Lai Jiangshan
1
-1
/
+1
2021-12-08
KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
Sean Christopherson
1
-5
/
+22
2021-12-08
KVM: VMX: Move Posted Interrupt ndst computation out of write loop
Sean Christopherson
1
-14
/
+11
2021-12-08
KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
Sean Christopherson
1
-3
/
+3
2021-12-08
KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
Sean Christopherson
1
-6
/
+7
2021-12-08
KVM: VMX: Drop pointless PI.NDST update when blocking
Sean Christopherson
1
-20
/
+3
2021-12-08
KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
Sean Christopherson
2
-5
/
+5
2021-12-08
KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
Sean Christopherson
1
-14
/
+10
2021-12-08
KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
Sean Christopherson
1
-4
/
+7
2021-12-08
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
2
-3
/
+3
2021-12-08
KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
Paolo Bonzini
1
-1
/
+2
[next]