messages from 2023-10-09 20:06:08 to 2023-10-10 20:04:04 UTC [more...]
[PATCH 0/9] SVM guest shadow stack support
2023-10-10 20:02 UTC (8+ messages)
` [PATCH 1/9] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH 2/9] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH 4/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH 5/9] KVM: SVM: Save shadow stack host state on VMRUN
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH 8/9] KVM: SVM: Use KVM-governed features to track SHSTK
[PATCH net-next v4 00/12] vsock/virtio: continue MSG_ZEROCOPY support
2023-10-10 19:15 UTC (13+ messages)
` [PATCH net-next v4 01/12] vsock: set EPOLLERR on non-empty error queue
` [PATCH net-next v4 02/12] vsock: read from socket's "
` [PATCH net-next v4 03/12] vsock: check for MSG_ZEROCOPY support on send
` [PATCH net-next v4 04/12] vsock: enable SOCK_SUPPORT_ZC bit
` [PATCH net-next v4 05/12] vhost/vsock: support MSG_ZEROCOPY for transport
` [PATCH net-next v4 06/12] vsock/virtio: "
` [PATCH net-next v4 07/12] vsock/loopback: "
` [PATCH net-next v4 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v4 09/12] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [PATCH net-next v4 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v4 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v4 12/12] test/vsock: io_uring rx/tx tests
[linux-next:master] BUILD REGRESSION c0a6edb636cba9c0d1db966a54d910a02e52e4be
2023-10-10 19:14 UTC
[PATCH v4 00/17] iommufd: Add nesting infrastructure
2023-10-10 18:49 UTC (13+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 02/17] iommu: Add nested domain support
` [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
[PATCH] kvm/sev: remove redundant MISC_CG_RES_SEV_ES
2023-10-10 17:49 UTC
[PATCH] kvm/sev: make SEV/SEV-ES asids configurable
2023-10-10 18:03 UTC (7+ messages)
[PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers
2023-10-10 17:53 UTC (8+ messages)
` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source
` [PATCH v2 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path
` [PATCH v2 3/5] KVM: selftests: Generate "
` [PATCH v2 4/5] tools headers arm64: Update sysreg.h with kernel sources
` [PATCH v2 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH] KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled
2023-10-10 17:50 UTC (5+ messages)
[PATCH] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
2023-10-10 17:32 UTC (2+ messages)
[PATCH 0/6] RISC-V SBI debug console extension support
2023-10-10 17:16 UTC (11+ messages)
` [PATCH 1/6] RISC-V: Add defines for SBI debug console extension
` [PATCH 2/6] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH 3/6] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH 4/6] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH 5/6] tty: Add SBI debug console support to HVC SBI driver
` [PATCH 6/6] RISC-V: Enable SBI based earlycon support
[PATCH v2 0/6] iommufd support allocating nested parent domain
2023-10-10 16:47 UTC (4+ messages)
` [PATCH v2 6/6] iommu/vt-d: Add domain_alloc_user op
[PATCH 1/1] selftests: KVM: add test to print boottime wallclock
2023-10-10 16:31 UTC (3+ messages)
[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
2023-10-10 16:21 UTC (24+ messages)
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
2023-10-10 16:12 UTC (2+ messages)
[PATCH v2 0/5] perf: KVM: Enable callchains for guests
2023-10-10 16:12 UTC (3+ messages)
` [PATCH v2 4/5] perf kvm: Support sampling guest callchains
[PATCH RFC 00/11] KVM: x86: Make Hyper-V emulation optional (AKA introduce CONFIG_KVM_HYPERV)
2023-10-10 16:03 UTC (12+ messages)
` [PATCH RFC 01/11] KVM: x86: xen: Remove unneeded xen context from struct kvm_arch when !CONFIG_KVM_XEN
` [PATCH RFC 02/11] KVM: x86: hyper-v: Move Hyper-V partition assist page out of Hyper-V emulation context
` [PATCH RFC 03/11] KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
` [PATCH RFC 04/11] KVM: x86: hyper-v: Introduce kvm_hv_synic_auto_eoi_set()
` [PATCH RFC 05/11] KVM: x86: hyper-v: Introduce kvm_hv_synic_has_vector()
` [PATCH RFC 06/11] KVM: VMX: Split off hyperv_evmcs.{ch}
` [PATCH RFC 07/11] KVM: x86: Make Hyper-V emulation optional
` [PATCH RFC 08/11] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr() accessor
` [PATCH RFC 09/11] KVM: nVMX: hyper-v: Introduce nested_vmx_evmcs() accessor
` [PATCH RFC 10/11] KVM: nVMX: hyper-v: Hide more stuff under CONFIG_KVM_HYPERV
` [PATCH RFC 11/11] KVM: nSVM: hyper-v: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Accessing emulated CXL memory is unstable
2023-10-10 1:35 UTC (2+ messages)
[PATCH v2 0/3] arm/kvm: use kvm_{get,set}_one_reg
2023-10-10 14:24 UTC (4+ messages)
` [PATCH v2 1/3] arm/kvm: convert to kvm_set_one_reg
` [PATCH v2 2/3] arm/kvm: convert to kvm_get_one_reg
` [PATCH v2 3/3] arm/kvm: convert to read_sys_reg64
[PATCH] KVM: deprecate KVM_WERROR in favor of general WERROR
2023-10-10 14:23 UTC (7+ messages)
[PATCH] MIPS: KVM: Fix a build warning about variable set but not used
2023-10-10 13:59 UTC (2+ messages)
[PATCH 00/12] PCI device authentication
2023-10-10 12:53 UTC (8+ messages)
[kvm-unit-tests PATCH 0/3] s390x: Improve console handling
2023-10-10 12:35 UTC (13+ messages)
` [kvm-unit-tests PATCH 1/3] lib: s390x: hw: Provide early detect host
` [kvm-unit-tests PATCH 2/3] lib: s390x: sclp: Add compat handling for HMC ASCII consoles
` [kvm-unit-tests PATCH 3/3] lib: s390x: sclp: Add line mode input handling
[PATCH v11 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-10-10 11:33 UTC (3+ messages)
[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
2023-10-10 10:09 UTC (7+ messages)
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
[PATCH v7] KVM: x86/tsc: Don't sync user-written TSC against startup values
2023-10-10 10:03 UTC (3+ messages)
[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
2023-10-10 9:17 UTC (3+ messages)
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating private memory
[kvm-unit-tests PATCH v2 0/7] s390x: Add base AP support
2023-10-10 8:49 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 1/7] lib: s390x: Add ap library
` [kvm-unit-tests PATCH v2 2/7] s390x: Add guest 2 AP test
` [kvm-unit-tests PATCH v2 3/7] lib: s390x: ap: Add ap_setup
` [kvm-unit-tests PATCH v2 4/7] s390x: ap: Add pqap aqic tests
` [kvm-unit-tests PATCH v2 5/7] s390x: ap: Add reset tests
` [kvm-unit-tests PATCH v2 6/7] lib: s390x: ap: Add tapq test facility bit
` [kvm-unit-tests PATCH v2 7/7] s390x: ap: Add nq/dq len test
[PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
2023-10-10 8:35 UTC (13+ messages)
` [PATCH 01/12] x86/mce: Fix hw MCE injection feature detection
` [PATCH 02/12] X86/mce/inject: Add mcgstatus for mce-inject debugfs
` [PATCH 03/12] x86/mce/inject: Add notrigger entry to suppress MCE injection
` [PATCH 04/12] x86/mce: Move and export inject_mce() from inject.c to core.c
` [PATCH 05/12] mm/fadvise: Add flags to inject hwpoison for posix_fadvise()
` [PATCH 06/12] mm/fadvise: Add FADV_MCE_INJECT flag "
` [PATCH 07/12] x86/mce/inject: Wire up the x86 MCE injector to FADV_MCE_INJECT
` [PATCH 08/12] x86/mce: Define a notifier chain for mce injector
` [PATCH 09/12] KVM: X86: Add debugfs to inject machine check on VM exit
` [PATCH 10/12] KVM: selftests: Allow mapping guest memory without host alias
` [PATCH 11/12] KVM: selftests: lib: Add src memory type for hwpoison test
` [PATCH 12/12] KVM: selftests: hwpoison/mce failure injection
[RFC 0/7] Add SIOV virtual device support
2023-10-10 8:33 UTC (13+ messages)
` [RFC 3/7] iommufd: Add iommufd_device_bind_pasid()
` [RFC 4/7] iommufd: Support attach/replace for SIOV virtual device {dev, pasid}
` [RFC 5/7] iommufd/selftest: Extend IOMMU_TEST_OP_MOCK_DOMAIN to pass in pasid
` [RFC 6/7] iommufd/selftest: Add test coverage for SIOV virtual device
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()
[PATCH net-next v3 00/12] vsock/virtio: continue MSG_ZEROCOPY support
2023-10-10 7:19 UTC (6+ messages)
` [PATCH net-next v3 10/12] test/vsock: MSG_ZEROCOPY flag tests
[PATCH vhost v3 00/16] vdpa: Add support for vq descriptor mappings
2023-10-10 6:33 UTC (15+ messages)
` [PATCH vhost v3 10/16] vdpa/mlx5: Allow creation/deletion of any given mr struct
` [PATCH vhost v3 11/16] vdpa/mlx5: Move mr mutex out of "
` [PATCH vhost v3 12/16] vdpa/mlx5: Improve mr update flow
` [PATCH vhost v3 13/16] vdpa/mlx5: Introduce mr for vq descriptor
` [PATCH vhost v3 14/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
` [PATCH vhost v3 15/16] vdpa/mlx5: Make iotlb helper functions more generic
` [PATCH vhost v3 16/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change
[RFC PATCH 5/7] tun: Introduce virtio-net hashing feature
2023-10-10 6:19 UTC (20+ messages)
[PATCH v4 0/8] Add printf attribute to kselftest functions
2023-10-10 5:53 UTC (3+ messages)
[PATCH v2 00/58] TDX QEMU support
2023-10-10 5:29 UTC (4+ messages)
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
2023-10-10 3:46 UTC (7+ messages)
` [PATCH v4 01/12] KVM: x86/mmu: helpers to return if KVM honors guest MTRRs
[RFC 0/8] iommufd support pasid attach/replace
2023-10-10 3:33 UTC (6+ messages)
` [RFC 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain
[RFC PATCH 5/7] tun: Introduce virtio-net hashing feature
2023-10-10 2:32 UTC (2+ messages)
[PATCH v6 00/25] Enable CET Virtualization
2023-10-10 0:54 UTC (7+ messages)
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved
[PATCH gmem FIXUP] kvm: guestmem: do not use a file system
2023-10-10 0:37 UTC (11+ messages)
[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-10-09 23:08 UTC (13+ messages)
` [PATCH v7 01/12] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v7 02/12] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on "
` [PATCH v7 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v7 05/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v7 06/12] KVM: arm64: PMU: Add a helper to read the number of counters
` [PATCH v7 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v7 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v7 09/12] tools: Import arm_pmuv3.h
` [PATCH v7 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v7 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v7 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[PATCH v4 0/3] KVM: x86: Update HWCR virtualization
2023-10-09 20:05 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