index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
Age
Commit message (
Expand
)
Author
2023-03-14
KVM: VMX: Fix indentation coding style issue
Rong Tao
2023-02-21
Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-02-15
Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-07
KVM: VMX: Fix crash due to uninitialized current_vmcs
Alexandru Matei
2023-02-07
KVM: VMX: Do not trap VMFUNC instructions for L1 guests.
Yu Zhang
2023-01-26
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
2023-01-24
KVM: VMX: Handle NMI VM-Exits in noinstr region
Sean Christopherson
2023-01-24
KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlers
Sean Christopherson
2023-01-24
x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
Sean Christopherson
2023-01-24
KVM: VMX: Always inline to_vmx() and to_kvm_vmx()
Sean Christopherson
2023-01-24
KVM: VMX: don't use "unsigned long" in vmx_vcpu_enter_exit()
Alexey Dobriyan
2023-01-24
KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_logging
David Matlack
2023-01-24
KVM: VMX: Intercept reads to invalid and write-only x2APIC registers
Sean Christopherson
2023-01-24
KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regs
Sean Christopherson
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-22
KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
Hendrik Borghorst
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
2023-01-13
KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
Sean Christopherson
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
2022-12-29
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
2022-12-29
KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
2022-12-29
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022-12-29
KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
Sean Christopherson
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
2022-12-29
KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
2022-12-29
KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
2022-12-29
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
2022-12-29
KVM: VMX: Move Hyper-V eVMCS initialization to helper
Sean Christopherson
2022-12-29
KVM: VMX: Don't bother disabling eVMCS static key on module exit
Sean Christopherson
2022-12-29
KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
Sean Christopherson
2022-12-29
KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
Vitaly Kuznetsov
2022-12-27
KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
Vitaly Kuznetsov
2022-12-23
KVM: nVMX: Don't stuff secondary execution control if it's not supported
Sean Christopherson
2022-11-30
KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helper
Sean Christopherson
2022-11-30
KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bits
Sean Christopherson
2022-11-30
KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
Jim Mattson
2022-11-30
KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
Jim Mattson
2022-11-18
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov
2022-11-18
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-09
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
2022-11-09
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
Sean Christopherson
[next]