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: 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 branch 'kvm-6.10-fixes' into HEAD
Paolo Bonzini
2024-06-20
25
-86
/
+401
|
\
|
*
KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
Sean Christopherson
2024-06-20
1
-5
/
+4
|
*
KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
Tao Su
2024-06-05
1
-3
/
+0
|
*
Merge tag 'kvmarm-fixes-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2024-06-05
21
-73
/
+391
|
|
\
|
|
*
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
2024-06-04
2
-0
/
+18
|
|
*
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
2024-06-04
6
-19
/
+14
|
|
*
KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVM
Fuad Tabba
2024-06-04
5
-21
/
+22
|
|
*
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
2024-06-04
4
-5
/
+93
|
|
*
KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVM
Fuad Tabba
2024-06-04
7
-0
/
+124
|
|
*
KVM: arm64: Specialize handling of host fpsimd state on trap
Fuad Tabba
2024-06-04
3
-1
/
+13
|
|
*
KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
Fuad Tabba
2024-06-04
4
-19
/
+73
|
|
*
KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_state
Fuad Tabba
2024-06-04
2
-3
/
+4
|
|
*
KVM: arm64: Reintroduce __sve_save_state
Fuad Tabba
2024-06-04
2
-0
/
+7
|
|
*
KVM: arm64: nv: Expose BTI and CSV_frac to a guest hypervisor
Marc Zyngier
2024-05-30
1
-2
/
+4
|
|
*
KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
Marc Zyngier
2024-05-30
1
-10
/
+11
|
|
*
KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
Marc Zyngier
2024-05-27
1
-2
/
+16
|
|
*
KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
Marc Zyngier
2024-05-27
1
-0
/
+1
|
|
*
KVM: arm64: Fix AArch32 register narrowing on userspace write
Marc Zyngier
2024-05-27
1
-1
/
+1
|
*
|
Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2024-06-03
2
-5
/
+6
|
|
\
\
|
|
*
|
RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...
Quan Zhou
2024-05-31
1
-2
/
+2
|
|
*
|
RISC-V: KVM: No need to use mask when hart-index-bit is 0
Yong-Xuan Wang
2024-05-31
1
-3
/
+4
|
|
|
/
|
*
|
Merge branch 'kvm-fixes-6.10-1' into HEAD
Paolo Bonzini
2024-06-03
15
-69
/
+161
|
|
\
\
*
|
|
|
KVM: x86/tdp_mmu: Sprinkle __must_check
Isaku Yamahata
2024-06-20
1
-6
/
+7
*
|
|
|
KVM: SNP: Fix LBR Virtualization for SNP guest
Ravi Bangoria
2024-06-05
1
-0
/
+8
*
|
|
|
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
2024-06-03
14
-25
/
+1614
|
\
\
\
\
|
*
|
|
|
KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creation
Tom Lendacky
2024-06-03
3
-23
/
+1
|
*
|
|
|
KVM: SEV: Don't WARN() if RMP lookup fails when invalidating gmem pages
Paolo Bonzini
2024-06-03
1
-5
/
+4
|
*
|
|
|
KVM: SEV: Automatically switch reclaimed pages to shared
Michael Roth
2024-06-03
1
-24
/
+31
|
*
|
|
|
KVM: SVM: Add module parameter to enable SEV-SNP
Brijesh Singh
2024-05-12
1
-1
/
+2
|
*
|
|
|
KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
Ashish Kalra
2024-05-12
1
-1
/
+7
|
*
|
|
|
KVM: x86: Implement hook for determining max NPT mapping level
Michael Roth
2024-05-12
3
-0
/
+21
|
*
|
|
|
KVM: SEV: Implement gmem hook for invalidating private pages
Michael Roth
2024-05-12
4
-0
/
+68
|
*
|
|
|
KVM: SEV: Implement gmem hook for initializing private pages
Michael Roth
2024-05-12
5
-0
/
+111
|
*
|
|
|
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
2024-05-12
6
-3
/
+266
|
*
|
|
|
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
2024-05-12
9
-6
/
+159
|
*
|
|
|
KVM: SEV: Add support to handle Page State Change VMGEXIT
Michael Roth
2024-05-12
3
-0
/
+204
|
*
|
|
|
KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
Michael Roth
2024-05-12
2
-0
/
+54
|
*
|
|
|
KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
Brijesh Singh
2024-05-12
3
-6
/
+57
|
*
|
|
|
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
Brijesh Singh
2024-05-12
2
-0
/
+144
|
*
|
|
|
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
Brijesh Singh
2024-05-12
2
-0
/
+249
|
*
|
|
|
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
Brijesh Singh
2024-05-12
3
-3
/
+185
|
*
|
|
|
KVM: SEV: Add initial SEV-SNP support
Brijesh Singh
2024-05-12
5
-3
/
+42
|
*
|
|
|
KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
Michael Roth
2024-05-12
1
-0
/
+1
|
*
|
|
|
KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
Michael Roth
2024-05-12
1
-2
/
+22
|
*
|
|
|
Merge branch 'kvm-coco-hooks' into HEAD
Paolo Bonzini
2024-05-12
4
-2
/
+40
|
|
\
\
\
\
[next]