messages from 2023-03-13 18:30:37 to 2023-03-20 19:14:50 UTC [more...]
[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-03-20 19:05 UTC (16+ messages)
` [PATCH 1/7] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH 2/7] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH 3/7] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH 4/7] vfio/pci: Renaming for accepting device fd in hot reset path
` [PATCH 5/7] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH 6/7] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH 7/7] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
2023-03-20 17:34 UTC (11+ messages)
` [PATCH v2 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v2 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v2 4/5] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v2 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
2023-03-20 17:16 UTC (29+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [offlist] "
` [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[PATCH v1] net/iucv: Remove redundant driver match function
2023-03-20 16:20 UTC (3+ messages)
[PATCH v1] s390/vfio-ap-drv: Remove redundant driver match function
2023-03-20 14:47 UTC (2+ messages)
[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
2023-03-20 15:33 UTC (33+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
[PATCH v2] s390/vfio_ap: fix memory leak in vfio_ap device driver
2023-03-20 15:04 UTC
[kvm-unit-tests PATCH v6] s390x: Add tests for execute-type instructions
2023-03-20 12:25 UTC (2+ messages)
[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
2023-03-20 12:22 UTC (2+ messages)
[kvm-unit-tests PATCH v3 0/3] s390x: Add misaligned instruction tests
2023-03-20 12:21 UTC (13+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v3 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v3 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
2023-03-20 8:56 UTC (3+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v7 2/2] s390x: topology: Checking Configuration Topology Information
Fwd: s390/nospec: add an option to use thunk-extern
2023-03-17 23:36 UTC (9+ messages)
` "
` [PATCH 2/2] s390/nospec: remove unneeded header includes
` [PATCH] s390: reintroduce expoline dependence to scripts
[GIT PULL] s390 updates for 6.3-rc3
2023-03-17 17:38 UTC (2+ messages)
[kvm-unit-tests PATCH v4 0/3] s390x: Add misaligned instruction tests
2023-03-17 14:41 UTC (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v4 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v4 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
[PATCH v7 00/22] Add vfio_device cdev for iommufd support
2023-03-17 9:53 UTC (37+ messages)
` [PATCH v7 01/22] vfio: Allocate per device file structure
` [PATCH v7 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v7 03/22] vfio: Remove vfio_file_is_group()
` [PATCH v7 04/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v7 05/22] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v7 06/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v7 07/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v7 08/22] vfio: Block device access via device fd until device is opened
` [PATCH v7 09/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v7 10/22] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v7 11/22] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v7 12/22] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v7 13/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v7 14/22] vfio: Record devid in vfio_device_file
` [PATCH v7 15/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v7 16/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v7 17/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v7 18/22] vfio: Add cdev for vfio_device
` [PATCH v7 19/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v7 20/22] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v7 21/22] vfio: Compile group optionally
` [PATCH v7 22/22] docs: vfio: Add vfio device cdev description
[PATCH net-next v5] net/smc: Use percpu ref for wr tx reference
2023-03-17 9:00 UTC (3+ messages)
[PATCH net-next v4] net/smc: Use percpu ref for wr tx reference
2023-03-17 2:44 UTC (6+ messages)
[PATCH net] net/iucv: Fix size of interrupt data
2023-03-17 0:40 UTC (2+ messages)
[PATCH] s390/vfio_ap: fix memory leak in vfio_ap device driver
2023-03-16 13:35 UTC (5+ messages)
[PATCH v2 0/6] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
2023-03-16 9:32 UTC (10+ messages)
` [PATCH v2 1/6] riscv/mm/fault: simplify code for do_page_fault()
` [PATCH v2 2/6] mm: Add a leading 0 to the VM_FAULT_* types
` [PATCH v2 3/6] mm: Add VM_FAULT_ARCH_* codes
` [PATCH v2 4/6] RISC-V: fault: Convert to "
` [PATCH v2 5/6] arm: "
` [PATCH v2 6/6] s390: "
Rubber Molded
2023-03-16 8:45 UTC
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-16 7:39 UTC (12+ messages)
[kvm-unit-tests PATCH v2 2/3] s390x/spec_ex: Add test introducing odd address into PSW
2023-03-15 13:48 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
[PATCH v4 22/36] s390: Implement the new page table range API
2023-03-15 10:10 UTC (2+ messages)
[PATCH net-next 0/2] smc: Updates 2023-03-01
2023-03-15 8:20 UTC (2+ messages)
[PATCH net 0/2] net/smc: Fixes 2023-03-01
2023-03-15 8:20 UTC (2+ messages)
[PATCH v8 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-03-14 20:06 UTC (3+ messages)
` [PATCH v8 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
2023-03-14 17:26 UTC (3+ messages)
[PATCH v3] vdso: Improve cmd_vdso_check to check all dynamic relocations
2023-03-14 13:28 UTC (2+ messages)
[PATCH -next] s390/mm: try VMA lock-based page fault handling first
2023-03-14 13:28 UTC
[kvm-unit-tests PATCH v5] s390x: Add tests for execute-type instructions
2023-03-14 11:56 UTC (4+ messages)
[PATCH v3] sched: cpuset: Don't rebuild root domains on suspend-resume
2023-03-14 11:41 UTC (13+ messages)
[PATCH 18/36] s390/topology: move to use bus_get_dev_root()
2023-03-14 11:35 UTC (4+ messages)
` [PATCH 19/36] s390/smp: "
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).