Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-23 11:51:07 to 2026-08-26 15:05:33 UTC [more...]

[PATCH v5 00/21] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-26 15:05 UTC  (22+ 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 v7 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-08-26 14:34 UTC  (12+ 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-26 14:17 UTC  (6+ messages)

[PATCH v1 0/1] Fix zcrypt handler functions
 2026-08-26 14:12 UTC  (2+ messages)
` [PATCH v1 1/1] s390/crypto: Fix out-of-bounds access in zcrypt message type handlers

[PATCH net] net/smc: serialize clcsock teardown in smc_accept_dequeue
 2026-08-26  9:12 UTC  (4+ messages)

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

[PATCH v4] net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failure
 2026-08-26  7:42 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 v1 0/1] zcrypt crt and me fixes
 2026-08-26  4:34 UTC  (4+ messages)
` [PATCH v1 1/1] s390/zcrypt: Fix uninitialized padding in CRT key structure

[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 v2 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
 2026-08-25 16:44 UTC  (10+ 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 v7 0/1] Improve zcrypt reply message verification checks
 2026-08-25 14:24 UTC  (3+ messages)
` [PATCH v7 1/1] s390/zcrypt: "

[PATCH] s390/topology: Switch to common cpu capacity code
 2026-08-25 13:35 UTC  (3+ messages)

[PATCH net v2 0/3] net/iucv: fix the recvmsg window update
 2026-08-25 13:17 UTC  (6+ messages)
` [PATCH net v2 3/3] net/iucv: send the window update outside message_q.lock

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

[PATCH] s390/pai: Reduce excessive debug feature size
 2026-08-25  9:59 UTC  (3+ messages)

[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  (23+ messages)
` [PATCH 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable()
` [PATCH 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [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  (3+ 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  (4+ messages)
` [PATCH net-next v2 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH v4] s390/pai: Handle multiple PMU stop callback invocations
 2026-08-24 16:47 UTC  (2+ messages)

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

[PATCH v7 00/15] s390/vfio-ap: Add live guest migration support
 2026-08-24 15:31 UTC  (4+ messages)
` [PATCH v7 01/15] s390/vfio-ap: Provide function to get the number of queues assigned to mdev

[kvm-unit-tests GIT PULL 00/13] s390x: stflei test, fixes and sie lib rework
 2026-08-24 14:35 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/13] lib: s390x: Add function to get page root
` [kvm-unit-tests GIT PULL 02/13] lib: s390x: sie: Allocate physical guest memory via memalign
` [kvm-unit-tests GIT PULL 03/13] lib: s390x: sie: Memory rework
` [kvm-unit-tests GIT PULL 04/13] lib: s390x: snippet: Add function to create a guest of specific length
` [kvm-unit-tests GIT PULL 05/13] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests GIT PULL 06/13] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests GIT PULL 07/13] s390x: sclp: Check sclp byte before reading feature bits
` [kvm-unit-tests GIT PULL 08/13] s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit
` [kvm-unit-tests GIT PULL 09/13] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests GIT PULL 10/13] s390x: Add test for STFLE interpretive execution (format-2)
` [kvm-unit-tests GIT PULL 11/13] s390x: stsi: regression test for the STSI 3.2.2 count clamp
` [kvm-unit-tests GIT PULL 12/13] s390x: unittests: Reenable tcg for migration tests
` [kvm-unit-tests GIT PULL 13/13] s390x: skey: Fence TCG protection checks

[PATCH v2 0/6] KVM: s390: Even more misc fixes
 2026-08-24 14:25 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: s390: Fix dirty marking in adapter_indicators_set*()

[PATCH] vfio: Use file-based reference counting for KVM
 2026-08-24 13:43 UTC  (2+ messages)

[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
 2026-08-24 14:22 UTC  (4+ messages)

[PATCH 0/3 v5] Add CPU hotplug support for PAI PMU
 2026-08-24 13:29 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 v5] s390/pai: Support CPU hotplug for PMU PAI

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

[PATCH 0/3 v2] Add CPU hotplug support for PAI PMU
 2026-08-24 12:53 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 v2] s390/pai: Support CPU hotplug for PMU PAI

[PATCH net] net/smc: do not credit bytes that splice() did not take
 2026-08-24 10:47 UTC  (2+ messages)

[PATCH 0/3] Add CPU hotplug support for PAI PMU
 2026-08-24  9:33 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] s390/pai: Support CPU hotplug for PMU PAI

[PATCH net 0/2] net/iucv: give afiucv_hs_rcv() the preamble a packet_type handler needs
 2026-08-24  8:47 UTC  (10+ messages)
` [PATCH net 1/2] net/iucv: drop HiperSockets frames from other network namespaces
` [PATCH net 2/2] net/iucv: take a private, writable frame before rewriting it in place

[PATCH] iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX
 2026-08-24  7:18 UTC  (3+ messages)

[PATCH net v3] net/smc: fix clcsock and lgr/lnk races in smc_diag dump path
 2026-08-24  7:15 UTC  (2+ messages)

[PATCH] s390/diag324: Preserve -EBUSY return code
 2026-08-24  6:44 UTC  (2+ messages)

[RFC] module: init-failure path can free a module with live try_module_get() users
 2026-08-24  6:13 UTC 

[PATCH v1] s390/ap: Drop unused member from ap_device_id
 2026-08-23 21:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/1] s390/zcrypt: Validate length information in reply
 2026-08-23 21:21 UTC  (2+ messages)

[PATCH v2] s390/pci: Fix leak of uninitialized kernel data in SCLP report
 2026-08-23 21:00 UTC  (2+ messages)

[GIT PULL] s390 patches for the 7.3 merge window
 2026-08-23 19:19 UTC  (2+ messages)

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


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