]> www.infradead.org Git - nvme.git/shortlog
nvme.git
2024-07-16 Michael RothKVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUES...
2024-07-16 Michael Rothx86/sev: Move sev_guest.h into common SEV header
2024-07-16 Brijesh SinghKVM: SEV: Provide support for SNP_GUEST_REQUEST NAE...
2024-06-03 Tom LendackyKVM: SVM: Remove the need to trigger an UNBLOCK event...
2024-06-03 Paolo BonziniKVM: SEV: Don't WARN() if RMP lookup fails when invalid...
2024-06-03 Michael RothKVM: SEV: Automatically switch reclaimed pages to shared
2024-05-12 Brijesh SinghKVM: SVM: Add module parameter to enable SEV-SNP
2024-05-12 Ashish KalraKVM: SEV: Avoid WBINVD for HVA-based MMU notifications...
2024-05-12 Michael RothKVM: x86: Implement hook for determining max NPT mappin...
2024-05-12 Michael RothKVM: SEV: Implement gmem hook for invalidating private...
2024-05-12 Michael RothKVM: SEV: Implement gmem hook for initializing private...
2024-05-12 Tom LendackyKVM: SEV: Support SEV-SNP AP Creation NAE event
2024-05-12 Brijesh SinghKVM: SEV: Add support to handle RMP nested page faults
2024-05-12 Michael RothKVM: SEV: Add support to handle Page State Change VMGEXIT
2024-05-12 Michael RothKVM: SEV: Add support to handle MSR based Page State...
2024-05-12 Brijesh SinghKVM: SEV: Add support to handle GHCB GPA register VMGEXIT
2024-05-12 Brijesh SinghKVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
2024-05-12 Brijesh SinghKVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-05-12 Brijesh SinghKVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
2024-05-12 Brijesh SinghKVM: SEV: Add initial SEV-SNP support
2024-05-12 Michael RothKVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KV...
2024-05-12 Michael RothKVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT...
2024-05-12 Paolo BonziniMerge branch 'kvm-coco-hooks' into HEAD
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-misc-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-mmu-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-selftests_utils-6.10' of https:...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-vmx-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-selftests-6.10' of https://github...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-generic-6.10' of https://github...
2024-05-12 Paolo BonziniMerge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub...
2024-05-10 Paolo BonziniMerge tag 'loongarch-kvm-6.10' of git://git.kernel...
2024-05-10 Paolo BonziniMerge branch 'kvm-sev-es-ghcbv2' into HEAD
2024-05-10 Paolo BonziniMerge branch 'kvm-coco-pagefault-prep' into HEAD
2024-05-10 Paolo BonziniMerge branch 'kvm-vmx-ve' into HEAD
2024-05-10 Michael RothKVM: x86: Add hook for determining max NPT mapping...
2024-05-10 Michael RothKVM: guest_memfd: Add hook for invalidating memory
2024-05-10 Paolo BonziniKVM: guest_memfd: Add interface for populating gmem...
2024-05-10 Paolo BonziniKVM: guest_memfd: extract __kvm_gmem_get_pfn()
2024-05-10 Paolo BonziniKVM: guest_memfd: Add hook for initializing memory
2024-05-10 Paolo BonziniKVM: guest_memfd: limit overzealous WARN
2024-05-10 Paolo BonziniKVM: guest_memfd: pass error up from filemap_grab_folio
2024-05-10 Michael RothKVM: guest_memfd: Use AS_INACCESSIBLE when creating...
2024-05-10 Michael Rothmm: Introduce AS_INACCESSIBLE for encrypted/confidentia...
2024-05-09 Marc ZyngierMerge branch kvm-arm64/mpidr-reset into kvmarm-master...
2024-05-09 Oliver UptonKVM: selftests: arm64: Test vCPU-scoped feature ID...
2024-05-09 Oliver UptonKVM: selftests: arm64: Test that feature ID regs surviv...
2024-05-09 Oliver UptonKVM: selftests: arm64: Store expected register value...
2024-05-09 Oliver UptonKVM: selftests: arm64: Rename helper in set_id_regs...
2024-05-09 Oliver UptonKVM: arm64: Only reset vCPU-scoped feature ID regs...
2024-05-09 Oliver UptonKVM: arm64: Reset VM feature ID regs from kvm_reset_sys...
2024-05-09 Oliver UptonKVM: arm64: Rename is_id_reg() to imply VM scope
2024-05-08 Marc ZyngierMerge branch kvm-arm64/misc-6.10 into kvmarm-master...
2024-05-08 Oliver UptonKVM: arm64: Destroy mpidr_data for 'late' vCPU creation
2024-05-08 Will DeaconKVM: arm64: Use hVHE in pKVM by default on CPUs with...
2024-05-08 Will DeaconKVM: arm64: Fix hvhe/nvhe early alias parsing
2024-05-07 Michael RothKVM: SEV: Allow per-guest configuration of GHCB protoco...
2024-05-07 Michael RothKVM: SEV: Add GHCB handling for termination requests
2024-05-07 Brijesh SinghKVM: SEV: Add GHCB handling for Hypervisor Feature...
2024-05-07 Tom LendackyKVM: SEV: Add support to handle AP reset MSR protocol
2024-05-07 Sean ChristophersonKVM: x86: Explicitly zero kvm_caps during vendor module...
2024-05-07 Sean ChristophersonKVM: x86: Fully re-initialize supported_mce_cap on...
2024-05-07 Sean ChristophersonKVM: x86: Fully re-initialize supported_vm_types on...
2024-05-07 Paolo BonziniMerge tag 'kvm-riscv-6.10-1' of https://github.com...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Sanity check that __kvm_faultin_pfn(...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Initialize kvm_page_fault's pfn and hva...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Handle no-slot faults at the beginning...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Move slot checks from __kvm_faultin_pfn...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Explicitly disallow private accesses...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Don't force emulation of L2 accesses...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Move private vs. shared check above slot...
2024-05-07 Sean ChristophersonKVM: x86/mmu: WARN and skip MMIO cache on private,...
2024-05-07 Paolo BonziniKVM: x86/mmu: check for invalid async page faults invol...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Use synthetic page fault error code to...
2024-05-07 Sean ChristophersonKVM: x86/mmu: WARN if upper 32 bits of legacy #PF error...
2024-05-07 Isaku YamahataKVM: x86/mmu: Pass full 64-bit error code when handling...
2024-05-07 Sean ChristophersonKVM: x86: Move synthetic PFERR_* sanity checks to SVM...
2024-05-07 Sean ChristophersonKVM: x86: Define more SEV+ page fault error bits/flags...
2024-05-07 Sean ChristophersonKVM: x86: Remove separate "bit" defines for page fault...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Exit to userspace with -EFAULT if private...
2024-05-06 Bibo MaoLoongArch: KVM: Add mmio trace events support
2024-05-06 Bibo MaoLoongArch: KVM: Add software breakpoint support
2024-05-06 Bibo MaoLoongArch: KVM: Add PV IPI support on guest side
2024-05-06 Bibo MaoLoongArch: KVM: Add PV IPI support on host side
2024-05-06 Bibo MaoLoongArch: KVM: Add vcpu mapping from physical cpuid
2024-05-06 Bibo MaoLoongArch: KVM: Add cpucfg area for kvm hypervisor
2024-05-06 Bibo MaoLoongArch: KVM: Add hypercall instruction emulation
2024-05-06 Bibo MaoLoongArch/smp: Refine some ipi functions on LoongArch...
2024-05-05 Linus TorvaldsLinux 6.9-rc7
2024-05-05 Linus Torvaldsepoll: be better about file lifetimes
2024-05-05 Linus TorvaldsMerge tag 'edac_urgent_for_v6.9_rc7' of git://git.kerne...
2024-05-05 Linus TorvaldsMerge tag 'powerpc-6.9-4' of git://git.kernel.org/pub...
2024-05-05 Linus TorvaldsMerge tag 'x86-urgent-2024-05-05' of git://git.kernel...
2024-05-05 Linus TorvaldsMerge tag 'irq-urgent-2024-05-05' of git://git.kernel...
2024-05-05 Linus TorvaldsMerge tag 'char-misc-6.9-rc7' of git://git.kernel.org...
2024-05-05 Linus TorvaldsMerge tag 'usb-6.9-rc7' of git://git.kernel.org/pub...
2024-05-05 Linus TorvaldsMerge tag 'input-for-v6.9-rc6' of git://git.kernel...
2024-05-05 Linus TorvaldsMerge tag 'probes-fixes-v6.9-rc6' of git://git.kernel...
2024-05-05 Linus TorvaldsMerge tag 'trace-v6.9-rc6-2' of git://git.kernel.org...
2024-05-05 Linus TorvaldsMerge tag 'dma-mapping-6.9-2024-05-04' of git://git...
next