linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 06:57:14 to 2022-07-09 04:55:20 UTC [more...]

simplify the mdev interface v6
 2022-07-09  4:54 UTC  (4+ messages)
` [PATCH 01/14] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/14] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-08 22:44 UTC  (10+ messages)
` [PATCH v3 01/10] vfio: Make vfio_unpin_pages() return void
` [PATCH v3 02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP
` [PATCH v3 03/10] vfio/ap: Pass in physical address of ind to ap_aqic()
` [PATCH v3 04/10] vfio/ccw: Only pass in contiguous pages
` [PATCH v3 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [PATCH v3 06/10] vfio/ap: Change saved_pfn to saved_iova
` [PATCH v3 07/10] vfio/ccw: Change pa_pfn list to pa_iova list
` [PATCH v3 08/10] vfio: Rename user_iova of vfio_dma_rw()
` [PATCH v3 09/10] vfio/ccw: Add kmap_local_page() for memcpy

[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
 2022-07-08 20:31 UTC  (51+ messages)
` [RFT][PATCH v2 1/9] vfio: Make vfio_unpin_pages() return void
` [RFT][PATCH v2 2/9] vfio/ap: Pass in physical address of ind to ap_aqic()
` [RFT][PATCH v2 3/9] vfio/ccw: Only pass in contiguous pages
` [RFT][PATCH v2 4/9] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v2 5/9] vfio/ap: Remove redundant pfn
` [RFT][PATCH v2 6/9] vfio/ccw: Change pa_pfn list to pa_iova list
` [RFT][PATCH v2 7/9] vfio: Rename user_iova of vfio_dma_rw()
` [RFT][PATCH v2 8/9] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v2 9/9] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[PATCH v2 0/5] mm, oom: Introduce per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
 2022-07-08 17:31 UTC  (10+ messages)
` [PATCH v2 1/5] mm: add a new parameter `node` to `get/add/inc/dec_mm_counter`
` [PATCH v2 2/5] mm: add numa_count field for rss_stat
` [PATCH v2 3/5] mm: add numa fields for tracepoint rss_stat
` [PATCH v2 4/5] mm: enable per numa node rss_stat count
` [PATCH v2 5/5] mm, oom: enable per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
  ` Re: [PATCH v2 0/5] mm, oom: Introduce "

[bitops] 0e862838f2: BUG:KASAN:wild-memory-access_in_dmar_parse_one_rhsa
 2022-07-08 12:17 UTC 

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-07-08 11:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] s390x: uv-host: Access check extensions and improvements
 2022-07-08 10:19 UTC  (15+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH v2 2/8] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH v2 3/8] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH v2 7/8] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests PATCH v2 8/8] s390x: uv-host: Fix init storage origin and length check

[PATCH 0/2] zfcp changes for v5.20
 2022-07-08  9:05 UTC  (5+ messages)
` [PATCH 1/2] scsi: zfcp: declare zfcp_sdev_attrs as static
` [PATCH 2/2] scsi: zfcp: drop unexpected word "the" in the comments

[PATCH v3 00/15] iommu: Retire bus_set_iommu()
 2022-07-08  8:17 UTC  (28+ messages)
` [PATCH v3 01/15] iommu/vt-d: Handle race between registration and device probe
` [PATCH v3 03/15] iommu: Always register bus notifiers
` [PATCH v3 04/15] iommu: Move bus setup to IOMMU device registration
` [PATCH v3 15/15] iommu: Clean up bus_set_iommu()
    ` [PATCH] iommu/s390: fail probe for non-pci device

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-08  6:23 UTC  (9+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

simplify the mdev interface v5
 2022-07-08  5:48 UTC  (31+ messages)
` [PATCH 01/15] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/15] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/15] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/15] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/15] vfio/mdev: simplify mdev_type handling
` [PATCH 06/15] vfio/mdev: remove mdev_from_dev
` [PATCH 07/15] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/15] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/15] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/15] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/15] vfio/mdev: consolidate all the name "
` [PATCH 12/15] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/15] vfio/mdev: consolidate all the description "
` [PATCH 14/15] vfio/mdev: add mdev available instance checking to the core
` [PATCH 15/15] vfio/mdev: remove an extra parent kobject reference

[PATCH] random: remove CONFIG_ARCH_RANDOM and "nordrand"
 2022-07-08  0:40 UTC  (20+ messages)
          ` [PATCH v2] random: remove CONFIG_ARCH_RANDOM
            ` [PATCH v3] "
                  ` [PATCH v4] "
                    ` [PATCH v5] "

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-07 21:37 UTC  (3+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH v4 00/11] s390/vfio-ccw rework
 2022-07-07 21:32 UTC  (13+ messages)
` [PATCH v4 01/11] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v4 02/11] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v4 03/11] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v4 04/11] vfio/ccw: Remove private->mdev
` [PATCH v4 05/11] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v4 06/11] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v4 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v4 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v4 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v4 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v4 11/11] vfio/ccw: Move FSM open/close to MDEV open/close

[PATCH v2 0/1] s390/crash: allow multi-segment iterators
 2022-07-07 19:06 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-07-07 13:11 UTC  (9+ messages)

[PATCH] s390/ap: fixes bug in the AP bus's __verify_queue_reservations function
 2022-07-07  6:47 UTC  (2+ messages)

[PATCH 0/1] s390/crash: allow multi-segment iterators
 2022-07-07  5:21 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1 0/1] s390/archrandom: use buffered random data
 2022-07-06 22:34 UTC  (10+ messages)
` [PATCH v1 1/1] s390/arch_random: Buffer true "

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-06 18:03 UTC  (4+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-06 14:04 UTC  (15+ messages)
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 31/36] cpuidle,acpi: Make noinstr clean

[PATCH v3 0/6] blk-mq: Add a flag for reserved requests series
 2022-07-06 13:57 UTC  (9+ messages)
` [PATCH v3 1/6] scsi: core: Remove reserved request time-out handling
` [PATCH v3 2/6] blk-mq: Add a flag for reserved requests
` [PATCH v3 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v3 4/6] scsi: fnic: Drop reserved request handling
` [PATCH v3 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v3 6/6] blk-mq: Drop local variable for reserved tag

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-06 11:15 UTC  (10+ messages)
` [PATCH V6 21/26] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] s390x: split migration test into vector and gs test
 2022-07-06 10:56 UTC  (2+ 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).