linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 19:14:50 to 2023-03-28 12:45:08 UTC [more...]

[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

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-28 12:40 UTC  (17+ 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

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

[PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-28  6:37 UTC  (29+ 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 v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-28  5:23 UTC  (10+ 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 v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-28  3:48 UTC  (51+ messages)
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[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 

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-03-27  8:21 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v1 3/4] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE without MSO/MSL

[RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
 2023-03-27  3:28 UTC  (10+ messages)
` [RFC PATCH net-next v4 1/9] net/smc: Decouple ism_dev from SMC-D device dump
` [RFC PATCH net-next v4 2/9] net/smc: Decouple ism_dev from SMC-D DMB registration
` [RFC PATCH net-next v4 3/9] net/smc: Extract v2 check helper from SMC-D device registration
` [RFC PATCH net-next v4 4/9] net/smc: Introduce SMC-D loopback device
` [RFC PATCH net-next v4 5/9] net/smc: Introduce an interface for getting DMB attribute
` [RFC PATCH net-next v4 6/9] net/smc: Introudce interfaces for DMB attach and detach
` [RFC PATCH net-next v4 7/9] net/smc: Avoid data copy from sndbuf to peer RMB in SMC-D
` [RFC PATCH net-next v4 8/9] net/smc: Modify cursor update logic when using mappable DMB
` [RFC PATCH net-next v4 9/9] net/smc: Add interface implementation of loopback device

[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
 2023-03-24 23:27 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-24 19:50 UTC 

[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 17:24 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v2 2/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 13:58 UTC  (11+ messages)
` [PATCH v1 2/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v1 1/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH] net/ism: Remove redundant pci_clear_master
 2023-03-24  9:20 UTC  (2+ messages)

[PATCH v5] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-24  9:07 UTC  (6+ messages)

[kvm-unit-tests v2 PATCH] s390x: sie: Test whether the epoch extension field is working as expected
 2023-03-24  8:53 UTC  (2+ messages)

[PATCH net-next] net/smc: introduce shadow sockets for fallback connections
 2023-03-24  8:21 UTC  (5+ messages)

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (16+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-23 14:43 UTC  (11+ messages)
` [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 6/7] vfio: Accpet device file from vfio PCI "

[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
 2023-03-23 12:42 UTC  (3+ messages)

[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-23  7:45 UTC  (10+ messages)

[PATCH] MAINTAINERS: Update s390-iommu driver maintainer information
 2023-03-22 13:21 UTC  (2+ messages)

[PATCH 2/2] s390/nospec: remove unneeded header includes
 2023-03-21 21:19 UTC  (3+ messages)
` [PATCH] s390: reintroduce expoline dependence to scripts

[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 16:21 UTC  (7+ messages)

[PATCH v2] s390/vfio_ap: fix memory leak in vfio_ap device driver
 2023-03-21 13:41 UTC  (3+ messages)

[PATCH v1] s390/vfio-ap-drv: Remove redundant driver match function
 2023-03-21 13:41 UTC  (2+ messages)

[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 13:10 UTC  (10+ messages)


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).