messages from 2024-01-31 10:01:57 to 2024-02-02 01:01:42 UTC [more...]
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-02 1:01 UTC (14+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-01 23:08 UTC (10+ messages)
` [PATCH v2 1/2] x86/cpu: allow reducing x86_phys_bits during early_identify_cpu()
` [PATCH v2 2/2] x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
[PATCH v18 000/121] KVM TDX basic feature support
2024-02-01 23:06 UTC (26+ messages)
` [PATCH v18 001/121] x86/virt/tdx: Export TDX KeyID information
` [PATCH v18 004/121] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v18 006/121] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v18 008/121] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v18 009/121] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v18 016/121] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v18 020/121] x86/virt/tdx: Get system-wide info about TDX module on initialization
` [PATCH v18 023/121] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v18 024/121] KVM: TDX: create/destroy VM structure
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory
[PATCH] KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
2024-02-01 23:00 UTC (10+ messages)
[Bug 199727] CPU freezes in KVM guests during high IO load on host
2024-02-01 19:56 UTC (5+ messages)
[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
2024-02-01 19:38 UTC (2+ messages)
Call for GSoC/Outreachy internship project ideas
2024-02-01 19:06 UTC (5+ messages)
Pre-populate TDP table to avoid page faults at VM boot
2024-02-01 18:11 UTC (4+ messages)
[PATCH] KVM: selftests: Test top-down slots event
2024-02-01 18:02 UTC (2+ messages)
[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
2024-02-01 17:52 UTC (4+ messages)
` [kvm-unit-tests RFC 1/2] lib: s390x: sigp: Name inline assembly arguments
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up
[kvm-unit-tests PATCH v2 0/5] s390x: Dirty cc before executing tested instructions
2024-02-01 17:49 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: s390x: sigp: Dirty CC before sigp execution
` [kvm-unit-tests PATCH v2 2/5] lib: s390x: uv: Dirty CC before uvc execution
[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
2024-02-01 17:46 UTC (24+ messages)
` [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world
` "
` [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
` "
` [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-02-01 17:32 UTC (4+ messages)
[PATCH v4 0/4] Add support for allowing zero SEV ASIDs
2024-02-01 17:02 UTC (9+ messages)
` [PATCH v4 1/4] KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the return
` [PATCH v4 2/4] KVM: SVM: Use unsigned integers when dealing with ASIDs
` [PATCH v4 3/4] KVM: SVM: Add support for allowing zero SEV ASIDs
` [PATCH v4 4/4] KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ES
[PATCH] KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
2024-02-01 17:01 UTC (6+ messages)
[PATCH 0/5] KVM: selftests: Fix clocksource requirements in tests
2024-02-01 17:00 UTC (3+ messages)
[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
2024-02-01 16:56 UTC (3+ messages)
[PATCH] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:
2024-02-01 16:03 UTC (3+ messages)
` [PATCH v2] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h
[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
2024-02-01 16:10 UTC (10+ messages)
` [PATCH v8 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v8 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v8 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v8 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v8 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
[PATCH v7 00/16] Add Secure TSC support for SNP guests
2024-02-01 15:48 UTC (10+ messages)
` [PATCH v7 03/16] virt: sev-guest: Add SNP guest request structure
` [PATCH v7 10/16] x86/sev: Add Secure TSC support for SNP guests
[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
2024-02-01 15:33 UTC (11+ messages)
` [PATCH 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH 04/10] crypto: qat - relocate CSR access code
` [PATCH 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH 07/10] crypto: qat - add bank save and restore flows
` [PATCH 08/10] crypto: qat - add interface for live migration
` [PATCH 09/10] crypto: qat - implement "
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
2024-02-01 14:53 UTC (3+ messages)
[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
2024-02-01 14:46 UTC (3+ messages)
` [PATCH v8 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
[kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target
2024-02-01 14:16 UTC (4+ messages)
` "
[PATCH v3 0/8] treewide: Use clocksource ID for get_device_system_crosststamp()
2024-02-01 14:04 UTC (10+ messages)
` [PATCH v3 2/8] timekeeping: Add clocksource ID to struct system_counterval_t
` [PATCH v3 3/8] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id
` [PATCH v3 4/8] x86/kvm, ptp/kvm: "
` [PATCH v3 5/8] ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constant
` [PATCH v3 6/8] timekeeping: Evaluate system_counterval_t.cs_id instead of .cs
` [PATCH v3 7/8] treewide: Remove system_counterval_t.cs, which is never read
` [PATCH v3 8/8] kvmclock: Unexport kvmclock clocksource
[PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-01 13:16 UTC (2+ messages)
[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
2024-02-01 12:13 UTC (2+ messages)
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2024-02-01 12:08 UTC (11+ messages)
[kvm-unit-tests PATCH v1] s390x: add pv-attest to unittests.cfg
2024-02-01 10:09 UTC (2+ messages)
[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
2024-02-01 9:57 UTC (29+ messages)
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 17/17] virtio_net: sq support premapped mode
[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-02-01 8:51 UTC
[Bug 218297] New: Kernel Panic and crash
2024-02-01 4:36 UTC (2+ messages)
` [Bug 218297] "
[PATCH] LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
2024-02-01 3:29 UTC (3+ messages)
[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-01 3:19 UTC (7+ messages)
` [PATCH v4 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v4 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v4 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v4 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v4 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v4 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
2024-02-01 1:51 UTC (9+ messages)
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters
[PATCH v6 0/6] Delay VERW
2024-02-01 1:18 UTC (6+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v6 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH 0/8] KVM: cleanup linux/kvm.h
2024-01-31 23:30 UTC (9+ messages)
` [PATCH 1/8] KVM: remove more traces of device assignment UAPI
` [PATCH 2/8] KVM: x86: move x86-specific structs to uapi/asm/kvm.h
` [PATCH 3/8] KVM: powerpc: move powerpc-specific "
` [PATCH 4/8] KVM: s390: move s390-specific "
` [PATCH 5/8] KVM: arm64: move ARM-specific defines "
` [PATCH 6/8] kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
` [PATCH 7/8] KVM: define __KVM_HAVE_GUEST_DEBUG unconditionally
` [PATCH 8/8] KVM: remove unnecessary #ifdef
[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
2024-01-31 23:20 UTC (7+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
[PATCH 0/3] kvm: x86: fix macros that are not usable from userspace
2024-01-31 22:50 UTC (4+ messages)
` [PATCH 1/3] uapi: introduce uapi-friendly macros for GENMASK
` [PATCH 2/3] kvm: x86: use a uapi-friendly macro for BIT
` [PATCH 3/3] kvm: x86: use a uapi-friendly macro for GENMASK
[PATCH] KVM: selftests: Don't assert on exact number of 4KiB in dirty log split test
2024-01-31 22:27 UTC
[PATCH v3] x86/sev: Add support for allowing zero SEV ASIDs
2024-01-31 22:15 UTC (2+ messages)
[PATCH] kvm: move "select IRQ_BYPASS_MANAGER" to common code
2024-01-31 21:36 UTC
[PATCH 0/2] minor fix on perf_capabilities in KVM/x86
2024-01-31 19:43 UTC (9+ messages)
` [PATCH 1/2] KVM: x86/pmu: Reset perf_capabilities in vcpu to 0 if PDCM is disabled
[PATCH] KVM: arm64: Add capability for unconditional WFx passthrough
2024-01-31 18:38 UTC (2+ messages)
Call for GSoC/Outreachy internship project ideas
2024-01-31 18:20 UTC (10+ messages)
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2024-01-31 13:50 UTC (8+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[PATCH] x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
2024-01-31 11:58 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).