index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
2024-07-03
1
-12
/
+0
|
|
/
/
/
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-07-20
48
-1541
/
+2852
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_ops
Wei Wang
2024-07-16
2
-12
/
+13
|
*
|
|
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
16
-236
/
+248
|
*
|
|
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
2024-07-16
7
-35
/
+33
|
*
|
|
Merge branch 'kvm-6.11-sev-attestation' into HEAD
Paolo Bonzini
2024-07-16
3
-0
/
+241
|
|
\
\
\
|
|
*
|
|
KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
Michael Roth
2024-07-16
1
-0
/
+56
|
|
*
|
|
x86/sev: Move sev_guest.h into common SEV header
Michael Roth
2024-07-16
1
-0
/
+48
|
|
*
|
|
KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
Brijesh Singh
2024-07-16
2
-0
/
+137
|
*
|
|
|
KVM: x86: Suppress MMIO that is triggered during task switch emulation
Sean Christopherson
2024-07-16
1
-1
/
+7
|
*
|
|
|
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
Sean Christopherson
2024-07-16
1
-5
/
+3
|
*
|
|
|
KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
Sean Christopherson
2024-07-16
1
-5
/
+1
|
*
|
|
|
Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
10
-55
/
+78
|
|
\
\
\
\
|
|
*
|
|
|
KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet inject
Sean Christopherson
2024-06-28
1
-1
/
+4
|
|
*
|
|
|
KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
Sean Christopherson
2024-06-28
7
-33
/
+5
|
|
*
|
|
|
KVM: nVMX: Check for pending posted interrupts when looking for nested events
Sean Christopherson
2024-06-28
1
-2
/
+34
|
|
*
|
|
|
KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
Sean Christopherson
2024-06-28
2
-3
/
+9
|
|
*
|
|
|
KVM: nVMX: Request immediate exit iff pending nested event needs injection
Sean Christopherson
2024-06-28
3
-4
/
+4
|
|
*
|
|
|
KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
Sean Christopherson
2024-06-28
2
-2
/
+13
|
|
*
|
|
|
KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()
Kai Huang
2024-06-28
1
-1
/
+1
|
|
*
|
|
|
KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
Sean Christopherson
2024-06-28
1
-3
/
+0
|
|
*
|
|
|
KVM: nVMX: Update VMCS12_REVISION comment to state it should never change
Sean Christopherson
2024-06-28
1
-6
/
+8
|
*
|
|
|
|
Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
4
-20
/
+29
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux
Sean Christopherson
2024-06-28
1
-9
/
+6
|
|
*
|
|
|
|
KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)
Sean Christopherson
2024-06-28
1
-1
/
+1
|
|
*
|
|
|
|
KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area
Li RongQing
2024-06-03
3
-9
/
+9
|
|
*
|
|
|
|
KVM: SVM: not account memory allocation for per-CPU svm_data
Li RongQing
2024-06-03
3
-6
/
+17
|
|
*
|
|
|
|
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
2024-06-03
4
-8
/
+9
|
*
|
|
|
|
|
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
7
-82
/
+94
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
Dapeng Mi
2024-06-28
6
-25
/
+31
|
|
*
|
|
|
|
|
KVM: x86/pmu: Add a helper to enable bits in FIXED_CTR_CTRL
Sean Christopherson
2024-06-11
1
-10
/
+12
|
|
*
|
|
|
|
|
KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
Dapeng Mi
2024-06-03
3
-11
/
+17
|
|
*
|
|
|
|
|
KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmu
Dapeng Mi
2024-06-03
5
-29
/
+29
|
|
*
|
|
|
|
|
KVM: VMX: Switch to new Intel CPU model infrastructure
Tony Luck
2024-06-03
1
-11
/
+9
|
|
*
|
|
|
|
|
KVM: x86/pmu: Switch to new Intel CPU model defines
Tony Luck
2024-06-03
1
-4
/
+4
|
|
*
|
|
|
|
|
KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
Jim Mattson
2024-06-03
1
-1
/
+1
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
7
-701
/
+68
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
Sean Christopherson
2024-06-07
2
-7
/
+11
|
|
*
|
|
|
|
|
KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path
Yan Zhao
2024-06-07
1
-0
/
+6
|
|
*
|
|
|
|
|
KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
Sean Christopherson
2024-06-05
2
-10
/
+0
|
|
*
|
|
|
|
|
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
2024-06-05
7
-695
/
+62
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
3
-63
/
+35
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SP
David Matlack
2024-06-14
1
-7
/
+5
|
|
*
|
|
|
|
|
KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splitting
David Matlack
2024-06-14
1
-30
/
+18
|
|
*
|
|
|
|
|
KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocations
David Matlack
2024-06-14
1
-6
/
+4
|
|
*
|
|
|
|
|
KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splitting
David Matlack
2024-06-14
1
-15
/
+1
|
|
*
|
|
|
|
|
KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
Sean Christopherson
2024-06-14
1
-1
/
+4
|
|
*
|
|
|
|
|
KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...
Hou Wenlong
2024-06-03
2
-7
/
+7
|
|
*
|
|
|
|
|
KVM: x86: invalid_list not used anymore in mmu_shrink_scan
Liang Chen
2024-06-03
1
-1
/
+0
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
24
-188
/
+212
|
|
\
\
\
\
\
\
[prev]
[next]