public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 01:42:57 to 2026-03-30 05:27:08 UTC [more...]

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

[PATCH net 2/2] net/smc: fix potential UAF in smc_pnet_add_ib for smcd device
 2026-03-29 20:35 UTC  (2+ messages)

[PATCH net 1/2] net/smc: fix potential UAF in smc_pnet_add_ib for ib device
 2026-03-29 20:35 UTC  (2+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-28 12:10 UTC  (8+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 09/12] s390/cio: "

[PATCH v6 0/6] Use killable vma write locking in most places
 2026-03-27 23:12 UTC  (8+ messages)
` [PATCH v6 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v6 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v6 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v6 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v6 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-27 21:01 UTC  (2+ messages)

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-27 21:00 UTC  (19+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
 2026-03-27 17:32 UTC  (11+ messages)
` [PATCH 1/3] crypto: s390 - Remove "
` [PATCH 2/3] crypto: sparc "
` [PATCH 3/3] crypto: x86 "

[PATCH v2 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-27 15:59 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v2 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v2 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

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

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-27 14:53 UTC  (5+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-27 14:40 UTC  (29+ messages)
` [v3 01/24] mm: thp: make split_huge_pmd functions return int for error propagation
` [v3 02/24] mm: thp: propagate split failure from vma_adjust_trans_huge()
` [v3 03/24] mm: thp: handle split failure in copy_huge_pmd()
` [v3 04/24] mm: thp: handle split failure in do_huge_pmd_wp_page()
` [v3 05/24] mm: thp: handle split failure in zap_pmd_range()
` [v3 06/24] mm: thp: handle split failure in wp_huge_pmd()
` [v3 07/24] mm: thp: retry on split failure in change_pmd_range()
` [v3 08/24] mm: thp: handle split failure in follow_pmd_mask()
` [v3 09/24] mm: handle walk_page_range() failure from THP split
` [v3 10/24] mm: thp: handle split failure in mremap move_page_tables()
` [v3 11/24] mm: thp: handle split failure in userfaultfd move_pages()
` [v3 12/24] mm: thp: handle split failure in device migration
` [v3 13/24] mm: proc: handle split_huge_pmd failure in pagemap_scan
` [v3 14/24] powerpc/mm: handle split_huge_pmd failure in subpage_prot
` [v3 15/24] fs/dax: handle split_huge_pmd failure in dax_iomap_pmd_fault
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [v3 17/24] mm: thp: allocate PTE page tables lazily at split time
` [v3 18/24] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
` [v3 19/24] mm: thp: add THP_SPLIT_PMD_FAILED counter
` [v3 20/24] selftests/mm: add THP PMD split test infrastructure
` [v3 21/24] selftests/mm: add partial_mprotect test for change_pmd_range
` [v3 22/24] selftests/mm: add partial_mlock test
` [v3 23/24] selftests/mm: add partial_mremap test for move_page_tables
` [v3 24/24] selftests/mm: add madv_dontneed_partial test

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-27 13:28 UTC  (2+ messages)

[PATCH] perf test: Skip perf data type profiling tests for s390
 2026-03-27 12:35 UTC 

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27 10:28 UTC  (5+ messages)
` [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-27  8:27 UTC  (3+ messages)

[PATCH v1] perf symbol: Lazily compute idle and use the perf_env
 2026-03-27  6:56 UTC  (12+ messages)
` [PATCH v2] "
      ` [PATCH v3 0/2] perf symbol/env: ELF machine clean up and lazy idle computation
        ` [PATCH v3 1/2] perf env: Add perf_env__e_machine helper and use in perf_env__arch
        ` [PATCH v3 2/2] perf symbol: Lazily compute idle and use the perf_env
        ` [PATCH v4 0/2] perf symbol/env: ELF machine clean up and lazy idle computation
          ` [PATCH v4 1/2] perf env: Add perf_env__e_machine helper and use in perf_env__arch
          ` [PATCH v4 2/2] perf symbol: Lazily compute idle and use the perf_env
        ` [PATCH v2] perf tests task-analyzer: Write test files to tmpdir

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-26 20:06 UTC  (2+ messages)

[PATCH 05/12] PCI: use generic driver_override infrastructure
 2026-03-26 18:08 UTC  (2+ messages)

[PATCH v6 1/2] PCI: AtomicOps: Do not enable without support in root complex
 2026-03-26 16:40 UTC  (3+ messages)

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

[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
 2026-03-26 10:19 UTC  (4+ messages)
` [PATCH v1 01/24] fixup! KVM: s390: Remove non-atomic dat_crstep_xchg()

[PATCH v4 00/10] KVM: s390: More memory management fixes
 2026-03-26  9:45 UTC  (3+ messages)
` [PATCH v4 05/10] KVM: s390: Correctly handle guest mappings without struct page

cleanup the RAID6 P/Q library
 2026-03-26  5:25 UTC  (6+ messages)
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (3+ messages)


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