index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-05-15
6
-286
/
+486
|
\
|
*
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
2
-6
/
+26
|
|
\
|
|
*
KVM: nVMX: Add a sanity check that nested PML Full stems from EPT Violations
Sean Christopherson
2024-04-09
1
-0
/
+10
|
|
*
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
2024-04-09
2
-4
/
+12
|
|
*
KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig
Sean Christopherson
2024-04-09
1
-2
/
+4
|
*
|
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
4
-8
/
+43
|
|
\
\
|
*
|
|
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
2024-04-19
3
-4
/
+60
|
*
|
|
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2024-04-19
1
-0
/
+4
|
*
|
|
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
2024-04-12
1
-9
/
+7
|
*
|
|
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
2024-04-12
3
-269
/
+390
|
|
|
/
|
|
/
|
*
|
|
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2024-04-30
2
-3
/
+3
*
|
|
KVM: VMX: Move posted interrupt descriptor out of VMX code
Jacob Pan
2024-04-30
3
-93
/
+3
|
|
/
|
/
|
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-04-20
3
-8
/
+41
|
\
\
|
*
|
KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks
Sean Christopherson
2024-04-11
1
-1
/
+9
|
*
|
KVM: VMX: Snapshot LBR capabilities during module initialization
Sean Christopherson
2024-04-11
3
-5
/
+8
|
*
|
KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...
Tao Su
2024-04-08
1
-1
/
+3
|
*
|
KVM: x86/pmu: Disable support for adaptive PEBS
Sean Christopherson
2024-04-08
1
-2
/
+22
|
|
/
*
|
x86/bhi: Mitigate KVM by default
Pawan Gupta
2024-04-08
1
-1
/
+1
*
|
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
2024-04-08
1
-0
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
4
-212
/
+171
|
\
|
*
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
2
-136
/
+86
|
|
\
|
|
*
KVM: x86/pmu: Snapshot event selectors that KVM emulates in software
Sean Christopherson
2024-02-01
1
-1
/
+1
|
|
*
KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
Sean Christopherson
2024-02-01
1
-5
/
+2
|
|
*
KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
Sean Christopherson
2024-02-01
1
-14
/
+1
|
|
*
KVM: x86/pmu: Add common define to capture fixed counters offset
Sean Christopherson
2024-02-01
1
-6
/
+6
|
|
*
KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
Sean Christopherson
2024-02-01
1
-14
/
+2
|
|
*
KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
Sean Christopherson
2024-01-31
1
-6
/
+15
|
|
*
KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag
Sean Christopherson
2024-01-31
1
-3
/
+11
|
|
*
KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs
Sean Christopherson
2024-01-31
1
-4
/
+18
|
|
*
KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
Sean Christopherson
2024-01-31
1
-2
/
+14
|
|
*
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
2024-01-31
1
-12
/
+0
|
|
*
KVM: x86/pmu: Get eventsel for fixed counters from perf
Sean Christopherson
2024-01-31
1
-13
/
+17
|
|
*
KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
Sean Christopherson
2024-01-31
1
-11
/
+5
|
|
*
KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
Sean Christopherson
2024-01-31
1
-49
/
+23
|
|
*
KVM: x86/pmu: Allow programming events that match unsupported arch events
Sean Christopherson
2024-01-31
1
-38
/
+0
|
|
*
KVM: x86/pmu: Always treat Fixed counters as available when supported
Sean Christopherson
2024-01-31
1
-1
/
+14
|
*
|
Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
1
-41
/
+31
|
|
\
\
|
|
*
|
KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookups
Sean Christopherson
2024-02-27
1
-39
/
+26
|
|
*
|
KVM: VMX: return early if msr_bitmap is not supported
Dongli Zhang
2024-02-27
1
-0
/
+3
|
|
*
|
KVM: VMX: fix comment to add LBR to passthrough MSRs
Dongli Zhang
2024-02-27
1
-1
/
+1
|
|
*
|
KVM: VMX: Report up-to-date exit qualification to userspace
Chao Gao
2024-02-07
1
-1
/
+1
|
|
|
/
|
*
|
Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
3
-35
/
+54
|
|
\
\
|
|
*
|
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
2024-02-23
2
-20
/
+14
|
|
*
|
KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2
Sean Christopherson
2024-02-23
1
-2
/
+20
|
|
*
|
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
2024-02-23
1
-3
/
+3
|
|
*
|
KVM: VMX: Handle forced exit due to preemption timer in fastpath
Sean Christopherson
2024-02-23
1
-5
/
+8
|
|
*
|
KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits
Sean Christopherson
2024-02-23
1
-2
/
+9
|
|
*
|
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
2024-02-23
1
-2
/
+2
|
|
*
|
KVM: x86: Open code all direct reads to guest DR6 and DR7
Sean Christopherson
2024-02-23
1
-1
/
+1
|
|
*
|
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
2024-02-23
2
-5
/
+2
|
|
|
/
[next]