public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-27 09:34:31 to 2023-04-01 15:18:45 UTC [more...]

[PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-01 15:18 UTC  (5+ messages)
` [PATCH v9 01/25] vfio: Allocate per device file structure
` [PATCH v9 02/25] vfio: Refine vfio file kAPIs for KVM
` [PATCH v9 03/25] vfio: Remove vfio_file_is_group()
` [PATCH v9 04/25] vfio: Accept vfio device file in the KVM facing kAPI

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-01 14:44 UTC  (13+ messages)
` [PATCH v3 01/12] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v3 02/12] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH v3 03/12] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v3 04/12] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v3 05/12] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v3 06/12] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH v3 07/12] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v3 08/12] vfio/pci: Renaming for accepting device fd in "
` [PATCH v3 09/12] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v3 10/12] vfio: Mark cdev usage in vfio_device
` [PATCH v3 11/12] iommufd: Define IOMMUFD_INVALID_ID in uapi
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-04-01 12:12 UTC  (6+ messages)
` [PATCH v8 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v8 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-01  9:15 UTC  (55+ messages)
` [PATCH v2 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v2 02/10] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v2 08/10] vfio/pci: Renaming for accepting device fd in "
` [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO

[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-31 16:55 UTC  (17+ messages)
` [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
` [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/6] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v3 4/6] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v3 5/6] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v3 6/6] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
 2023-03-31 16:09 UTC 

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

[GIT PULL 0/1] kvm/s390: Fixes for 6.3
 2023-03-31 15:15 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: pv: fix external interruption loop not always detected

[kvm-unit-tests PATCH 0/5] s390x: Add base AP support
 2023-03-31  8:52 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/5] lib: s390x: Add ap library
` [kvm-unit-tests PATCH 2/5] s390x: Add guest 2 AP test
` [kvm-unit-tests PATCH 3/5] lib: s390x: ap: Add ap_setup
` [kvm-unit-tests PATCH 4/5] s390x: ap: Add pqap aqic tests
` [kvm-unit-tests PATCH 5/5] s390x: ap: Add reset tests

Nawiązanie współpracy
 2023-03-31  7:45 UTC 

[PATCH v3 0/1] s390: ipl: fix physical-virtual confusion for diag308
 2023-03-31  7:16 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-31  5:01 UTC  (54+ messages)
` [PATCH v8 01/24] vfio: Allocate per device file structure
` [PATCH v8 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
` [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v8 06/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [PATCH v8 09/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v8 12/24] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v8 13/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v8 14/24] vfio: Record devid in vfio_device_file
` [PATCH v8 15/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v8 17/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v8 20/24] vfio: Add cdev for vfio_device
` [PATCH v8 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v8 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v8 23/24] vfio: Compile group optionally
` [PATCH v8 24/24] docs: vfio: Add vfio device cdev description

[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-30 17:48 UTC  (4+ messages)

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-30  1:50 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-03-29 14:58 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v1 3/4] s390x: lib: sie: don't reenter SIE on pgm int

[RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
 2023-03-29 14:13 UTC 

[PATCH net-next] net/smc: introduce shadow sockets for fallback connections
 2023-03-29  9:41 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-29  7:29 UTC 

[GIT PULL] s390 updates for 6.3-rc5
 2023-03-28 20:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
 2023-03-28 12:44 UTC  (13+ 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

Monitorowanie pracy kontrahentów
 2023-03-28  8:00 UTC 

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-28  3:48 UTC  (4+ messages)
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace

[PATCH] driver core: class: mark the struct class for sysfs callbacks as constant
 2023-03-27 16:05 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 011eb7443621f49ca1e8cdf9c74c215f25019118
 2023-03-27 14:30 UTC 

[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-27 11:57 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox