linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-06 15:25:27 to 2025-08-14 08:34:20 UTC [more...]

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-14  8:33 UTC  (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[PATCH 16/16] s390/char/con3270: use tty_port_tty guard()
 2025-08-14  8:19 UTC  (2+ messages)

[PATCH 00/19] perf: Rework event_init checks
 2025-08-14  8:04 UTC  (22+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCH v1 0/6] Error recovery for vfio-pci devices on s390x
 2025-08-14  7:42 UTC  (16+ messages)
` [PATCH v1 1/6] s390/pci: Restore airq unconditionally for the zPCI device
` [PATCH v1 2/6] s390/pci: Update the logic for detecting passthrough device
` [PATCH v1 3/6] s390/pci: Store PCI error information for passthrough devices
` [PATCH v1 4/6] vfio-pci/zdev: Setup a zpci memory region for error information
` [PATCH v1 5/6] vfio-pci/zdev: Perform platform specific function reset for zPCI
` [PATCH v1 6/6] vfio: Allow error notification and recovery for ISM device

[PATCH] s390/dasd: use IS_ERR_OR_NULL() for debugfs error checking
 2025-08-14  7:12 UTC 

[PATCH net-next] MAINTAINERS: update s390/net
 2025-08-13 11:16 UTC 

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-13  8:16 UTC  (27+ messages)
` [PATCH v4 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v4 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v4 03/24] ARM: elf: "
` [PATCH v4 04/24] arm64: "
` [PATCH v4 05/24] powerpc/elf: "
` [PATCH v4 06/24] riscv: elf: "
` [PATCH v4 07/24] LoongArch: "
` [PATCH v4 08/24] s390/elf: "
` [PATCH v4 09/24] MIPS: ELF: "
` [PATCH v4 10/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v4 11/24] vdso: Add the vdsocheck tool
` [PATCH v4 12/24] x86/vdso: Enable "
` [PATCH v4 13/24] ARM: vdso: "
` [PATCH v4 14/24] arm64: "
` [PATCH v4 15/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v4 16/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
` [PATCH v4 19/24] riscv: vdso: Enable the vdsocheck tool
` [PATCH v4 20/24] LoongArch: vDSO: "
` [PATCH v4 21/24] s390/vdso: "
` [PATCH v4 22/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v4 23/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v4 24/24] vdso/vdsocheck: Drop the transitional kconfig option

[PATCH] PCI: Fix endianness issues in pci_bus_read_config()
 2025-08-13  7:50 UTC  (13+ messages)

[RFC net-next 00/17] dibs - Direct Internal Buffer Sharing
 2025-08-12 22:58 UTC  (42+ messages)
` [RFC net-next 01/17] net/smc: Remove __init marker from smc_core_init()
` [RFC net-next 02/17] s390/ism: Log module load/unload
` [RFC net-next 03/17] net/smc: Remove error handling of unregister_dmb()
` [RFC net-next 04/17] net/smc: Decouple sf and attached send_buf in smc_loopback
` [RFC net-next 05/17] net/smc: Improve log message for devices w/o pnetid
` [RFC net-next 06/17] net/dibs: Create net/dibs
` [RFC net-next 07/17] net/dibs: Register smc as dibs_client
` [RFC net-next 08/17] net/dibs: Register ism as dibs device
` [RFC net-next 09/17] net/dibs: Define dibs loopback
` [RFC net-next 10/17] net/dibs: Define dibs_client_ops and dibs_dev_ops
` [RFC net-next 11/17] net/dibs: Move struct device to dibs_dev
` [RFC net-next 12/17] net/dibs: Create class dibs
` [RFC net-next 13/17] net/dibs: Local gid for dibs devices
` [RFC net-next 14/17] net/dibs: Move vlan support to dibs_dev_ops
` [RFC net-next 15/17] net/dibs: Move query_remote_gid() "
` [RFC net-next 16/17] net/dibs: Move data path to dibs layer
` [RFC net-next 17/17] net/dibs: Move event handling "

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-08-12 19:40 UTC  (3+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent

[PATCH] perf: Fix the POLL_HUP delivery breakage
 2025-08-11 18:26 UTC 

[PATCH V4 07/16] s390/perf: Remove driver-specific throttle support
 2025-08-11 14:02 UTC  (5+ messages)

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-11  5:39 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v6 2/2] kasan: call kasan_init_generic in kasan_init

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v5 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-10  7:32 UTC  (13+ messages)
` [PATCH v5 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v5 2/2] kasan: call kasan_init_generic in kasan_init

[PATCH v4] mm: fix accounting of memmap pages
 2025-08-08 14:23 UTC  (3+ messages)

[GIT PULL] more s390 updates for 6.17 merge window
 2025-08-08  3:59 UTC  (2+ messages)

[PATCH v3] mm: fix accounting of memmap pages
 2025-08-07 18:25 UTC 

[PATCH v5 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-07 16:20 UTC  (4+ messages)
` [PATCH v5 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v5 2/2] perf bpf-filter: Enable events manually

[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-07 16:17 UTC  (6+ messages)
` [PATCH v5 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v5 2/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
` [PATCH v5 3/3] powerpc/eeh: Use result of error_detected() in uevent

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-07 14:43 UTC  (5+ messages)
` [PATCH 05/17] powerpc: "
` [PATCH 09/17] riscv: "

[PATCH v4 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-07 11:49 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v4 2/3] powerpc/eeh: Use result of error_detected() in uevent
` [PATCH v4 3/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery

[PATCH v4 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-07  5:02 UTC  (7+ messages)
` [PATCH v4 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v4 2/2] perf bpf-filter: Enable events manually

[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-08-06 19:51 UTC  (5+ messages)
` [PATCH v4 1/9] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes


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