public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 20:11:21 to 2026-03-04 08:07:28 UTC [more...]

[PATCH v1 1/1] KVM: s390: Fix a deadlock
 2026-03-04  8:07 UTC  (2+ messages)

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-04  7:52 UTC  (12+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH v6 00/14] sparc64: vdso: Switch to the generic vDSO library
 2026-03-04  7:49 UTC  (15+ messages)
` [PATCH v6 01/14] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v6 02/14] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v6 03/14] vdso/datastore: Allocate data pages dynamically
` [PATCH v6 04/14] sparc64: vdso: Link with -z noexecstack
` [PATCH v6 05/14] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v6 06/14] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v6 07/14] sparc64: vdso: Move hardware counter read into header
` [PATCH v6 08/14] sparc64: vdso: Move syscall fallbacks "
` [PATCH v6 09/14] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v6 10/14] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v6 11/14] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v6 12/14] sparc64: vdso2c: Remove symbol handling
` [PATCH v6 13/14] sparc64: vdso: Implement clock_gettime64()
` [PATCH v6 14/14] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04  3:35 UTC  (14+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-04  3:24 UTC  (13+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH net-next v2] net/smc: transition to RDMA core CQ pooling
 2026-03-04  1:09 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-03 20:49 UTC  (22+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

cleanup the RAID5 XOR library
 2026-03-03 19:55 UTC  (43+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 15/25] riscv: move the XOR code to lib/raid/
` [PATCH 16/25] sparc: "
` [PATCH 18/25] x86: "
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 24/25] xor: pass the entire operation to the low-level ops

[linux-next][s390] Boot hang after merge c50f05bd3c4e (sched/hrtick)
 2026-03-03 18:31 UTC 

[PATCH bpf-next v2 0/3] bpf: fsession support for s390
 2026-03-03 16:40 UTC  (2+ messages)

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-03 15:08 UTC  (3+ messages)
` [PATCH v5 1/2] randomize_kstack: Maintain kstack_offset per task
` [PATCH v5 2/2] randomize_kstack: Unify random source across arches

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-03-03 14:43 UTC  (4+ messages)
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
 2026-03-03 13:46 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests

[PATCH] sched: Further restrict the preemption modes
 2026-03-03 11:52 UTC  (6+ messages)

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-03-03 11:17 UTC  (5+ messages)
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[PATCH net-next] net/mlx5: Allow asynchronous probe
 2026-03-03 10:33 UTC 

[PATCH v2 0/5] uaccess: Updates to scoped_user_access()
 2026-03-03  9:12 UTC  (13+ messages)
` [PATCH v2 1/5] uaccess: Fix scoped_user_read_access() for 'pointer to const'
` [PATCH v2 2/5] compiler.h: Add generic support for 'autoterminating nested for() loops'
` [PATCH v2 3/5] uaccess.h: Use with() and and_with() in __scoped_user_access()
` [PATCH v2 4/5] uaccess: Disable -Wshadow "
` [PATCH v2 next 5/5] signal: Use scoped_user_access() instead of __put/get_user()

[PATCH v2] perf symbol: Remove psw_idle() from list of idle symbols
 2026-03-02 23:43 UTC  (5+ messages)
` [PATCH v1] perf symbol: Lazily compute idle and use the perf_env

[PATCH v2 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-02 22:07 UTC  (9+ messages)
` [PATCH v2 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v2 2/3] vfio/ism: Implement vfio_pci driver for ISM devices

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-02 21:20 UTC  (7+ messages)
` [RFC v2 12/21] mm: thp: handle split failure in device migration

[PATCH v10 0/9] Error recovery for vfio-pci devices on s390x
 2026-03-02 20:33 UTC  (10+ messages)
` [PATCH v10 1/9] PCI: Allow per function PCI slots
` [PATCH v10 2/9] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v10 3/9] PCI: Avoid saving config space state if inaccessible
` [PATCH v10 4/9] PCI: Add additional checks for flr reset
` [PATCH v10 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v10 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v10 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v10 8/9] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v10 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v1] PCI: Add write-only 'uevent' sysfs attribute for PCI slots
 2026-03-02 19:48 UTC  (6+ messages)

[PATCH 0/3] s390: Fix and improve inline assembly constraints
 2026-03-02 16:13 UTC  (10+ messages)
` [PATCH 1/3] s390/xor: Fix xor_xc_2() "
` [PATCH 2/3] s390/xor: Improve "
` [PATCH 3/3] s390/stackleak: Fix __stackleak_poison() inline assembly constraint

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-02 12:25 UTC  (16+ messages)
` [PATCH 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH 04/15] ARM: drop custom asm/auxvec.h
` [PATCH 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH 06/15] arm64: "
` [PATCH 07/15] RISC-V: "
` [PATCH 08/15] LoongArch: "
` [PATCH 09/15] s390: "
` [PATCH 10/15] powerpc: "
` [PATCH 11/15] MIPS: "
` [PATCH 12/15] sparc: "
` [PATCH 13/15] sh: "
` [PATCH 14/15] alpha: remove "
` [PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH

[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
 2026-03-02  8:42 UTC  (8+ messages)
` [PATCH v2 1/5] x86/vdso: "
` [PATCH v2 2/5] sparc64: vdso: "
` [PATCH v2 3/5] s390: Add -m64 to KBUILD_CPPFLAGS
` [PATCH v2 4/5] powerpc/audit: directly include unistd_32.h from compat_audit.c
` [PATCH v2 5/5] asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONG

[PATCH] uaccess: Fix build of scoped user access with const pointer
 2026-03-01 22:16 UTC  (5+ messages)

FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 5.15-stable tree
 2026-03-01  1:50 UTC 

FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.1-stable tree
 2026-03-01  1:42 UTC 

FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.6-stable tree
 2026-03-01  1:32 UTC 

FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.12-stable tree
 2026-03-01  1:21 UTC 

[PATCH 6.18 002/752] perf test stat tests: Fix for virtualized machines
 2026-02-28 17:35 UTC  (2+ messages)
` [PATCH 6.18 020/752] perf test: Fix test case perftool-testsuite_report for s390

[PATCH 6.19 005/844] perf test stat tests: Fix for virtualized machines
 2026-02-28 17:19 UTC  (2+ messages)
` [PATCH 6.19 028/844] perf test: Fix test case perftool-testsuite_report for s390

[GIT PULL] s390 updates for 7.0-rc2
 2026-02-28 17:26 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 20:31 UTC  (4+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map


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