messages from 2023-04-01 14:44:33 to 2023-04-06 15:30:59 UTC [more...]
[RFC PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability
2023-04-06 15:30 UTC (6+ messages)
` [RFC PATCH bpf-next 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next 2/5] net/smc: net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next 5/5] bpf/selftests: add selftest for SMC bpf capability
[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
2023-04-06 15:06 UTC (31+ messages)
` [PATCH 1/3] arch: Introduce ARCH_HAS_CPUMASK_BITS
` [PATCH 2/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
[PATCH][next] s390/fcx: Replace zero-length array with flexible-array member
2023-04-06 14:29 UTC
[PATCH][next] s390/diag: Replace zero-length array with flexible-array member
2023-04-06 14:28 UTC
[RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-06 14:27 UTC (5+ messages)
[PATCH v9 00/25] Add vfio_device cdev for iommufd support
2023-04-06 14:13 UTC (41+ 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 v9 05/25] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
` [PATCH v9 07/25] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v9 08/25] vfio: Block device access via device fd until device is opened
` [PATCH v9 09/25] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v9 10/25] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v9 11/25] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v9 12/25] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v9 13/25] vfio-iommufd: Split bind/attach into two steps
` [PATCH v9 14/25] vfio: Record devid in vfio_device_file
` [PATCH v9 15/25] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v9 16/25] iommufd/device: Add iommufd_access_detach() API
` [PATCH v9 17/25] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v9 18/25] vfio: Determine noiommu in vfio_device registration
` [PATCH v9 19/25] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v9 20/25] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v9 21/25] vfio: Add cdev for vfio_device
` [PATCH v9 22/25] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v9 23/25] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v9 24/25] vfio: Compile group optionally
` [PATCH v9 25/25] docs: vfio: Add vfio device cdev description
[PATCH AUTOSEL 4.14 6/7] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:34 UTC
[PATCH AUTOSEL 4.19 7/8] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:33 UTC
[PATCH AUTOSEL 5.4 7/9] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:33 UTC
[PATCH AUTOSEL 5.10 7/9] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:33 UTC
[PATCH AUTOSEL 5.15 08/11] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:32 UTC
[PATCH AUTOSEL 6.1 09/17] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:32 UTC
[PATCH AUTOSEL 6.2 09/17] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
2023-04-06 11:31 UTC
[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-04-06 10:02 UTC (69+ 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
[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
2023-04-06 8:01 UTC (4+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE "
[PATCH 0/7] s390/dasd: add dasd autoquiesce feature
2023-04-05 14:20 UTC (8+ messages)
` [PATCH 1/7] s390/dasd: remove unused DASD EER defines
` [PATCH 2/7] s390/dasd: add autoquiesce feature
` [PATCH 3/7] s390/dasd: add aq_mask sysfs attribute
` [PATCH 4/7] s390/dasd: add aq_requeue "
` [PATCH 5/7] s390/dasd: add aq_timeouts autoquiesce trigger
` [PATCH 6/7] s390/dasd: add autoquiesce event for start IO error
` [PATCH 7/7] s390/dasd: fix hanging blockdevice after request requeue
[kvm-unit-tests PATCH v1] s390x: Improve stack traces that contain an interrupt frame
2023-04-05 12:35 UTC
[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-04-04 18:16 UTC (3+ messages)
[kvm-unit-tests PATCH 0/5] s390x: Add base AP support
2023-04-04 15:23 UTC (5+ messages)
` [kvm-unit-tests PATCH 5/5] s390x: ap: Add reset tests
[kvm-unit-tests PATCH] s390x: Use the right constraints in intercept.c
2023-04-04 11:43 UTC (3+ messages)
[kvm-unit-tests PATCH] s390x/snippets: Fix compilation with Clang 15
2023-04-04 11:40 UTC (4+ messages)
[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-04-04 10:55 UTC
[kvm-unit-tests PATCH v5 0/3] s390x: Add misaligned instruction tests
2023-04-04 10:00 UTC (7+ messages)
` [kvm-unit-tests PATCH v5 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v5 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v5 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
[kvm-unit-tests PATCH v4 0/3] s390x: Add misaligned instruction tests
2023-04-04 8:57 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
[PATCH v3 0/1] s390: ipl: fix physical-virtual confusion for diag308
2023-04-04 7:06 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH 6.2 166/187] s390: reintroduce expoline dependence to scripts
2023-04-03 14:10 UTC
[PATCH 6.1 160/181] s390: reintroduce expoline dependence to scripts
2023-04-03 14:09 UTC
[PATCH net-next] net/smc: introduce shadow sockets for fallback connections
2023-04-03 10:18 UTC (5+ messages)
[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
2023-04-03 8:21 UTC (8+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC
[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-04-03 2:04 UTC (4+ 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