messages from 2023-04-25 00:36:45 to 2023-04-27 06:42:04 UTC [more...]
[PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
2023-04-27 6:41 UTC (16+ messages)
` [PATCH v4 1/9] vfio: Determine noiommu in vfio_device registration
` [PATCH v4 2/9] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v4 3/9] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v4 4/9] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v4 5/9] vfio: Mark cdev usage in vfio_device
` [PATCH v4 6/9] iommufd: Reserved -1 in the iommufd xarray
` [PATCH v4 7/9] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v4 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v4 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[PATCH v2 00/21] Enable CET Virtualization
2023-04-27 3:46 UTC (3+ messages)
` [PATCH v2 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs
[kvm-unit-tests PATCH] arch-run: Fix run_qemu return correct error code
2023-04-27 3:13 UTC (4+ messages)
[PATCH v13 098/113] KVM: TDX: Handle TDX PV map_gpa hypercall
2023-04-27 2:15 UTC (4+ messages)
[PATCH v3] KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
2023-04-26 22:57 UTC (2+ messages)
[GIT PULL] KVM: Non-x86 changes for 6.4
2023-04-26 22:40 UTC (17+ messages)
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "
[GIT PULL] KVM/arm64 updates for v6.4
2023-04-26 21:24 UTC (3+ messages)
[GIT PULL 0/3] KVM: s390: Changes for 6.4
2023-04-26 19:43 UTC (5+ messages)
` [GIT PULL 1/3] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
` [GIT PULL 2/3] KVM: s390: vsie: clarifications on setting the APCB
` [GIT PULL 3/3] KVM: s390: pci: fix virtual-physical confusion on module unload/load
[PATCH v3] vringh: IOMEM support
2023-04-26 19:21 UTC (3+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-04-26 18:02 UTC (4+ messages)
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
[PATCH v8 00/12] Implement Eager Page Splitting for ARM
2023-04-26 17:23 UTC (13+ messages)
` [PATCH v8 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v8 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
` [PATCH v8 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v8 04/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v8 05/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v8 06/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v8 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v8 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v8 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v8 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v8 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v8 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-04-26 17:21 UTC (2+ messages)
[PATCH] KVM: x86: Add a vCPU stat for #AC exceptions
2023-04-26 16:56 UTC (3+ messages)
[kvm-unit-tests PATCH] clang-format: add project-wide configuration file
2023-04-26 16:31 UTC (3+ messages)
[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
2023-04-26 15:08 UTC (17+ messages)
[PATCH v10 00/22] Add vfio_device cdev for iommufd support
2023-04-26 15:03 UTC (23+ messages)
` [PATCH v10 01/22] vfio: Allocate per device file structure
` [PATCH v10 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v10 03/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v10 04/22] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v10 05/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v10 06/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v10 07/22] vfio: Block device access via device fd until device is opened
` [PATCH v10 08/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v10 09/22] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v10 10/22] vfio-iommufd: Move noiommu compat probe out of vfio_iommufd_bind()
` [PATCH v10 11/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v10 12/22] vfio: Record devid in vfio_device_file
` [PATCH v10 13/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v10 14/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v10 15/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v10 16/22] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v10 17/22] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v10 18/22] vfio: Add cdev for vfio_device
` [PATCH v10 19/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v10 20/22] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v10 21/22] vfio: Compile group optionally
` [PATCH v10 22/22] docs: vfio: Add vfio device cdev description
[PATCH -next v18 00/20] riscv: Add vector ISA support
2023-04-26 14:27 UTC (2+ messages)
RMRR device on non-Intel platform
2023-04-26 14:17 UTC (20+ messages)
[RFC 00/48] RISC-V CoVE support
2023-04-26 13:55 UTC (10+ messages)
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
[PATCH v2 0/1] fix race in gmap_make_secure
2023-04-26 13:48 UTC (2+ messages)
` [PATCH v2 1/1] KVM: s390: "
[kvm-unit-tests PATCH v3 0/7] s390x: Add PV SIE intercepts and ipl tests
2023-04-26 11:27 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 2/7] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v3 3/7] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v3 4/7] lib: s390x: uv: Add pv guest requirement check function
[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
2023-04-26 10:52 UTC (17+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
[PATCH v3 0/7] Add EPYC-Genoa model and update previous EPYC Models
2023-04-26 8:34 UTC (8+ messages)
` [PATCH v3 1/7] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH v3 2/7] target/i386: Add new EPYC CPU versions with updated cache_info
[kvm-unit-tests PATCH v8 0/2] S390x: CPU Topology Information
2023-04-26 8:34 UTC (3+ messages)
` [kvm-unit-tests PATCH v8 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v8 2/2] s390x: topology: Checking Configuration Topology Information
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-04-26 6:25 UTC (8+ messages)
` [PATCH 5/5] "
[PATCH v7 0/6] Support writable CPU ID registers from userspace
2023-04-26 4:01 UTC (6+ messages)
` [PATCH v7 2/6] KVM: arm64: Save ID registers' sanitized value per guest
[PATCH v2] KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
2023-04-26 1:54 UTC (7+ messages)
[PATCH 0/6] LASS KVM virtualization support
2023-04-26 1:46 UTC (23+ messages)
` [PATCH 1/6] KVM: x86: Virtualize CR4.LASS
` [PATCH 2/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
` [PATCH 4/6] KVM: x86: LASS protection on KVM emulation when LASS enabled
` [PATCH 6/6] KVM: x86: Set KVM LASS based on hardware capability
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-04-25 23:01 UTC (3+ messages)
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-04-25 18:31 UTC (5+ messages)
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI
[PATCH V3 00/10] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-04-25 16:52 UTC (8+ messages)
` [PATCH V3 08/10] vfio/pci: Probe and store ability to support dynamic MSI-X
[PATCH v6 0/6] Support writable CPU ID registers from userspace
2023-04-25 16:40 UTC (10+ messages)
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH v20 00/21] s390x: CPU Topology
2023-04-25 16:14 UTC (22+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 03/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v20 04/21] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v20 05/21] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v20 06/21] s390x/cpu topology: interception of PTF instruction
` [PATCH v20 07/21] target/s390x/cpu topology: activate CPU topology
` [PATCH v20 08/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast
` [PATCH v20 10/21] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v20 12/21] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v20 13/21] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v20 14/21] tests/avocado: s390x cpu topology core
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v20 16/21] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v20 17/21] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v20 18/21] tests/avocado: s390x cpu topology test socket full
` [PATCH v20 19/21] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v20 20/21] tests/avocado: s390x cpu topology bad move
` [PATCH v20 21/21] tests/avocado: s390x cpu topology query-cpu-polarization
[PATCH v19 00/21] s390x: CPU Topology
2023-04-25 15:03 UTC (11+ messages)
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v19 14/21] tests/avocado: s390x cpu topology core
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-04-25 14:46 UTC
[kvm-unit-tests PATCH 0/1] Fixing infinite loop on SCLP READ SCP INFO error
2023-04-25 13:48 UTC (9+ messages)
` [kvm-unit-tests PATCH 1/1] s390x: sclp: consider monoprocessor on read_info error
[PATCH v1 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper device
2023-04-25 13:03 UTC (3+ messages)
[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-04-25 13:00 UTC (5+ messages)
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
[PATCH kvmtool 00/16] Fix vhost-net, scsi and vsock
2023-04-25 11:53 UTC (7+ messages)
` [PATCH kvmtool 04/16] virtio/vhost: Factor notify_vq_gsi()
` [PATCH kvmtool 14/16] Factor epoll thread
[PATCH] KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic
2023-04-25 11:39 UTC
[PATCH] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
2023-04-25 8:51 UTC (3+ messages)
[PATCH v2] vfio/pci: Propagate ACPI notifications to user-space via eventfd
2023-04-25 6:31 UTC (2+ messages)
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-04-25 0:54 UTC (14+ 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