index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
include
/
asm
/
kvm_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
2022-11-09
1
-0
/
+1
*
KVM: x86/pmu: Limit the maximum number of supported Intel GP counters
Like Xu
2022-11-09
1
-1
/
+5
*
kvm: mmu: fix typos in struct kvm_arch
Peng Hao
2022-09-30
1
-6
/
+6
*
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
2022-09-30
1
-16
/
+23
|
\
|
*
KVM: x86: make vendor code check for all nested events
Paolo Bonzini
2022-09-26
1
-1
/
+1
|
*
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
1
-5
/
+7
|
*
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
1
-10
/
+13
|
*
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-09-26
1
-1
/
+1
|
*
KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
Vitaly Kuznetsov
2022-09-26
1
-0
/
+2
*
|
KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
Sean Christopherson
2022-09-22
1
-0
/
+1
|
/
*
KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
Chao Peng
2022-08-19
1
-1
/
+1
*
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
2022-08-10
1
-1
/
+1
*
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
2022-07-14
1
-1
/
+1
*
KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specific
Sean Christopherson
2022-07-13
1
-1
/
+1
*
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
2022-07-12
1
-1
/
+0
*
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-5
/
+0
*
KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
Jue Wang
2022-06-24
1
-0
/
+1
*
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
2022-06-24
1
-0
/
+22
*
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
2022-06-24
1
-1
/
+1
*
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
2022-06-24
1
-0
/
+2
*
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
2022-06-20
1
-1
/
+2
*
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-06-20
1
-1
/
+0
*
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
2022-06-20
1
-1
/
+1
*
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
1
-16
/
+33
|
\
|
*
KVM: VMX: Enable Notify VM exit
Tao Xu
2022-06-08
1
-0
/
+7
|
*
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
2022-06-08
1
-15
/
+0
|
*
KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple fault
Chenyi Qiang
2022-06-08
1
-0
/
+2
|
*
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
2022-06-08
1
-0
/
+9
|
*
KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
Like Xu
2022-06-08
1
-0
/
+2
|
*
KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
Like Xu
2022-06-08
1
-0
/
+1
|
*
KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
Like Xu
2022-06-08
1
-0
/
+3
|
*
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
Like Xu
2022-06-08
1
-0
/
+1
|
*
KVM: VMX: enable IPI virtualization
Chao Gao
2022-06-08
1
-0
/
+1
|
*
KVM: x86: Allow userspace to set maximum VCPU id for VM
Zeng Guang
2022-06-08
1
-0
/
+6
|
*
KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
Sean Christopherson
2022-06-08
1
-1
/
+1
*
|
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
2022-06-09
1
-0
/
+8
*
|
KVM: x86: document AVIC/APICv inhibit reasons
Maxim Levitsky
2022-06-09
1
-2
/
+57
*
|
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
2022-06-08
1
-0
/
+3
|
/
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
1
-0
/
+1
|
\
|
*
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
2022-04-21
1
-0
/
+1
*
|
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
2022-05-12
1
-0
/
+5
*
|
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2022-04-29
1
-2
/
+3
*
|
KVM: x86/mmu: replace direct_map with root_role.direct
Paolo Bonzini
2022-04-29
1
-1
/
+0
*
|
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
2022-04-29
1
-1
/
+0
*
|
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
1
-1
/
+0
*
|
KVM: x86/mmu: remove redundant bits from extended role
Paolo Bonzini
2022-04-29
1
-2
/
+0
*
|
KVM: x86/mmu: rename kvm_mmu_role union
Paolo Bonzini
2022-04-29
1
-3
/
+3
*
|
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
|
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
2022-04-29
1
-1
/
+0
*
|
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
2022-04-29
1
-0
/
+1
[next]