Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-09-08 05:39:43 to 2026-09-08 12:44:38 UTC [more...]

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 12:44 UTC  (17+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[RFC] module: init-failure path can free a module with live try_module_get() users
 2026-09-08 12:10 UTC  (4+ messages)

[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
 2026-09-08 11:55 UTC  (15+ messages)
` [PATCH v3 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH v3 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"

[PATCH net v2] net/smc: fix abort_work termination in smc_conn_free()
 2026-09-08 11:47 UTC  (2+ messages)

[PATCH] s390/rwlock: Add contention tracepoints to rwlock slowpath
 2026-09-08 11:36 UTC  (2+ messages)

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 11:29 UTC  (11+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH v1 0/1] Fix and improve zcrypt reply message checks
 2026-09-08 10:40 UTC  (3+ messages)
` [PATCH v1 1/1] s390/zcrypt: Fix and improve zcrypt reply message verification checks

[PATCH v6 00/40] Use defined 16-bits ASC/ASCQ combinations
 2026-09-08 10:36 UTC  (81+ messages)
` [PATCH v6 01/40] scsi: define all additional sense codes and their qualifiers
` [PATCH v6 02/40] scsi: constants: use defined sense codes
` [PATCH v6 03/40] scsi: constants: rename internal struct field names
` [PATCH v6 04/40] scsi: rename sense field of struct scsi_failure
` [PATCH v6 05/40] scsi: prepare for using 16-bits defined sense codes
` [PATCH v6 06/40] scsi: use struct scsi_sense_hdr to log sense keys and codes
` [PATCH v6 07/40] scsi: core: use 16-bits defined sense codes
` [PATCH v6 08/40] scsi: sd: "
` [PATCH v6 09/40] scsi: sr: "
` [PATCH v6 10/40] scsi: ses: "
` [PATCH v6 11/40] scsi: ch: "
` [PATCH v6 12/40] scsi: st: "
` [PATCH v6 13/40] scsi: device_handlers: hp_sw: "
` [PATCH v6 14/40] scsi: device_handlers: rdac: "
` [PATCH v6 15/40] scsi: device_handlers: emc: "
` [PATCH v6 16/40] scsi: device_handlers: alua: "
` [PATCH v6 17/40] scsi: mpt3sas: "
` [PATCH v6 18/40] scsi: mpi3mr: "
` [PATCH v6 19/40] scsi: 3w-xxxx: "
` [PATCH v6 20/40] scsi: leapraid: "
` [PATCH v6 21/40] scsi: megaraid: "
` [PATCH v6 22/40] scsi: myrX: "
` [PATCH v6 23/40] scsi: smartpqi: "
` [PATCH v6 24/40] scsi: qla2xxx: "
` [PATCH v6 25/40] scsi: ps3rom: "
` [PATCH v6 26/40] scsi: lpfc: "
` [PATCH v6 27/40] scsi: stex: "
` [PATCH v6 28/40] scsi: mvumi: "
` [PATCH v6 29/40] scsi: libiscsi: "
` [PATCH v6 30/40] scsi: ibmvscsi_tgt: "
` [PATCH v6 31/40] scsi: scsi_debug: "
` [PATCH v6 32/40] scsi: hpsa: "
` [PATCH v6 33/40] scsi: storvsc: "
` [PATCH v6 34/40] target: "
` [PATCH v6 35/40] usb: storage: "
` [PATCH v6 36/40] cdrom: "
` [PATCH v6 37/40] ata: libata: "
` [PATCH v6 38/40] s390: scsi: "
` [PATCH v6 39/40] scsi: cleanup scsi_proto.h
` [PATCH v6 40/40] scsi: remove scsi_build_sense() and scsi_build_sense_buffer()

[PATCH net-next] dibs: Avoid inconsistent lockstate warning in dibs_lo_move_data()
 2026-09-08  9:55 UTC  (3+ messages)

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-08  9:37 UTC  (58+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK

[PATCH net v3] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-08  9:22 UTC 

[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
 2026-09-08  9:10 UTC  (9+ messages)
  ` [PATCH v6 07/12] mm/cma: Introduce cma_alloc_at() API

[PATCH v3 0/6] virtio: fix and add callback synchronization hooks
 2026-09-08  8:31 UTC  (17+ messages)
` [PATCH v3 1/6] virtio_ccw: fix synchronize_cbs() after interrupt fallback
` [PATCH v3 2/6] virtio_ccw: always take irq_lock in the classic interrupt handler
` [PATCH v3 3/6] remoteproc: implement synchronize_cbs() for virtio devices
` [PATCH v3 4/6] um: virtio_uml: implement synchronize_cbs()
` [PATCH v3 5/6] platform/mellanox: mlxbf-tmfifo: "
` [PATCH v3 6/6] virtio_vdpa: "

[PATCH v2 0/4] KVM: s390: replace page allocator calls with kzalloc()
 2026-09-08  7:55 UTC  (4+ messages)
` [PATCH v2 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer

[PATCH] s390/pai: Simplify pai_init() and always return -ENODEV on failure
 2026-09-08  7:32 UTC  (2+ messages)


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