index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
KVM: VMX: Enable Notify VM exit
Tao Xu
2022-06-08
3
-2
/
+52
|
|
*
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
2022-06-08
2
-13
/
+13
|
|
*
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
2022-06-08
1
-7
/
+4
|
|
*
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
2022-06-08
1
-2
/
+2
|
|
*
KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
Like Xu
2022-06-08
1
-7
/
+7
|
|
*
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
2022-06-08
1
-1
/
+2
|
|
*
KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
Like Xu
2022-06-08
1
-14
/
+18
|
|
*
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
2022-06-08
1
-10
/
+17
|
|
*
KVM: vmx, pmu: accept 0 for host-initiated write to MSR_IA32_DS_AREA
Paolo Bonzini
2022-06-08
1
-0
/
+2
|
|
*
KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
Like Xu
2022-06-08
1
-0
/
+3
|
|
*
KVM: x86/pmu: Don't overwrite the pmu->global_ctrl when refreshing
Like Xu
2022-06-08
1
-4
/
+5
|
|
*
KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
Like Xu
2022-06-08
2
-11
/
+32
|
|
*
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
2022-06-08
3
-13
/
+2
|
|
*
KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
Like Xu
2022-06-08
1
-9
/
+8
|
|
*
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
2022-06-08
3
-0
/
+25
|
|
*
KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
Like Xu
2022-06-08
1
-0
/
+2
|
|
*
KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
Like Xu
2022-06-08
1
-1
/
+19
|
|
*
KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
Like Xu
2022-06-08
1
-0
/
+11
|
|
*
KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
Like Xu
2022-06-08
1
-0
/
+31
|
|
*
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
Like Xu
2022-06-08
1
-1
/
+5
|
|
*
KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
Like Xu
2022-06-08
1
-0
/
+1
|
|
*
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
2022-06-08
1
-1
/
+2
|
|
*
KVM: VMX: enable IPI virtualization
Chao Gao
2022-06-08
5
-6
/
+106
|
|
*
KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
Zeng Guang
2022-06-08
1
-10
/
+9
|
|
*
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
Robert Hoo
2022-06-08
1
-4
/
+13
|
|
*
KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
Robert Hoo
2022-06-08
6
-1
/
+40
|
|
*
KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
Robert Hoo
2022-06-08
1
-28
/
+28
|
|
*
KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
Sean Christopherson
2022-06-08
1
-2
/
+2
|
|
*
Merge branch 'kvm-5.20-early-patches' into HEAD
Paolo Bonzini
2022-06-07
1
-3
/
+5
|
|
|
\
|
|
|
*
KVM: VMX: Print VM-instruction error as unsigned
Jim Mattson
2022-05-25
1
-1
/
+1
|
|
|
*
KVM: VMX: Print VM-instruction error when it may be helpful
David Matlack
2022-05-25
1
-2
/
+4
*
|
|
|
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
2022-07-14
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
2022-07-14
1
-1
/
+0
|
|
/
/
/
*
|
|
|
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
2022-06-27
5
-13
/
+34
*
|
|
|
x86/speculation: Fill RSB on vmexit for IBRS
Josh Poimboeuf
2022-06-27
1
-3
/
+3
*
|
|
|
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
2022-06-27
1
-1
/
+6
*
|
|
|
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
2022-06-27
4
-31
/
+68
*
|
|
|
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
2022-06-27
5
-9
/
+31
*
|
|
|
KVM: VMX: Flatten __vmx_vcpu_run()
Josh Poimboeuf
2022-06-27
1
-73
/
+46
*
|
|
|
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
2022-06-27
1
-3
/
+3
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-06-14
1
-1
/
+3
|
\
|
|
|
|
*
|
|
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
2022-06-09
1
-1
/
+3
|
*
|
|
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-09
1
-1
/
+1
|
|
\
|
|
*
|
|
|
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-06-14
2
-0
/
+74
|
\
\
\
\
|
*
|
|
|
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
2022-05-21
2
-0
/
+71
|
*
|
|
|
x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
Pawan Gupta
2022-05-21
1
-0
/
+3
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-06-08
1
-0
/
+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
2022-06-08
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-06-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86: Fix all occurences of the "the the" typo
Bo Liu
2022-05-27
1
-1
/
+1
|
|
/
[prev]
[next]