public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-27 05:00:48 to 2022-06-29 06:59:03 UTC [more...]

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-29  6:56 UTC  (22+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()

[PATCH V3] virtio: disable notification hardening by default
 2022-06-29  6:31 UTC  (16+ messages)

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-29  0:58 UTC  (2+ messages)

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

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

[PATCH v10 0/3] s390x: KVM: CPU Topology
 2022-06-28 17:27 UTC  (28+ messages)
` [PATCH v10 1/3] KVM: s390: ipte lock for SCA access should be contained in KVM
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-28 15:00 UTC  (18+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices

[PATCH v6 0/5] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-06-28 14:31 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: Clean up pci_scan_slot()
` [PATCH v6 2/5] PCI: Split out next_ari_fn() from next_fn()
` [PATCH v6 3/5] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v6 4/5] PCI: Extend isolated function probing to s390
` [PATCH v6 5/5] s390/pci: allow zPCI zbus without a function zero

[PATCH v12 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-28 13:56 UTC  (19+ messages)
` [PATCH v12 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v12 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v12 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v12 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v12 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v12 06/18] KVM: s390: pv: add export before import
` [PATCH v12 07/18] KVM: s390: pv: clear the state without memset
` [PATCH v12 08/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v12 09/18] KVM: s390: pv: add mmu_notifier
` [PATCH v12 10/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v12 11/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v12 12/18] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v12 13/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v12 14/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v12 15/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v12 16/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v12 17/18] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v12 18/18] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH] s390/qdio: Fix spelling mistake
 2022-06-28 12:44 UTC  (3+ messages)

[PATCH] s390/sclp: Fix typo in comments
 2022-06-28 12:44 UTC  (2+ messages)

[PATCH] s390/dasd: drop unexpected word 'for' in comments
 2022-06-28 12:30 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] s390x/intercept: Test invalid prefix argument to SET PREFIX
 2022-06-28  9:03 UTC  (2+ messages)

[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
 2022-06-28  8:27 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/
 2022-06-28  6:46 UTC 

[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
 2022-06-28  6:54 UTC  (15+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

simplify the mdev interface v3
 2022-06-28  5:13 UTC 

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-06-28  3:49 UTC  (21+ messages)

[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-28  3:12 UTC  (31+ messages)
` [PATCH V5 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V5 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V5 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V5 04/26] sparc/mm: "
` [PATCH V5 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 09/26] loongarch/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 10/26] openrisc/mm: "
` [PATCH V5 12/26] hexagon/mm: "
` [PATCH V5 13/26] parisc/mm: "
` [PATCH V5 14/26] alpha/mm: "
` [PATCH V5 15/26] nios2/mm: "
` [PATCH V5 16/26] riscv/mm: "
` [PATCH V5 17/26] csky/mm: "
` [PATCH V5 18/26] s390/mm: "
` [PATCH V5 19/26] ia64/mm: "
` [PATCH V5 20/26] mips/mm: "
` [PATCH V5 21/26] m68k/mm: "
` [PATCH V5 22/26] arc/mm: "
` [PATCH V5 23/26] arm/mm: "
` [PATCH V5 24/26] um/mm: "
` [PATCH V5 25/26] sh/mm: "
` [PATCH V5 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] vfio: de-extern-ify function prototypes
 2022-06-27 16:35 UTC  (4+ messages)

[PATCH] scsi: zfcp: drop unexpected word "the" in the comments
 2022-06-27 16:19 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x/intercept: Test invalid prefix argument to SET PREFIX
 2022-06-27 12:58 UTC  (3+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2022-06-27 12:50 UTC  (4+ messages)
`  "
  ` [PATCH 1/2] s390/nospec: build expoline.o for modules_prepare target
  ` [PATCH 2/2] s390/nospec: remove unneeded header includes

[kvm-unit-tests PATCH v2 0/3] better smp interrupt checks
 2022-06-27 11:09 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: better smp interrupt checks

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-27  6:57 UTC  (3+ messages)
` [PATCH v3 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-27  5:48 UTC  (11+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT


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