messages from 2024-03-20 08:41:32 to 2024-03-21 15:54:34 UTC [more...]
[PATCH v3 00/15] KVM/arm64: Add NV support for ERET and PAuth
2024-03-21 15:53 UTC (16+ messages)
` [PATCH v3 01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH v3 02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
` [PATCH v3 03/15] KVM: arm64: Constraint PAuth support to consistent implementations
` [PATCH v3 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH v3 05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v3 06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH v3 07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH v3 09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v3 10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH v3 11/15] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH v3 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH v3 13/15] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH v3 14/15] KVM: arm64: nv: Advertise support for PAuth
` [PATCH v3 15/15] KVM: arm64: Drop trapping of PAuth instructions/keys
[PATCH v10 00/21] i386: Introduce smp.modules and clean up cache topology
2024-03-21 14:40 UTC (22+ messages)
` [PATCH v10 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v10 02/21] hw/core/machine: Support modules in -smp
` [PATCH v10 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v10 04/21] hw/core: Support module-id in numa configuration
` [PATCH v10 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v10 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v10 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v10 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v10 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v10 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v10 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v10 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v10 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v10 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v10 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v10 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v10 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v10 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v10 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v10 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v10 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
[PATCH v19 000/130] KVM TDX basic feature support
2024-03-21 14:17 UTC (53+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 041/130] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v19 043/130] KVM: TDX: create/free TDX vcpu structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 057/130] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
[PATCH 0/8] iommufd support pasid attach/replace
2024-03-21 13:58 UTC (15+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid
[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
2024-03-21 13:42 UTC (92+ messages)
` [PATCH v3 01/49] Revert "linux-headers hack" from sevinit2 base tree
` [PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list
` [PATCH v3 03/49] scripts/update-linux-headers: Add bits.h to file imports
` [PATCH v3 04/49] [HACK] linux-headers: Update headers for 6.8 + kvm-coco-queue + SNP
` [PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_data
` [PATCH v3 06/49] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 07/49] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 08/49] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v3 09/49] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 10/49] kvm: Introduce support for memory_attributes
` [PATCH v3 11/49] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v3 12/49] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 13/49] [FIXUP] "kvm: handle KVM_EXIT_MEMORY_FAULT": drop qemu_host_page_size
` [PATCH v3 14/49] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 15/49] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v3 16/49] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 17/49] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 18/49] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 19/49] kvm: Make kvm_convert_memory() obey ram_block_discard_is_enabled()
` [PATCH v3 20/49] trace/kvm: Add trace for KVM_EXIT_MEMORY_FAULT
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 23/49] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v3 24/49] target/i386: Add handling for KVM_X86_SNP_VM VM type
` [PATCH v3 25/49] i386/sev: Skip RAMBlock notifiers for SNP
` [PATCH v3 26/49] i386/sev: Skip machine-init-done "
` [PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd "
` [PATCH v3 28/49] i386/sev: Disable SMM "
` [PATCH v3 29/49] i386/sev: Don't disable block discarding "
` [PATCH v3 30/49] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 32/49] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v3 33/49] kvm: Make kvm_convert_memory() non-static
` [PATCH v3 34/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes
` [PATCH v3 35/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes (MSR-based)
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 37/49] i386/sev: Add the SNP launch start context
` [PATCH v3 38/49] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v3 39/49] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v3 40/49] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v3 41/49] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v3 42/49] i386/sev: Add support for SNP CPUID validation
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties
` [PATCH v3 44/49] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v3 45/49] i386/sev: Reorder struct declarations
` [PATCH v3 46/49] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v3 49/49] hw/i386: Add support for loading BIOS using guest_memfd
[PATCH 0/1] Reenable runtime PM for dynamically unbound devices
2024-03-21 12:23 UTC (3+ messages)
[PATCH 0/3] KVM: Fix for a mostly benign gpc WARN
2024-03-21 11:13 UTC (7+ messages)
` [PATCH 1/3] KVM: Add helpers to consolidate gfn_to_pfn_cache's page split check
` [PATCH 2/3] KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activation
` [PATCH 3/3] KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPA
[syzbot] [kvm?] WARNING in __kvm_gpc_refresh
2024-03-21 10:59 UTC (3+ messages)
[PATCH vhost v4 0/6] refactor the params of find_vqs()
2024-03-21 10:15 UTC (7+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v4 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v4 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v4 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v4 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v4 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
2024-03-21 9:44 UTC (5+ messages)
[PATCH 0/2] KVM RISC-V APLIC fixes
2024-03-21 8:50 UTC (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
` [PATCH 2/2] RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
2024-03-21 8:24 UTC
[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2024-03-21 6:59 UTC (4+ messages)
[PATCH]virtio-pci: Check if is_avq is NULL
2024-03-21 6:13 UTC (2+ messages)
[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
2024-03-21 5:48 UTC (2+ messages)
[PATCH vhost v3 0/4] refactor the params of find_vqs()
2024-03-21 4:11 UTC (16+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
[Bug 218621] New: WARNING: CPU: 5 PID: 11173 at arch/x86/kvm/x86.c:12251 kvm_vcpu_reset+0x3b0/0x610 [kvm]
2024-03-21 4:09 UTC (2+ messages)
` [Bug 218621] "
[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
2024-03-20 20:54 UTC (9+ messages)
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-03-20 17:28 UTC (3+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
2024-03-20 17:12 UTC (4+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
[PATCH v2] vfio/pci: migration: Skip config space check for vendor specific capability during restore/load
2024-03-20 17:06 UTC (5+ messages)
[RFC PATCH 0/3] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
2024-03-20 15:29 UTC (4+ messages)
` [RFC PATCH 1/3] powerpc/pseries/iommu: Bring back userspace view for single level TCE tables
[PATCH] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
2024-03-20 14:15 UTC (2+ messages)
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-03-20 13:49 UTC (7+ messages)
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
2024-03-20 13:43 UTC (2+ messages)
[RFC PATCH 0/4] KVM: x86/mmu: Rework marking folios dirty/accessed
2024-03-20 12:56 UTC (2+ messages)
[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
2024-03-20 12:24 UTC (4+ messages)
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes
[PATCH 0/2] KVM: s390: Fix V!=R bug in STFLE shadowing
2024-03-20 11:35 UTC (3+ messages)
` [PATCH 2/2] KVM: s390: vsie: Use virt_to_phys for facility control block
[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
2024-03-20 8:55 UTC (11+ messages)
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