messages from 2023-02-17 19:14:54 to 2023-02-20 19:05:51 UTC [more...]
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-20 18:38 UTC (52+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 42/56] KVM: SVM: Add support to handle "
` [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
[PATCH v2 00/29] Add KVM LoongArch support
2023-02-20 18:50 UTC (40+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v2 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v2 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v2 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v2 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface
` [PATCH v2 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v2 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v2 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v2 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v2 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v2 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v2 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v2 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v2 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v2 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v2 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v2 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v2 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v2 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v2 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-20 18:36 UTC (23+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
[PATCH v9 0/8] Parallel CPU bringup for x86_64
2023-02-20 16:40 UTC (4+ messages)
[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-02-20 15:24 UTC (9+ messages)
[kvm-unit-tests PATCH v1 0/2] s390x: Add misaligned instruction tests
2023-02-20 14:09 UTC (4+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/spec_ex: Add test introducing odd address into PSW
[GIT PULL] KVM/arm64 updates for 6.3
2023-02-20 11:54 UTC (2+ messages)
[RFC] Support for Arm CCA VMs on Linux
2023-02-20 10:51 UTC (5+ messages)
[PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
2023-02-20 10:40 UTC (2+ messages)
[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-02-20 10:07 UTC (6+ messages)
` [PATCH 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
` [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
2023-02-20 9:05 UTC (18+ messages)
` [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR
` [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support
` [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support
` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support
` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
2023-02-20 8:45 UTC
[PATCH v4 00/12] Implement Eager Page Splitting for ARM
2023-02-20 7:08 UTC (17+ messages)
` [PATCH v4 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v4 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v4 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v4 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v4 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v4 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v4 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v4 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v4 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v4 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH v3 vfio 0/7] pds vfio driver
2023-02-20 6:29 UTC (9+ messages)
` [PATCH v3 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v3 2/7] vfio/pds: Add support to register as PDS client
` [PATCH v3 3/7] vfio/pds: Add VFIO live migration support
` [PATCH v3 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v3 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v3 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v3 7/7] vfio/pds: Add Kconfig and documentation
[PATCH] KVM: Add the missed title format
2023-02-20 3:49 UTC
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
2023-02-20 3:04 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE
[PATCH v2 0/7] Overhauling amx_test
2023-02-19 17:58 UTC (12+ messages)
` [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test
` [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
Is kvm@vger.kernel.org valid??
2023-02-19 15:19 UTC
[GIT PULL] Final batch KVM changes for Linux 6.2
2023-02-18 19:15 UTC (2+ messages)
[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
2023-02-18 14:55 UTC (3+ messages)
` [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-18 7:15 UTC (4+ messages)
[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
2023-02-18 5:44 UTC (6+ messages)
` [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits
[PATCH v3 00/15] Add vfio_device cdev for iommufd support
2023-02-18 2:54 UTC (8+ messages)
` [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
2023-02-18 2:54 UTC (5+ messages)
[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
2023-02-17 23:10 UTC (13+ messages)
` [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH 02/12] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH 03/12] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH 04/12] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH 07/12] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled
[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
2023-02-17 22:11 UTC (5+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
[PATCH 0/5] Overhauling amx_test, part 2
2023-02-17 21:59 UTC (6+ messages)
` [PATCH 1/5] KVM: selftests: Assert that XTILE is XSAVE-enabled
` [PATCH 2/5] KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
` [PATCH 3/5] KVM: selftests: Remove redundant check that XSAVE is supported
` [PATCH 4/5] KVM: selftests: Check that the palette table exists before using it
` [PATCH 5/5] KVM: selftests: Check that XTILEDATA supports XFD
[PATCH 0/8] Add memory fault exits to avoid slow GUP
2023-02-17 20:47 UTC (8+ messages)
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
2023-02-17 19:36 UTC (10+ messages)
[PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
2023-02-17 19:33 UTC (4+ messages)
[PATCH v2 0/2] KVM: Minor structure layout changes
2023-02-17 19:33 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Shrink struct kvm_pmu
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).