index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
45
-98
/
+123
*
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
2022-12-29
2
-2
/
+2
*
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
11
-41
/
+11
*
KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
2022-12-29
3
-13
/
+40
*
KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
2022-12-29
2
-4
/
+4
*
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
7
-56
/
+0
*
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
2022-12-29
5
-6
/
+6
*
KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
2022-12-29
1
-4
/
+25
*
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
2022-12-29
5
-14
/
+7
*
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
2022-12-29
3
-11
/
+11
*
KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
2022-12-29
1
-9
/
+9
*
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
2022-12-29
1
-4
/
+5
*
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
2022-12-29
1
-1
/
+5
*
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
2022-12-29
5
-26
/
+8
*
KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
2022-12-29
1
-17
/
+17
*
KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
2022-12-29
1
-9
/
+16
*
KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
2022-12-29
1
-2
/
+11
*
KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
2022-12-29
1
-4
/
+5
*
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
2022-12-29
3
-34
/
+25
*
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
2022-12-29
1
-2
/
+16
*
KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
2022-12-29
1
-11
/
+19
*
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
2022-12-29
4
-10
/
+52
*
KVM: VMX: Move Hyper-V eVMCS initialization to helper
Sean Christopherson
2022-12-29
1
-30
/
+43
*
KVM: VMX: Don't bother disabling eVMCS static key on module exit
Sean Christopherson
2022-12-29
1
-4
/
+0
*
KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
Sean Christopherson
2022-12-29
1
-20
/
+30
*
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-29
10
-44
/
+0
*
KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
2022-12-29
1
-58
/
+63
*
KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
2022-12-29
1
-2
/
+2
*
KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
2022-12-29
1
-10
/
+13
*
KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
2022-12-29
1
-7
/
+14
*
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
2022-12-29
24
-310
/
+577
|
\
|
*
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-29
5
-1
/
+53
|
*
KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
Vitaly Kuznetsov
2022-12-29
2
-2
/
+13
|
*
x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
Vitaly Kuznetsov
2022-12-29
2
-1
/
+4
|
*
KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
Sean Christopherson
2022-12-29
1
-1
/
+1
|
*
KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
Sean Christopherson
2022-12-29
2
-21
/
+8
|
*
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
2022-12-29
2
-2
/
+2
|
*
KVM: x86/mmu: Rename __direct_map() to direct_map()
David Matlack
2022-12-29
2
-8
/
+8
|
*
KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
David Matlack
2022-12-29
1
-4
/
+0
|
*
KVM: x86/mmu: Split out TDP MMU page fault handling
David Matlack
2022-12-29
1
-14
/
+48
|
*
KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
David Matlack
2022-12-29
2
-4
/
+6
|
*
KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
David Matlack
2022-12-29
2
-31
/
+31
|
*
KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
David Matlack
2022-12-29
1
-8
/
+10
|
*
KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()
David Matlack
2022-12-29
1
-5
/
+10
|
*
KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
David Matlack
2022-12-29
3
-14
/
+14
|
*
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
2022-12-29
3
-14
/
+10
|
*
KVM: x86/mmu: Change tdp_mmu to a read-only parameter
David Matlack
2022-12-29
4
-38
/
+41
|
*
kvm: x86/mmu: Warn on linking when sp->unsync_children
Lai Jiangshan
2022-12-29
1
-1
/
+10
|
*
KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
Vitaly Kuznetsov
2022-12-29
3
-0
/
+40
|
*
KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCS
Vitaly Kuznetsov
2022-12-29
2
-0
/
+6
[next]