开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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: SVM: Check for SVM support in CPU compatibility checks
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: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
2022-12-29
KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
2022-12-29
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
2022-12-29
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
2022-12-29
KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
2022-12-29
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
2022-12-29
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
2022-12-29
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
2022-12-29
KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
2022-12-29
KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
2022-12-29
KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
2022-12-29
KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
2022-12-29
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
2022-12-29
KVM: x86: Serialize vendor module initialization (hardware setup)
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: 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
KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
2022-12-29
KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
2022-12-29
KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
2022-12-29
KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
2022-12-29
KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
2022-12-29
KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
2022-12-29
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
2022-12-29
KVM: selftests: Test Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-29
KVM: selftests: Test that values written to Hyper-V MSRs are preserved
Vitaly Kuznetsov
2022-12-29
KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
Vitaly Kuznetsov
2022-12-29
KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...
Vitaly Kuznetsov
2022-12-29
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-29
KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
Vitaly Kuznetsov
2022-12-29
x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
Vitaly Kuznetsov
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
Sean Christopherson
[next]