Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-31 13:20:03 to 2026-07-31 15:52:08 UTC [more...]

[PATCH v5 00/17] s390/dasd: ESE thin-provisioning performance improvements
 2026-07-31 15:52 UTC  (22+ messages)
` [PATCH v5 01/17] s390/dasd: Propagate partial completion length across ERP recovery
` [PATCH v5 02/17] s390/dasd: Guard sysfs discipline callbacks against unallocated private data
` [PATCH v5 03/17] s390/dasd: Optimize max blocks per request for track alignment
` [PATCH v5 04/17] s390/dasd: Use GFP_KERNEL in dasd_alloc_device()
` [PATCH v5 05/17] s390/dasd: Add defines for the Extended Address Volume track address
` [PATCH v5 06/17] s390/dasd: Add infrastructure for ESE full-track write
` [PATCH v5 07/17] s390/dasd: Add range-based format-track collision detection
` [PATCH v5 08/17] s390/dasd: Extend prepare_itcw() to support WRITE_FULL_TRACK
` [PATCH v5 09/17] s390/dasd: Add dasd_eckd_build_cp_tpm_writefulltrack()
` [PATCH v5 10/17] s390/dasd: Use WRITE_FULL_TRACK in ESE format handler
` [PATCH v5 11/17] s390/dasd: Add full_track_bias to control fulltrack write mode
` [PATCH v5 12/17] s390/dasd: Derive adaptive ESE fulltrack heuristic from ft_bias
` [PATCH v5 13/17] s390/dasd: Stamp a format label into newly formatted volumes
` [PATCH v5 14/17] s390/dasd: Detect ESE volumes from the on-disk format label
` [PATCH v5 15/17] s390/dasd: Report ESE capability and format mode at device online
` [PATCH v5 16/17] s390/dasd: Re-enable discard support for ESE volumes
` [PATCH v5 17/17] s390/dasd: Read cached unit address and LSS in the CCW build path

[PATCH net v4] net/smc: order the CDC receive path against buffer publication
 2026-07-31 15:32 UTC  (2+ messages)

[PATCH net v2 0/1] net: smc: smc_rx_splice() can underflow VM page refcounts
 2026-07-31 14:56 UTC  (3+ messages)
` [PATCH net v2 1/1] net: smc: fix splice entry lifetime imbalance in smc_rx_splice

[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
 2026-07-31 14:54 UTC  (64+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 02/31] KVM: Make device name configurable
` [PATCH v5 03/31] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v5 05/31] arm64: ptrace: Use constants for compat register numbers
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 07/31] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v5 08/31] KVM: arm64: Use accessor functions for gprs during reset
` [PATCH v5 09/31] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v5 10/31] arm64: Prepare sharing arm64 headers with s390
` [PATCH v5 11/31] arm64: Share "
` [PATCH v5 12/31] KVM: arm64: Share arm64 code "
` [PATCH v5 13/31] KVM: s390: Prepare moving KVM/s390 to arch/s390/kvm/s390
` [PATCH v5 14/31] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v5 15/31] KVM: s390: Guard KVM/s390 behind CONFIG_KVM_S390
` [PATCH v5 16/31] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v5 17/31] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v5 18/31] KVM: s390: gmap: Move storage key and CMMA code to kvm/s390
` [PATCH v5 19/31] KVM: s390: gmap: Move prefix handling "
` [PATCH v5 20/31] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v5 21/31] s390: Use arm64 headers
` [PATCH v5 22/31] KVM: s390: Use arm64 code
` [PATCH v5 23/31] s390: Introduce Start Arm Execution instruction
` [PATCH v5 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 25/31] s390/hwcaps: Report SAE support as hwcap
` [PATCH v5 26/31] KVM: s390: Add basic arm64 kvm module
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 28/31] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v5 29/31] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v5 30/31] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH 0/3] s390/dasd: fixes
 2026-07-31 14:29 UTC  (2+ messages)

[PATCH net] s390/qeth: validate user buffer length in SNMP and ARP query ioctls
 2026-07-31 14:22 UTC  (2+ messages)

[PATCH net] dibs: fix double free of dmb_clientid_arr
 2026-07-31 14:04 UTC  (3+ messages)

[PATCH v7 00/14] KVM: s390: Misc fixes
 2026-07-31 13:36 UTC  (21+ messages)
` [PATCH v7 01/14] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v7 03/14] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v7 04/14] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v7 06/14] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v7 08/14] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v7 09/14] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v7 11/14] KVM: s390: Return -EINTR if a signal is pending while faulting-in
` [PATCH v7 12/14] KVM: s390: Fix ordering when adding to SCA
` [PATCH v7 13/14] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
` [PATCH v7 14/14] KVM: s390: Fix kvm_arch_commit_memory_region() when low on memory


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