index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-12
KVM: SVM: Add module parameter to enable SEV-SNP
Brijesh Singh
1
-1
/
+2
2024-05-12
KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
Ashish Kalra
1
-1
/
+7
2024-05-12
KVM: x86: Implement hook for determining max NPT mapping level
Michael Roth
3
-0
/
+21
2024-05-12
KVM: SEV: Implement gmem hook for invalidating private pages
Michael Roth
4
-0
/
+68
2024-05-12
KVM: SEV: Implement gmem hook for initializing private pages
Michael Roth
6
-2
/
+113
2024-05-12
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
6
-3
/
+266
2024-05-12
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
9
-6
/
+159
2024-05-12
KVM: SEV: Add support to handle Page State Change VMGEXIT
Michael Roth
3
-0
/
+204
2024-05-12
KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
Michael Roth
2
-0
/
+54
2024-05-12
KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
Brijesh Singh
3
-6
/
+57
2024-05-12
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
Brijesh Singh
4
-1
/
+175
2024-05-12
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
Brijesh Singh
3
-0
/
+303
2024-05-12
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
Brijesh Singh
4
-4
/
+212
2024-05-12
KVM: SEV: Add initial SEV-SNP support
Brijesh Singh
5
-3
/
+42
2024-05-12
KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
Michael Roth
1
-0
/
+1
2024-05-12
KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
Michael Roth
1
-2
/
+22
2024-05-10
KVM: x86: Add hook for determining max NPT mapping level
Michael Roth
3
-2
/
+23
2024-05-10
KVM: guest_memfd: Add hook for invalidating memory
Michael Roth
6
-0
/
+31
2024-05-10
KVM: guest_memfd: Add interface for populating gmem pages with user data
Paolo Bonzini
2
-0
/
+79
2024-05-10
KVM: guest_memfd: extract __kvm_gmem_get_pfn()
Paolo Bonzini
1
-16
/
+24
2024-05-10
KVM: guest_memfd: Add hook for initializing memory
Paolo Bonzini
6
-3
/
+65
2024-05-10
KVM: guest_memfd: limit overzealous WARN
Paolo Bonzini
1
-1
/
+2
2024-05-10
KVM: guest_memfd: pass error up from filemap_grab_folio
Paolo Bonzini
1
-6
/
+6
2024-05-10
KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
Michael Roth
1
-0
/
+1
2024-05-10
mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
Michael Roth
2
-1
/
+3
2024-05-09
KVM: selftests: arm64: Test vCPU-scoped feature ID registers
Oliver Upton
1
-1
/
+52
2024-05-09
KVM: selftests: arm64: Test that feature ID regs survive a reset
Oliver Upton
1
-8
/
+33
2024-05-09
KVM: selftests: arm64: Store expected register value in set_id_regs
Oliver Upton
1
-9
/
+18
2024-05-09
KVM: selftests: arm64: Rename helper in set_id_regs to imply VM scope
Oliver Upton
1
-2
/
+2
2024-05-09
KVM: arm64: Only reset vCPU-scoped feature ID regs once
Oliver Upton
3
-13
/
+26
2024-05-09
KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
Oliver Upton
1
-17
/
+10
2024-05-09
KVM: arm64: Rename is_id_reg() to imply VM scope
Oliver Upton
1
-5
/
+6
2024-05-08
KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
Oliver Upton
1
-9
/
+41
2024-05-08
KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE support
Will Deacon
1
-1
/
+1
2024-05-08
KVM: arm64: Fix hvhe/nvhe early alias parsing
Will Deacon
1
-1
/
+1
2024-05-07
KVM: SEV: Allow per-guest configuration of GHCB protocol version
Michael Roth
4
-6
/
+42
2024-05-07
KVM: SEV: Add GHCB handling for termination requests
Michael Roth
1
-0
/
+9
2024-05-07
KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
Brijesh Singh
2
-0
/
+16
2024-05-07
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
3
-10
/
+53
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
1
-3
/
+2
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
1
-1
/
+2
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
1
-1
/
+1
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
1
-0
/
+1
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
1
-5
/
+15
[next]