messages from 2022-12-13 12:36:13 to 2022-12-14 20:03:42 UTC [more...]
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-12-14 19:40 UTC (33+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 09/64] KVM: Add HVA range operator
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 12/64] KVM: SEV: Implement .fault_is_private callback
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 15/64] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 17/64] x86/mm/pat: Introduce set_memory_p
` [PATCH RFC v7 18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v7 19/64] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v7 22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 26/64] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v7 27/64] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v7 28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v7 30/64] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v7 31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v7 32/64] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v7 33/64] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v7 34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v7 35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v7 36/64] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v7 38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2022-12-14 19:42 UTC (8+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
[PATCH V3 0/5] fixes for virtual address update
2022-12-14 19:40 UTC (7+ messages)
` [PATCH V3 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V3 2/5] vfio/type1: prevent locked_vm underflow
` [PATCH V3 3/5] vfio/type1: revert "block on invalid vaddr"
` [PATCH V3 4/5] vfio/type1: revert "implement notify callback"
` [PATCH V3 5/5] vfio: revert "iommu driver "
[PATCH v4 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
2022-12-14 19:11 UTC (5+ messages)
` [PATCH v4 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
[PATCH 0/7] improve AP queue reset processing
2022-12-14 19:10 UTC (10+ messages)
` [PATCH 1/7] s390/vfio-ap: verify reset complete in separate function
` [PATCH 2/7] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH 3/7] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH 4/7] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH 5/7] s390/vfio_ap: fix handling of error response codes
` [PATCH 6/7] s390/vfio_ap: increase max wait time for reset verification
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources
[PATCH 1/2] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
2022-12-14 19:09 UTC (4+ messages)
[kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5
2022-12-14 18:31 UTC (13+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH 3/3] arm: pmu: Add tests for 64-bit overflows
[kvm-unit-tests PATCH v3 0/1] s390x: test storage keys during migration
2022-12-14 18:27 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] s390x: add parallel skey migration test
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-12-14 18:25 UTC (18+ messages)
` [RFC PATCH V2 04/18] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V2 06/18] x86/hyperv: Use vmmcall to implement hvcall "
` [RFC PATCH V2 07/18] clocksource: hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V2 09/18] x86/hyperv: set target vtl in the vmbus init message
` [RFC PATCH V2 10/18] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest
` [RFC PATCH V2 11/18] Drivers: hv: vmbus: Decrypt vmbus ring buffer
[GIT PULL] Please pull IOMMUFD subsystem changes
2022-12-14 18:04 UTC (2+ messages)
RFC: few questions about hypercall patching in KVM
2022-12-14 17:57 UTC
[PATCH 0/7] KVM: x86/MMU: Factor rmap operations out of mmu.c
2022-12-14 17:53 UTC (11+ messages)
` [PATCH 1/7] KVM: x86/MMU: Move pte_list operations to rmap.c
` [PATCH 2/7] KVM: x86/MMU: Move rmap_iterator to rmap.h
[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
2022-12-14 17:09 UTC (4+ messages)
` [PATCH 5/7] x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
[RFC PATCH 0/6] vdpa_sim: add support for user VA
2022-12-14 16:30 UTC (7+ messages)
` [RFC PATCH 1/6] vdpa: add bind_mm callback
` [RFC PATCH 2/6] vhost-vdpa: use bind_mm device callback
` [RFC PATCH 3/6] vringh: support VA with iotlb
` [RFC PATCH 4/6] vdpa_sim: make devices agnostic for work management
` [RFC PATCH 5/6] vdpa_sim: use kthread worker
` [RFC PATCH 6/6] vdpa_sim: add support for user VA
[linux-next:master] BUILD REGRESSION 663397d1b469ff57f216d499b74a0b0183a508b8
2022-12-14 16:27 UTC
[kvm-unit-tests PATCH v4 0/1] s390x: test storage keys during migration
2022-12-14 16:05 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/1] s390x: add parallel skey migration test
[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
2022-12-14 15:48 UTC (10+ messages)
` [PATCH 1/5] KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
` [PATCH 3/5] KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
` [PATCH 4/5] KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
[PATCH v2] KVM: MMU: Make the definition of 'INVALID_GPA' common
2022-12-14 15:47 UTC (4+ messages)
[PATCH] gdbstub: move update guest debug to accel ops
2022-12-14 14:16 UTC (4+ messages)
[PATCH] KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
2022-12-14 13:38 UTC
[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-12-14 13:12 UTC (14+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test
[kvm-unit-tests PATCH v2 0/1] s390x: test storage keys during migration
2022-12-14 12:18 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: add parallel skey migration test
[PATCH v10 000/108] KVM TDX basic feature support
2022-12-14 11:43 UTC (9+ messages)
` [PATCH v10 046/108] KVM: Add flags to struct kvm_gfn_range
` [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state
[PATCH net-next v7] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2022-12-14 10:58 UTC (3+ messages)
[PATCH v13 0/7] s390x: CPU Topology
2022-12-14 10:39 UTC (20+ messages)
` [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration
[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
2022-12-14 10:33 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 11/27] lib: Add random number generator
[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
2022-12-14 9:43 UTC (4+ messages)
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
2022-12-14 7:57 UTC (4+ messages)
` [RFC PATCH 5/9] x86/bugs: Use Virtual MSRs to request hardware mitigations
[PATCH RFC 0/8] KVM: x86/pmu: Enable Fixed Counter3 and Topdown Perf Metrics
2022-12-14 3:52 UTC (3+ messages)
` [PATCH RFC 1/8] perf/core: Add *group_leader to perf_event_create_kernel_counter()
[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
2022-12-14 3:00 UTC (4+ messages)
` [PATCH v2 1/4] KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
[PATCH v3 0/8] Make Intel PT configurable
2022-12-14 1:48 UTC (5+ messages)
` [PATCH v3 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-13 23:51 UTC (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
[PATCH V2 0/5] fixes for virtual address update
2022-12-13 21:56 UTC (15+ messages)
` [PATCH V2 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V2 2/5] vfio/type1: prevent locked_vm underflow
` [PATCH V2 3/5] vfio/type1: revert "block on invalid vaddr"
` [PATCH V2 4/5] vfio/type1: revert "implement notify callback"
` [PATCH V2 5/5] vfio: revert "iommu driver "
[PATCH V1 0/2] fixes for virtual address update
2022-12-13 19:40 UTC (12+ messages)
` [PATCH V1 1/2] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V1 2/2] vfio/type1: prevent locked_vm underflow
[PATCH net-next v6] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2022-12-13 15:43 UTC (5+ messages)
[RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
2022-12-13 17:49 UTC (13+ messages)
[linux-stable-rc:linux-5.15.y 2855/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
2022-12-13 17:06 UTC
[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
2022-12-13 16:40 UTC (5+ messages)
` [PATCH-for-8.0 2/4] hw/ppc/vof: Do not include the full "cpu.h"
` [PATCH-for-8.0 3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()
[kvm-unit-tests PATCH v3 0/4] lib: add function to request migration
2022-12-13 16:26 UTC (3+ messages)
[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-13 14:37 UTC (3+ messages)
` [PATCH iommufd v2 2/9] iommu: Add iommu_group_has_isolated_msi()
[PATCH] kvm: x86/mmu: Remove FNAME(is_self_change_mapping)
2022-12-13 12:55 UTC
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