public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 01:00:49 to 2026-03-25 21:02:00 UTC [more...]

[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
 2026-03-25 21:00 UTC  (3+ messages)
` [PATCH v1 01/24] fixup! KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v1 02/24] s390/vfio-ap: Store queue hardware info when probed

[PATCH v6 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2026-03-25 20:08 UTC  (4+ messages)
` [PATCH v6 1/2] PCI: AtomicOps: Do not enable without support in root complex
` [PATCH v6 2/2] PCI: AtomicOps: Update references to PCIe spec

cleanup the RAID6 P/Q library
 2026-03-25 19:58 UTC  (21+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

cleanup the RAID5 XOR library v3
 2026-03-25 19:39 UTC  (30+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH v11 4/9] PCI: Add additional checks for flr reset
 2026-03-25 18:40 UTC  (5+ messages)

[PATCH v11 0/9] Error recovery for vfio-pci devices on s390x
 2026-03-25 18:06 UTC  (11+ messages)
` [PATCH v11 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v11 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v11 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v11 8/9] vfio: Add a reset_done callback for vfio-pci driver

[PATCH v11 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
 2026-03-25 17:50 UTC  (4+ messages)

[PATCH v11 2/9] s390/pci: Add architecture specific resource/bus address translation
 2026-03-25 17:44 UTC  (5+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-25 17:28 UTC  (22+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[PATCH v4 00/10] KVM: s390: More memory management fixes
 2026-03-25 17:13 UTC  (11+ messages)
` [PATCH v4 01/10] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v4 02/10] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v4 03/10] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v4 04/10] KVM: s390: Fix gmap_link()
` [PATCH v4 05/10] KVM: s390: Correctly handle guest mappings without struct page
` [PATCH v4 06/10] KVM: s390: vsie: Fix nested guest memory shadowing
` [PATCH v4 07/10] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v4 08/10] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v4 09/10] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v4 10/10] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[RFC PATCH 0/2] s390/mm: Batch PTE updates in lazy MMU mode
 2026-03-25 16:37 UTC  (6+ messages)
` [RFC PATCH 1/2] mm: make lazy MMU mode context-aware
` [RFC PATCH 2/2] s390/mm: Batch PTE updates in lazy MMU mode

[PATCH v2] perf symbol: Remove psw_idle() from list of idle symbols
 2026-03-25 16:18 UTC  (6+ messages)
` [PATCH v1] perf symbol: Lazily compute idle and use the perf_env
  ` [PATCH v2] "

[PATCH 0/3] perf addr2line: Rework disable_add2line_warn
 2026-03-25 15:05 UTC  (7+ messages)
` [PATCH 1/3] perf config: Rename symbol_conf::disable_add2line_warn
` [PATCH 2/3] perf config: Make symbol_conf::addr2line_disable_warn configurable
` [PATCH 3/3] perf addr2line: Remove global variable addr2line_timeout_ms

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-25 13:31 UTC  (4+ messages)
` [PATCH v8 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v8 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v8 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH 0/2] KVM: s390: Fix lpsw/e breaking event handling
 2026-03-25 13:19 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: selftests: Add load psw bear test
  ` [PATCH v2] "

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 12:44 UTC  (18+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH v3 0/9] KVM: s390: More memory management fixes
 2026-03-25 12:30 UTC  (11+ messages)
` [PATCH v3 1/9] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v3 2/9] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v3 3/9] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v3 4/9] KVM: s390: vsie: Fix nested guest memory shadowing
` [PATCH v3 5/9] KVM: s390: Fix gmap_link()
` [PATCH v3 6/9] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v3 7/9] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v3 8/9] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v3 9/9] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[s390:features 6/11] Warning: drivers/s390/crypto/zcrypt_msgtype6.c:1253 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-03-25 12:18 UTC 

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-25 12:04 UTC  (16+ messages)
` [PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
` [PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
` [PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
` [PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
` [PATCH 05/10] am68k/PCI: "
` [PATCH 06/10] MIPS: PCI: "
` [PATCH 07/10] parisc/PCI: Cleanup align handling
` [PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
` [PATCH 09/10] PCI: Align head space better
` [PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align

[Ping PATCH] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-25 11:06 UTC 

[PATCH net 0/2] net/smc: fix potential UAF in smc_pnet_add_ib
 2026-03-25 11:03 UTC  (3+ messages)
` [PATCH net 1/2] net/smc: fix potential UAF in smc_pnet_add_ib for ib device
` [PATCH net 2/2] net/smc: fix potential UAF in smc_pnet_add_ib for smcd device

[kvm-unit-tests PATCH v2 0/5] s390x: Add test for STFLE interpretive execution (format-2)
 2026-03-25 10:18 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH v2 2/5] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v2 5/5] s390x: Add test for STFLE interpretive execution (format-2)

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-25  4:14 UTC  (2+ messages)

[PATCH v11 1/9] PCI: Allow per function PCI slots
 2026-03-24 23:20 UTC  (4+ messages)

[PATCH v11 3/9] PCI: Avoid saving config space state if inaccessible
 2026-03-24 22:52 UTC  (4+ messages)

[PATCH] s390/syscalls: add spectre boundry for syscall dispatch table
 2026-03-24 16:34 UTC 

[GIT PULL 0/6] KVM: s390: Fixes for 7.0
 2026-03-24 16:33 UTC  (2+ messages)

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-24 15:59 UTC  (4+ messages)

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-24 15:28 UTC  (17+ messages)
` [PATCH v2 1/8] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v2 3/8] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v2 4/8] KVM: s390: Fix gmap_link()
` [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v2 6/8] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v2 7/8] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v2 8/8] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-03-24 14:53 UTC  (4+ messages)
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-03-24  9:40 UTC  (8+ messages)
` [PATCH 1/2] ptp: split clock drivers into two subdirectories
` [PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split


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