messages from 2024-02-28 02:42:02 to 2024-02-29 06:41:24 UTC [more...]
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-02-29 6:36 UTC (36+ messages)
` [PATCH v5 01/65] linux-headers: Update to Linux v6.8-rc5
` [PATCH v5 02/65] RAMBlock: Add support of KVM private guest memfd
` [PATCH v5 03/65] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v5 04/65] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v5 05/65] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 07/65] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 09/65] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v5 10/65] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v5 11/65] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v5 12/65] i386: Introduce tdx-guest object
` [PATCH v5 13/65] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v5 14/65] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v5 16/65] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 19/65] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v5 20/65] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v5 21/65] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v5 22/65] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v5 23/65] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v5 24/65] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v5 26/65] i386/tdx: Make sept_ve_disable set by default
` [PATCH v5 27/65] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v5 28/65] i386/tdx: Disable pmu for "
` [PATCH v5 29/65] i386/tdx: Validate TD attributes
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 31/65] i386/tdx: Implement user specified tsc frequency
` [PATCH v5 32/65] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v5 33/65] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v5 34/65] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v5 35/65] memory: Introduce memory_region_init_ram_guest_memfd()
[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
2024-02-29 6:37 UTC (2+ messages)
[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
2024-02-29 6:34 UTC (13+ messages)
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
CVE-2021-46978: KVM: nVMX: Always make an attempt to map eVMCS after migration
2024-02-29 5:21 UTC (2+ messages)
[RFC 0/8] Introduce SMP Cache Topology
2024-02-29 4:46 UTC (8+ messages)
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
[kvm-unit-tests PATCH 00/32] powerpc improvements
2024-02-29 3:55 UTC (24+ messages)
` [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH 09/32] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH 10/32] scripts: Accommodate powerpc powernv machine differences
` [kvm-unit-tests PATCH 17/32] arch-run: Fix handling multiple exit status messages
` [kvm-unit-tests PATCH 23/32] powerpc: Add MMU support
` [kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition
` [kvm-unit-tests PATCH 25/32] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch
` [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH 32/32] powerpc: gitlab CI update
[kvm-unit-tests PATCH 00/13] Enable EFI support
2024-02-29 3:49 UTC (17+ messages)
` [kvm-unit-tests PATCH 01/13] riscv: Call abort instead of assert on unhandled exceptions
` [kvm-unit-tests PATCH 02/13] riscv: show_regs: Prepare for EFI images
` [kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific
` [kvm-unit-tests PATCH 05/13] riscv: Import gnu-efi files
` [kvm-unit-tests PATCH 06/13] riscv: Tweak the gnu-efi imported code
` [kvm-unit-tests PATCH 07/13] riscv: Enable building for EFI
` [kvm-unit-tests PATCH 08/13] riscv: efi: Switch stack in _start
` [kvm-unit-tests PATCH 09/13] efi: Add support for obtaining the boot hartid
` [kvm-unit-tests PATCH 10/13] riscv: Refactor setup code
` [kvm-unit-tests PATCH 11/13] riscv: Enable EFI boot
` [kvm-unit-tests PATCH 12/13] riscv: efi: Add run script
` [kvm-unit-tests PATCH 13/13] riscv: efi: Use efi-direct by default
[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
2024-02-29 2:57 UTC (9+ messages)
` [PATCH v11 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v11 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v11 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v11 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v11 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v11 6/8] KVM: x86: Migrate "
` [PATCH v11 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v11 8/8] KVM: x86/mmu: Handle non-refcounted pages
[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-02-29 2:32 UTC (3+ messages)
[PATCH RFC 00/20] Add Counter delegation ISA extension support
2024-02-29 1:25 UTC (3+ messages)
[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-02-29 1:01 UTC (16+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
2024-02-29 0:55 UTC (8+ messages)
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables
[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
2024-02-28 23:27 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper
` [PATCH 2/3] KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT
` [PATCH 3/3] KVM: selftests: Check that KVM_FEATURE_PV_UNHALT is cleared with KVM_X86_DISABLE_EXITS_HLT
[PATCH v19 000/130] KVM TDX basic feature support
2024-02-28 22:49 UTC (3+ messages)
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2024-02-28 21:22 UTC (7+ messages)
` [PATCH v9 02/21] hw/core/machine: Support modules in -smp
` [PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
2024-02-28 20:29 UTC (21+ messages)
` [PATCH 10/21] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH 14/21] KVM: x86/mmu: pass error code back to MMU when async pf is ready
` [PATCH 17/21] filemap: add FGP_CREAT_ONLY
` [PATCH 18/21] KVM: x86: Add gmem hook for initializing memory
[PATCH v1 1/1] vfio/nvgrace-gpu: Convey kvm that the device is wc safe
2024-02-28 19:48 UTC
[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
2024-02-28 19:38 UTC (2+ messages)
[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
2024-02-28 19:07 UTC (9+ messages)
` [PATCH v3 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
2024-02-28 18:51 UTC (19+ messages)
` folio_mmapped
` folio_mmapped
[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
2024-02-28 18:31 UTC (3+ messages)
[PATCH v2 vfio 0/2] vfio/pds: Fix and simplify resets
2024-02-28 18:16 UTC (7+ messages)
` [PATCH v2 vfio 1/2] vfio/pds: Always clear the save/restore FDs on reset
` [PATCH v2 vfio 2/2] vfio/pds: Refactor/simplify reset logic
[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-02-28 16:22 UTC (18+ messages)
` [PATCH 03/16] KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
` [PATCH 04/16] KVM: x86/mmu: Pass full 64-bit error code when handling page faults
` [PATCH 06/16] KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
` [PATCH 07/16] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
` [PATCH 08/16] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 10/16] KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 12/16] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH 13/16] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 14/16] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 15/16] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 16/16] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
[RFC PATCH v5 00/29] TDX KVM selftests
2024-02-28 16:19 UTC (3+ messages)
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
2024-02-28 16:08 UTC (3+ messages)
` [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns
[sean-jc:x86/ro_memslot_snafu] [KVM] 666538d29b: kernel-selftests.kvm.make.fail
2024-02-28 15:20 UTC
[PATCH v4 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
2024-02-28 14:34 UTC (11+ messages)
` [PATCH v4 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v4 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v4 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v4 04/10] crypto: qat - relocate CSR access code
` [PATCH v4 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v4 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v4 07/10] crypto: qat - add bank save and restore flows
` [PATCH v4 08/10] crypto: qat - add interface for live migration
` [PATCH v4 09/10] crypto: qat - implement "
` [PATCH v4 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
2024-02-28 13:10 UTC (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test
[PATCH v8 00/16] Add Secure TSC support for SNP guests
2024-02-28 11:50 UTC (3+ messages)
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure
[PATCH] vfio/type1: unpin PageReserved page
2024-02-28 11:35 UTC (5+ messages)
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-02-28 11:05 UTC
[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
2024-02-28 11:05 UTC
[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-02-28 11:05 UTC
[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
2024-02-28 9:34 UTC (6+ messages)
` [PATCH v3 05/15] Documentation: kvm/sev: separate description of firmware
[PATCH net-next v6 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-28 9:30 UTC (2+ messages)
` [PATCH net-next v6 4/5] vhost/net: remove vhost_net_page_frag_refill()
[PATCH v7 0/4] KVM: selftests: Add LoongArch support
2024-02-28 8:51 UTC (2+ messages)
[PATCH v4 7/8] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
2024-02-28 4:36 UTC (2+ 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