messages from 2023-02-27 11:11:43 to 2023-02-28 12:42:39 UTC [more...]
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-02-28 12:42 UTC (59+ messages)
` [PATCH v5 01/19] vfio: Allocate per device file structure
` [PATCH v5 02/19] vfio: Refine vfio file kAPIs for KVM
` [PATCH v5 03/19] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v5 04/19] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v5 05/19] kvm/vfio: Accept vfio device file from userspace
` [PATCH v5 06/19] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v5 07/19] vfio: Block device access via device fd until device is opened
` [PATCH v5 08/19] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 10/19] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v5 11/19] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v5 12/19] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v5 13/19] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v5 14/19] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v5 15/19] vfio: Add cdev for vfio_device
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v5 18/19] vfio: Compile group optionally
` [PATCH v5 19/19] docs: vfio: Add vfio device cdev description
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-02-28 12:04 UTC (10+ messages)
` [External] "
[PATCH v11 000/113] KVM TDX basic feature support
2023-02-28 11:52 UTC (62+ messages)
` [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v11 016/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall
Fortnightly KVM call for 2023-02-07
2023-02-28 11:46 UTC (3+ messages)
[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
2023-02-28 11:26 UTC (2+ messages)
QUESTION: INT1 instruction for breakpoints
2023-02-28 11:17 UTC
[kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions
2023-02-28 11:15 UTC (3+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-28 10:53 UTC (3+ messages)
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
[PATCH 1/2] lib/test_bitmap: increment failure counter properly
2023-02-28 10:45 UTC (5+ messages)
` [PATCH 2/2] lib/bitmap: drop optimization of bitmap_{from,to}_arr64
[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
2023-02-28 10:32 UTC (12+ messages)
` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY "
` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
[PATCH v12 000/106] KVM TDX basic feature support
2023-02-28 8:03 UTC (2+ messages)
Bug: Completion-Wait loop timed out with vfio
2023-02-28 7:33 UTC (3+ messages)
[RFC PATCH v3 00/32] x86: enable FRED for x86-64
2023-02-28 7:29 UTC (3+ messages)
[PATCH v3 00/29] Add KVM LoongArch support
2023-02-28 7:00 UTC (30+ messages)
` [PATCH v3 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v3 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v3 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v3 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v3 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v3 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v3 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v3 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v3 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v3 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v3 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v3 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v3 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v3 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v3 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v3 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v3 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v3 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v3 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v3 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v3 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v3 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v3 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v3 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v3 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v3 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v3 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v3 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v3 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH v3 0/6] Support writable CPU ID registers from userspace
2023-02-28 6:22 UTC (7+ messages)
` [PATCH v3 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v3 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v3 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2023-02-28 6:17 UTC (5+ messages)
[PATCH 09/14] iommufd: Add iommufd_device_replace()
2023-02-28 2:10 UTC (7+ messages)
[PATCH v2 0/6] Support writable CPU ID registers from userspace
2023-02-28 1:52 UTC (6+ messages)
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor
[PATCH v8 0/3] KVM: Dirty quota-based throttling
2023-02-28 1:31 UTC (3+ messages)
` [PATCH v8 2/3] KVM: x86: Dirty quota-based throttling of vcpus
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-02-28 0:17 UTC (5+ messages)
` [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH v2 0/5] Fix "Instructions Retired" from incorrectly counting
2023-02-28 0:06 UTC (6+ messages)
` [PATCH v2 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events
` [PATCH v2 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v2 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v2 4/5] KVM: selftests: Fixup test asserts
` [PATCH v2 5/5] KVM: selftests: Test the PMU event "Instructions retired"
[PATCH] vhost: use struct_size and size_add to compute flex array sizes
2023-02-27 21:53 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-02-27 21:40 UTC (4+ messages)
` [PATCH 1/2] x86/cpufeatures: Add AMD-specific IBRS bits
` [PATCH 2/2] KVM: x86: Propagate AMD-specific IBRS related bits
[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
2023-02-27 20:23 UTC (10+ messages)
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64
[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
2023-02-27 18:06 UTC
[PATCH v16 00/11] s390x: CPU Topology
2023-02-27 17:34 UTC (33+ messages)
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology
[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
2023-02-27 17:17 UTC
[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
2023-02-27 16:39 UTC (13+ messages)
` [PATCH v9 7/8] x86/cpu: "
` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set
[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
2023-02-27 15:16 UTC (14+ messages)
` [PATCH v5 2/3] arm/kvm: add support for MTE
` [PATCH v5 3/3] qtests/arm: add some mte tests
[PATCH -next v14 00/19] riscv: Add vector ISA support
2023-02-27 13:58 UTC (5+ messages)
` [PATCH -next v14 19/19] riscv: Enable Vector code to be built
[PULL 004/123] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
2023-02-27 12:36 UTC
[bug report] KVM: Don't null dereference ops->destroy
2023-02-27 11:24 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).