index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-29
KVM: Clean up error labels in kvm_init()
Sean Christopherson
1
-4
/
+4
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
11
-19
/
+35
2022-12-29
KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
1
-34
/
+34
2022-12-29
KVM: Make hardware_enable_failed a local variable in the "enable all" path
Isaku Yamahata
1
-19
/
+16
2022-12-29
KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
1
-23
/
+18
2022-12-29
KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Isaku Yamahata
1
-1
/
+0
2022-12-29
KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Isaku Yamahata
2
-21
/
+34
2022-12-29
KVM: Ensure CPU is stable during low level hardware enable/disable
Sean Christopherson
1
-2
/
+2
2022-12-29
KVM: Disable CPU hotplug during hardware enabling/disabling
Chao Gao
2
-1
/
+22
2022-12-29
KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Chao Gao
3
-11
/
+23
2022-12-29
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
3
-10
/
+18
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
7
-33
/
+27
2022-12-29
KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
1
-5
/
+8
2022-12-29
KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
1
-108
/
+108
2022-12-29
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
4
-51
/
+37
2022-12-29
KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
Sean Christopherson
1
-2
/
+2
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
46
-99
/
+124
2022-12-29
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
2
-2
/
+2
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
13
-67
/
+13
2022-12-29
KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
3
-13
/
+40
2022-12-29
KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
2
-4
/
+4
2022-12-29
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
9
-76
/
+2
2022-12-29
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
5
-6
/
+6
2022-12-29
KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
1
-4
/
+25
2022-12-29
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
5
-14
/
+7
2022-12-29
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
3
-11
/
+11
2022-12-29
KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
1
-9
/
+9
2022-12-29
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
1
-4
/
+5
2022-12-29
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
1
-1
/
+5
2022-12-29
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
5
-26
/
+8
2022-12-29
KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
1
-17
/
+17
2022-12-29
KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
1
-9
/
+16
2022-12-29
KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
1
-2
/
+11
2022-12-29
KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
1
-4
/
+5
2022-12-29
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
6
-37
/
+33
2022-12-29
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
2
-2
/
+22
2022-12-29
KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
1
-11
/
+19
2022-12-29
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
4
-10
/
+52
2022-12-29
KVM: VMX: Move Hyper-V eVMCS initialization to helper
Sean Christopherson
1
-30
/
+43
2022-12-29
KVM: VMX: Don't bother disabling eVMCS static key on module exit
Sean Christopherson
1
-4
/
+0
2022-12-29
KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
Sean Christopherson
1
-20
/
+30
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
12
-53
/
+0
2022-12-29
KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
1
-58
/
+63
2022-12-29
KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
1
-2
/
+2
2022-12-29
KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
1
-10
/
+13
2022-12-29
KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
1
-7
/
+14
2022-12-29
KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
1
-7
/
+7
2022-12-29
KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
1
-18
/
+17
2022-12-29
KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
1
-9
/
+22
[next]