index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-07-20
163
-2313
/
+7748
|
\
|
*
crypto: ccp: Add the SNP_VLEK_LOAD command
Michael Roth
2024-07-17
3
-0
/
+82
|
*
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
6
-65
/
+244
|
|
\
|
|
*
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
3
-65
/
+48
|
|
*
KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
Brijesh Singh
2024-07-16
3
-0
/
+140
|
*
|
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-04
3
-9
/
+9
|
|
*
|
|
KVM: SVM: not account memory allocation for per-CPU svm_data
Li RongQing
2024-06-04
3
-6
/
+17
|
|
*
|
|
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
2024-06-04
4
-8
/
+9
|
*
|
|
|
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
4
-53
/
+41
|
|
\
\
\
\
|
|
*
|
|
|
KVM: selftests: Increase robustness of LLC cache misses in PMU counters test
Maxim Levitsky
2024-06-28
1
-10
/
+14
|
|
*
|
|
|
KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loop
Sean Christopherson
2024-06-28
1
-9
/
+19
|
|
*
|
|
|
KVM: selftests: Print the seed for the guest pRNG iff it has changed
Sean Christopherson
2024-06-27
1
-2
/
+7
|
|
*
|
|
|
KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retired
Manali Shukla
2024-06-10
1
-30
/
+5
|
|
*
|
|
|
KVM: selftests: remove unused struct 'memslot_antagonist_args'
Dr. David Alan Gilbert
2024-06-03
1
-6
/
+0
|
|
|
/
/
/
|
*
|
|
|
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
10
-702
/
+105
|
|
\
\
\
\
|
|
*
|
|
|
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
|
|
*
|
|
|
srcu: Add an API for a memory barrier after SRCU read lock
Yan Zhao
2024-06-07
1
-0
/
+14
|
|
*
|
|
|
KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
Sean Christopherson
2024-06-05
4
-15
/
+20
|
|
*
|
|
|
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
2024-06-05
8
-695
/
+69
|
|
|
/
/
/
|
*
|
|
|
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
[next]