Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-24 17:04:40 to 2026-08-27 16:18:00 UTC [more...]

[PATCH v6 00/21] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-27 16:17 UTC  (43+ messages)
` [PATCH v6 01/21] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v6 02/21] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v6 03/21] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v6 04/21] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v6 05/21] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v6 06/21] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v6 07/21] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v6 08/21] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v6 09/21] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v6 10/21] KVM: s390: vsie: Refactor kvm_s390_vsie_destroy and extract reusable methods
` [PATCH v6 11/21] KVM: s390: vsie: Add helper reset_vsie_page() and unshadow_intercept()
` [PATCH v6 12/21] KVM: s390: vsie: Add helper unshadow_intercept()
` [PATCH v6 13/21] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v6 14/21] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v6 15/21] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v6 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v6 17/21] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v6 18/21] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v6 19/21] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v6 20/21] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v6 21/21] KVM: s390: vsie: Enable use of VSIE SSCA

[PATCH] s390/mm: Simplify crst_table_upgrade()
 2026-08-27 15:59 UTC  (3+ messages)

[PATCH 0/3] s390/boot: Fix couple of early boot edge cases
 2026-08-27 15:59 UTC  (11+ messages)
` [PATCH 1/3] s390/boot: Fix physical memory search range
` [PATCH 2/3] s390/boot: Avoid IPL parameter append past command line
` [PATCH 3/3] s390/boot: Bound command line facility ranges

[PATCH net] net/smc: serialize clcsock teardown in smc_accept_dequeue
 2026-08-27 14:07 UTC  (4+ messages)

[PATCH v3 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
 2026-08-27 13:43 UTC  (9+ messages)
` [PATCH v3 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()
` [PATCH v3 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH v3 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH v3 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()

[PATCH v7 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-08-27 11:39 UTC  (14+ messages)
` [PATCH v7 2/4] "
` [PATCH v7 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer

[PATCH] s390: Warn if kernel command line contains non-printable EBCDIC characters
 2026-08-27 11:15 UTC  (8+ messages)

[PATCH v4] net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failure
 2026-08-27  9:00 UTC  (3+ messages)

[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
 2026-08-27  7:51 UTC  (5+ messages)

[PATCH] s390/pai: Prevent ioctl(PERF_EVENT_IOC_REFRESH)
 2026-08-27  6:57 UTC  (2+ messages)

[PATCH net v2] s390/ctcm: Prevent XID null dereference
 2026-08-27  6:34 UTC 

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-27  6:06 UTC  (7+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 8/8] mm: Drop pxd_ERROR()

[PATCH v1 0/1] Fix zcrypt handler functions
 2026-08-27  5:06 UTC  (3+ messages)
` [PATCH v1 1/1] s390/crypto: Fix out-of-bounds access in zcrypt message type handlers

[PATCH v7 0/1] Improve zcrypt reply message verification checks
 2026-08-26 23:06 UTC  (4+ messages)
` [PATCH v7 1/1] s390/zcrypt: "

[PATCH v1 0/1] zcrypt crt and me fixes
 2026-08-26 23:05 UTC  (5+ messages)
` [PATCH v1 1/1] s390/zcrypt: Fix uninitialized padding in CRT key structure

[PATCH] s390/topology: Switch to common cpu capacity code
 2026-08-26 23:05 UTC  (4+ messages)

[PATCH] s390/pai: Reduce excessive debug feature size
 2026-08-26 23:05 UTC  (4+ messages)

[PATCH v2] s390: Warn if kernel command line contains non-printable EBCDIC characters
 2026-08-26 15:38 UTC  (3+ messages)

[PATCH v5 00/21] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-26 15:35 UTC  (43+ messages)
` [PATCH v5 01/21] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v5 02/21] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v5 03/21] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v5 04/21] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v5 05/21] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v5 06/21] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v5 07/21] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v5 08/21] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v5 09/21] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v5 10/21] KVM: s390: vsie: Refactor kvm_s390_vsie_destroy and extract reusable methods
` [PATCH v5 11/21] KVM: s390: vsie: Add helper reset_vsie_page() and unshadow_intercept()
` [PATCH v5 12/21] KVM: s390: vsie: Add helper unshadow_intercept()
` [PATCH v5 13/21] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v5 14/21] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v5 15/21] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v5 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v5 17/21] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v5 18/21] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v5 19/21] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v5 20/21] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v5 21/21] KVM: s390: vsie: Enable use of VSIE SSCA

[PATCH v2 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
 2026-08-26 15:26 UTC  (11+ messages)
` [PATCH v2 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable()
` [PATCH v2 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH v2 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH v2 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()

[PATCH net v2] net/smc: prevent device removal during connection setup
 2026-08-26  9:11 UTC  (3+ messages)

[PATCH] arch/s390/pci: fix fixup_user_fault() calls with NULL unlocked parameter
 2026-08-26  6:51 UTC  (2+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-25 19:10 UTC  (8+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE

[PATCH net v2 0/3] net/iucv: fix the recvmsg window update
 2026-08-25 13:17 UTC  (2+ messages)

[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-25 12:29 UTC  (4+ messages)
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API

[PATCH v16 00/20] Extend qemu CPACF support
 2026-08-25 10:15 UTC  (3+ messages)
` [PATCH v16 06/20] target/s390x: Adjust addressing mode checks for sha512 and sha256

[PATCH 0/3 v6] Add CPU hotplug support for PAI PMU
 2026-08-25  7:43 UTC  (7+ messages)
` [PATCH 1/3] s390/pai: Use PAI PMU index as parameter replacing event
` [PATCH 2/3] s390/pai: Move locking to event init and delete
` [PATCH 3/3 v6] s390/pai: Support CPU hotplug for PMU PAI

[PATCH v6 0/9] Fixes and rework for paes_s390 and phmac_s390
 2026-08-24 22:01 UTC  (2+ messages)

[PATCH 0/4] Fix pre-existing bugs in vfio_ap device driver
 2026-08-24 21:08 UTC  (18+ messages)
` [PATCH 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable()
` [PATCH 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()

[PATCH net] net/iucv: filter frames in afiucv_hs_rcv() by ingress device
 2026-08-24 19:10 UTC  (2+ messages)

[PATCH net v2 0/2] net/smc: fix use-after-free in smc_rx_pipe_buf_release()
 2026-08-24 19:00 UTC  (2+ messages)

[PATCH net v2] net/smc: fix socket refcount leak in smc_switch_conns()
 2026-08-24 19:00 UTC  (2+ messages)

[PATCH rdma-next v3 00/14] RDMA: Make device names unique per net namespace
 2026-08-24 18:29 UTC  (3+ messages)
` [PATCH rdma-next v3 08/14] RDMA/cgroup: Disambiguate devices across net namespaces

[PATCH net-next v2 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-08-24 17:44 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