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
/
x86.c
Age
Commit message (
Expand
)
Author
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-21
Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-02-16
kvm: initialize all of the kvm_debugregs structure before sending it to users...
Greg Kroah-Hartman
2023-02-15
Merge tag 'kvm-x86-svm-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-10
KVM: x86: Mitigate the cross-thread return address predictions bug
Tom Lendacky
2023-02-03
KVM: x86: Simplify msr_io()
Michal Luczaj
2023-02-03
KVM: x86: Remove unnecessary initialization in kvm_vm_ioctl_set_msr_filter()
Michal Luczaj
2023-02-03
KVM: x86: Explicitly state lockdep condition of msr_filter update
Michal Luczaj
2023-02-03
KVM: x86: Simplify msr_filter update
Michal Luczaj
2023-02-03
KVM: x86: Optimize kvm->lock and SRCU interaction (KVM_X86_SET_MSR_FILTER)
Michal Luczaj
2023-01-31
KVM: x86: Use emulator callbacks instead of duplicating "host flags"
Maxim Levitsky
2023-01-26
KVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRs
Sean Christopherson
2023-01-26
KVM: x86/pmu: Don't tell userspace to save MSRs for non-existent fixed PMCs
Like Xu
2023-01-26
KVM: x86/pmu: Don't tell userspace to save PMU MSRs if PMU is disabled
Sean Christopherson
2023-01-26
KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"
Sean Christopherson
2023-01-26
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
2023-01-26
KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
Sean Christopherson
2023-01-25
KVM: x86: Propagate the AMD Automatic IBRS feature to the guest
Kim Phillips
2023-01-24
KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
ye xingchen
2023-01-24
KVM: x86/pmu: Introduce masked events to the pmu event filter
Aaron Lewis
2023-01-24
KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
Paul Durrant
2023-01-24
KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_logging
David Matlack
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
2022-12-29
KVM: Disable CPU hotplug during hardware enabling/disabling
Chao Gao
2022-12-29
KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Chao Gao
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: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
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: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
2022-12-29
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-29
KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
2022-12-29
KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
2022-12-29
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
2022-12-29
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-28
Merge branch 'kvm-late-6.1-fixes' into HEAD
Paolo Bonzini
2022-12-28
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-23
KVM: x86: Sanity check inputs to kvm_handle_memory_failure()
Sean Christopherson
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-12
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-12-05
Merge branch kvm-arm64/dirty-ring into kvmarm-master/next
Marc Zyngier
2022-12-02
Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD
Paolo Bonzini
[next]