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
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
3
-9
/
+4
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
1
-10
/
+0
2022-12-29
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
1
-2
/
+16
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
1
-10
/
+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
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
24
-310
/
+577
2022-12-29
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
5
-1
/
+53
2022-12-29
KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
Vitaly Kuznetsov
2
-2
/
+13
2022-12-29
x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
Vitaly Kuznetsov
2
-1
/
+4
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
Sean Christopherson
2
-21
/
+8
2022-12-29
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
2
-2
/
+2
2022-12-29
KVM: x86/mmu: Rename __direct_map() to direct_map()
David Matlack
2
-8
/
+8
2022-12-29
KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
David Matlack
1
-4
/
+0
2022-12-29
KVM: x86/mmu: Split out TDP MMU page fault handling
David Matlack
1
-14
/
+48
2022-12-29
KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
David Matlack
2
-4
/
+6
2022-12-29
KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
David Matlack
2
-31
/
+31
2022-12-29
KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
David Matlack
1
-8
/
+10
2022-12-29
KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()
David Matlack
1
-5
/
+10
2022-12-29
KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
David Matlack
3
-14
/
+14
2022-12-29
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
3
-14
/
+10
2022-12-29
KVM: x86/mmu: Change tdp_mmu to a read-only parameter
David Matlack
4
-38
/
+41
2022-12-29
kvm: x86/mmu: Warn on linking when sp->unsync_children
Lai Jiangshan
1
-1
/
+10
2022-12-29
KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
Vitaly Kuznetsov
3
-0
/
+40
2022-12-29
KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCS
Vitaly Kuznetsov
2
-0
/
+6
2022-12-29
KVM: nVMX: Invert 'unsupported by eVMCSv1' check
Vitaly Kuznetsov
2
-36
/
+96
2022-12-29
KVM: nVMX: Sanitize primary processor-based VM-execution controls with eVMCS too
Vitaly Kuznetsov
1
-0
/
+12
2022-12-28
KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
Paolo Bonzini
1
-3
/
+27
2022-12-27
KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapi
David Woodhouse
1
-7
/
+7
2022-12-27
KVM: x86/xen: Simplify eventfd IOCTLs
Michal Luczaj
1
-7
/
+1
2022-12-27
KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
Paolo Bonzini
1
-11
/
+18
2022-12-27
KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
David Woodhouse
1
-38
/
+18
2022-12-27
KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
Michal Luczaj
1
-3
/
+4
2022-12-27
kvm: x86/mmu: Remove duplicated "be split" in spte.h
Lai Jiangshan
1
-1
/
+1
2022-12-23
KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
Sean Christopherson
1
-1
/
+3
2022-12-23
KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
Sean Christopherson
1
-1
/
+2
2022-12-23
KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reached
Sean Christopherson
1
-3
/
+11
2022-12-23
KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
Sean Christopherson
1
-3
/
+3
2022-12-23
KVM: nVMX: Don't stuff secondary execution control if it's not supported
Sean Christopherson
1
-0
/
+7
2022-12-23
KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
Sean Christopherson
1
-1
/
+2
2022-12-23
KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate
Sean Christopherson
1
-4
/
+13
2022-12-23
KVM: x86: Sanity check inputs to kvm_handle_memory_failure()
Sean Christopherson
1
-0
/
+3
[next]