linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-02 13:54:47 to 2022-04-06 09:24:51 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-06  6:05 UTC  (28+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] s390: Simplify the calculation of variables
 2022-04-06  2:37 UTC  (4+ messages)
    ` [PATCH V2] "

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-06  5:30 UTC  (13+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH 4/5] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH 5/5] iommu: Delete IOMMU_CAP_CACHE_COHERENCY

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-05 15:06 UTC  (28+ messages)
` [PATCH v5 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v5 02/21] s390/sclp: detect the AISII facility
` [PATCH v5 03/21] s390/sclp: detect the AENI facility
` [PATCH v5 04/21] s390/sclp: detect the AISI facility
` [PATCH v5 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v5 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v5 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v5 08/21] s390/pci: stash associated GISA designation
` [PATCH v5 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v5 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v5 12/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v5 13/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v5 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v5 15/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v5 16/21] KVM: vfio: add s390x hook to register KVM guest designation
` [PATCH v5 17/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v5 18/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v5 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v5 20/21] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v5 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

cleanup swiotlb initialization v8
 2022-04-05 20:06 UTC  (20+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>

[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
 2022-04-05 14:12 UTC  (3+ messages)
` [PATCH 1/3 v3] Docs: admin/kernel-parameters: edit a few boot options

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance 4
 2022-04-05 11:05 UTC  (22+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH 2/8] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH 3/8] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH 4/8] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH 5/8] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH 6/8] s390x: css: "
` [kvm-unit-tests PATCH 7/8] s390x: iep: "
` [kvm-unit-tests PATCH 8/8] s390x: mvpg: "

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-05  7:13 UTC  (21+ messages)
` [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V12 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V12 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V12 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V12 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V12 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V12 08/20] riscv: Fixup difference with defconfig
` [PATCH V12 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V12 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V12 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V12 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V12 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V12 14/20] riscv: compat: Add elf.h implementation
` [PATCH V12 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V12 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V12 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V12 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V12 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V12 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

Build regressions/improvements in v5.18-rc1
 2022-04-05  6:52 UTC  (5+ messages)

[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-05  6:01 UTC  (16+ messages)
` [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V11 14/20] riscv: compat: Add elf.h implementation
` [PATCH V11 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-04-04 22:10 UTC  (21+ messages)
` [PATCH v19 01/20] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v19 02/20] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v19 03/20] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v19 04/20] s390/vfio-ap: introduce shadow APCB
` [PATCH v19 05/20] s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdev
` [PATCH v19 06/20] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v19 07/20] s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lock
` [PATCH v19 08/20] s390/vfio-ap: introduce new mutex to control access to the KVM pointer
` [PATCH v19 09/20] s390/vfio-ap: use proper locking order when setting/clearing "
` [PATCH v19 10/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
` [PATCH v19 12/20] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v19 13/20] s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
` [PATCH v19 14/20] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v19 15/20] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v19 16/20] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v19 17/20] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v19 18/20] s390/vfio-ap: update docs to include dynamic config support
` [PATCH v19 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
` [PATCH v19 20/20] MAINTAINERS: pick up all vfio_ap docs for VFIO AP maintainers

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-04-04 21:34 UTC  (4+ messages)
` [PATCH v18 17/18] s390/Docs: new doc describing lock usage by the vfio_ap device driver

[PATCH v6 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-04 10:14 UTC  (16+ messages)
` [PATCH v6 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v6 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v6 03/12] fsl-mc: "
` [PATCH v6 04/12] hv: "
` [PATCH v6 05/12] PCI: "
` [PATCH v6 06/12] s390/cio: "
` [PATCH v6 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v6 08/12] vdpa: "
` [PATCH v6 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v6 10/12] slimbus: qcom-ngd: "
` [PATCH v6 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v6 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[PATCH RESEND 1/2] PCI: Extend isolated function probing to s390
 2022-04-04  9:53 UTC  (2+ messages)
` [PATCH RESEND 2/2] s390/pci: allow zPCI zbus without a function zero

[PATCH] s390: replace zero-length array with flexible-array member
 2022-04-04  9:14 UTC  (2+ messages)

[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-03 18:26 UTC  (4+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override

[PATCH v2] Documentation: kernel-parameters: alphabetize and misc. fixes
 2022-04-03  5:13 UTC  (4+ messages)
` [PATCH 1/3 v2] Docs: admin/kernel-parameters: edit a few boot options


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