Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-19 02:29:38 to 2026-08-19 11:58:22 UTC [more...]

[RFC PATCH v2 0/2] dma: swiotlb: Centralize default pool sizing
 2026-08-19 11:58 UTC  (4+ messages)
` [RFC PATCH v2 2/2] dma: swiotlb: Initialize and size shared default pools for memory encryption

[PATCH 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
 2026-08-19 11:49 UTC  (19+ messages)
` [PATCH 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH 2/6] mm/vmalloc: set area's page_order after allocation succeeds
` [PATCH 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH 5/6] mm/execmem: use VM_FLUSH_RESET_PERMS for ROX cache allocations
` [PATCH 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"

[PATCH v2 0/6] KVM: s390: Even more misc fixes
 2026-08-19 11:46 UTC  (3+ messages)
` [PATCH v2 5/6] KVM: s390: Add missing srcu in kvm_s390_set_irq_state()

[PATCH net v7 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-19 11:45 UTC  (5+ messages)
` [PATCH net v7 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v7 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v7 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry

[PATCH v5 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-19 11:40 UTC  (3+ messages)
` [PATCH v5 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed

[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
 2026-08-19 11:22 UTC  (3+ messages)

[PATCH v6 0/1] Fix leak of KVM GISC resources
 2026-08-19 10:51 UTC  (4+ messages)
` [PATCH v6 1/1] s390/vfio-ap: fix KVM GISC and page leak when queue removed from host config

[PATCH v2 0/2] s390/pci: Fix missing pci_dev_put() in zpci_report_status()
 2026-08-19 10:19 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] s390/pci: Extend device lock to cover zpci_report_status()

[PATCH v4 0/7] Fixes and rework for paes_s390 and phmac_s390
 2026-08-19 10:00 UTC  (17+ messages)
` [PATCH v4 1/7] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms
` [PATCH v4 2/7] s390/crypto: Fix missing scrub of temp buffers with PAES algorithm
` [PATCH v4 3/7] s390/crypto: Fix use of mutex in atomic context in PAES
` [PATCH v4 4/7] s390/crypto: Fix missing cra_flags in paes_s390
` [PATCH v4 5/7] s390/crypto: Fix handling of EBUSY in PAES when req is pushed to crypto engine
` [PATCH v4 6/7] s390/crypto: Fix handling of EBUSY in PHMAC "
` [PATCH v4 7/7] s390/crypto: Fix wrong return code to engine in asynch callbacks

[PATCH 0/7] s390/pci: Fix multiple bugs in IRQ domain migration
 2026-08-19  9:24 UTC  (16+ messages)
` [PATCH 1/7] s390/pci: fix double-free in zpci MSI cleanup
` [PATCH 2/7] s390/pci: fix use-after-free race in zpci floating interrupt cleanup
` [PATCH 3/7] s390/pci: fix resource leak in zpci MSI setup
` [PATCH 4/7] s390/pci: fix MSI directed-mode teardown IRQ bit count
` [PATCH 5/7] s390/pci: add NULL check in zpci_msi_clear_airq()
` [PATCH 6/7] s390/pci: add error cleanup in zpci_directed_irq_init
` [PATCH 7/7] s390/pci: move MSI affinity flag initialization to boot time

[PATCH v4] s390/pai: Handle multiple PMU stop callback invocations
 2026-08-19  9:15 UTC  (3+ messages)

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-19  9:10 UTC  (7+ messages)
` [PATCH v4 07/10] "

[RFC PATCH v1 00/25] unwind_user: Implement .eh_frame handling
 2026-08-19  8:35 UTC  (2+ messages)

[PATCH net] net/smc: free pending qentry in smc_llc_flow_stop() before memset
 2026-08-19  7:40 UTC  (2+ messages)

[PATCH net] net/smc: free stashed qentry before overwrite in REQ_ADD_LINK to ADD_LINK transition
 2026-08-19  7:31 UTC  (2+ messages)

[PATCH v3 0/2] s390/uv: Various fixes for UV secrets
 2026-08-19  7:18 UTC  (2+ messages)

[PATCH v4] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-19  6:40 UTC  (2+ messages)

[PATCH v2] s390: raw3270: Handle allocation failures
 2026-08-19  5:45 UTC  (2+ messages)

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-19  2:49 UTC  (4+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available

[PATCH RFC v2 00/13] sysctl: add module aliases
 2026-08-19  2:48 UTC  (27+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols


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