Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-18 15:32:56 to 2026-08-19 02:49:23 UTC [more...]

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-19  2:49 UTC  (12+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 2/8] mm: Stop using pxd_ERROR()
` [RFC V3 3/8] loongarch/mm: Stop using pte_ERROR()
` [RFC V3 5/8] sh/mm: "
` [RFC V3 8/8] mm: Drop pxd_ERROR()

[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

[PATCH net v7 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-19  2:33 UTC  (4+ 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 v2 0/2] init, arch: make command line size and init arg limit configurable
 2026-08-18 23:23 UTC  (5+ messages)
` [PATCH v2 1/2] init, arch: make CONFIG_COMMAND_LINE_SIZE globally configurable
` [PATCH v2 2/2] init/Kconfig: make config INIT_ENV_ARG_LIMIT user-configurable

[PATCH v2 0/6] KVM: s390: Even more misc fixes
 2026-08-18 20:43 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: s390: Fix dirty marking in adapter_indicators_set*()

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

[PATCH] iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX
 2026-08-18 20:16 UTC  (4+ messages)

[PATCH] s390/pci: Fix missing pci_dev_put() in zpci_report_status()
 2026-08-18 19:52 UTC  (3+ messages)

[PATCH] s390/vfio-ap: Fix leak of KVM GISC resources
 2026-08-18 19:16 UTC  (6+ messages)

[PATCH] rseq: Out-of-line rseq_exit_user_update() for KMSAN
 2026-08-18 19:11 UTC  (3+ messages)

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

[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-18 17:32 UTC  (13+ messages)
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 10/33] arm64: Share arm64 headers with s390
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[RFC PATCH v1 00/25] unwind_user: Implement .eh_frame handling
 2026-08-18 17:21 UTC  (2+ messages)

[PATCH v2] KVM: s390: Improve floating IRQ injection behavior
 2026-08-18 16:58 UTC  (6+ messages)

[PATCH v3] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-18 16:48 UTC  (2+ messages)

[PATCH v2] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-18 16:33 UTC  (2+ messages)

[PATCH v15 00/20] Extend qemu CPACF support
 2026-08-18 16:18 UTC  (21+ messages)
` [PATCH v15 01/20] target/s390x: Fix missing privileged flag at PCKMO instruction
` [PATCH v15 02/20] target/s390x: Rework s390 cpacf implementations
` [PATCH v15 03/20] target/s390x: Move cpacf sha512 code into a new file
` [PATCH v15 04/20] target/s390x: Support cpacf sha256
` [PATCH v15 05/20] target/s390x: Add helper functions for copy memory to and from guest
` [PATCH v15 06/20] target/s390x: Adjust addressing mode checks for sha512 and sha256
` [PATCH v15 07/20] crypto: Add aes-helpers file to support some AES modes
` [PATCH v15 08/20] target/s390x: Support AES ECB for cpacf km instruction
` [PATCH v15 09/20] target/s390x: Support AES CBC for cpacf kmc instruction
` [PATCH v15 10/20] target/s390x: Support AES CTR for cpacf kmctr instruction
` [PATCH v15 11/20] target/s390x: Minimal AES XTS support for cpacf pcc instruction
` [PATCH v15 12/20] target/s390x: Support AES XTS for cpacf km instruction
` [PATCH v15 13/20] target/s390x: Base support for cpacf protected keys and pckmo
` [PATCH v15 14/20] target/s390x: Support protected key AES ECB for cpacf km instruction
` [PATCH v15 15/20] target/s390x: Support protected key AES CBC for cpacf kmc instruction
` [PATCH v15 16/20] target/s390x: Support protected key AES CTR for cpacf kmctr instruction
` [PATCH v15 17/20] target/s390x: Minimal protected key AES XTS support for cpacf pcc instruction
` [PATCH v15 18/20] target/s390x: Support protected key AES XTS for cpacf km instruction
` [PATCH v15 19/20] docs/s390: Document CPACF instructions support
` [PATCH v15 20/20] tests/tcg/s390x: Add tests for CPACF instructions

[PATCH v1] kexec-tools/s390: add --reuseinitrd support
 2026-08-18 16:17 UTC 

[PATCH v1] s390/iomem: register initrd as an iomem resource when retain_initrd is set
 2026-08-18 15:44 UTC  (2+ messages)

[PATCH net v6 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-18 15:37 UTC  (5+ messages)
` [PATCH net v6 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v6 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry


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