public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-05 14:54:44 to 2025-09-10 18:08:00 UTC [more...]

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-10 18:07 UTC  (16+ messages)
` [PATCH v2 01/20] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v2 02/20] s390: Move sske_frame() to a header
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 04/20] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 06/20] KVM: s390: Rename some functions in gaccess.c
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 09/20] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v2 11/20] KVM: s390: KVM page table management functions: storage keys
` [PATCH v2 13/20] KVM: s390: KVM page table management functions: CMMA
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 17/20] KVM: s390: Remove gmap from s390/mm
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v2 19/20] KVM: s390: Enable 1M pages for gmap
` [PATCH v2 20/20] KVM: s390: Storage key manipulation IOCTL

[PATCH 0/3] s390: Fix and optimize __flogr() inline assembly
 2025-09-10 15:12 UTC  (4+ messages)
` [PATCH 1/3] Compiler Attributes: Add __assume macro
` [PATCH 2/3] s390/bitops: Limit return value range of __flogr()
` [PATCH 3/3] s390/bitops: Remove volatile qualifier from flogr() inline assembly

[PATCH] initrd: Fix unused variable warning in rd_load_image() on s390
 2025-09-10 14:34 UTC  (3+ messages)

[PATCH] net/smc: replace strncpy with strscpy for ib_name
 2025-09-10 10:01 UTC  (3+ messages)

[PATCH net-next 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-10  7:34 UTC  (21+ messages)
` [PATCH net-next 01/14] net/smc: Remove error handling of unregister_dmb()
` [PATCH net-next 03/14] net/dibs: Create net/dibs
` [PATCH net-next 04/14] net/dibs: Register smc as dibs_client
` [PATCH net-next 05/14] net/dibs: Register ism as dibs device
` [PATCH net-next 06/14] net/dibs: Define dibs loopback
` [PATCH net-next 07/14] net/dibs: Define dibs_client_ops and dibs_dev_ops
` [PATCH net-next 08/14] net/dibs: Move struct device to dibs_dev
` [PATCH net-next 10/14] net/dibs: Local gid for dibs devices
` [PATCH net-next 11/14] net/dibs: Move vlan support to dibs_dev_ops
` [PATCH net-next 12/14] net/dibs: Move query_remote_gid() "
` [PATCH net-next 13/14] net/dibs: Move data path to dibs layer
` [PATCH net-next 14/14] net/dibs: Move event handling "

[PATCH net-next] net/smc: Remove unused argument from 2 SMC functions
 2025-09-10  6:31 UTC 

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (84+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

[PATCH] iommu/s390: Make attach succeed when the device was surprise removed
 2025-09-09 14:34 UTC  (4+ messages)

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-09-09 14:12 UTC  (19+ messages)
` [PATCH v2 1/7] dm-integrity: use internal variable for digestsize
` [PATCH v2 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH v2 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH v2 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH v2 5/7] dm-integrity: add the "offset" argument
` [PATCH v2 6/7] dm-integrity: rename internal_hash
` [PATCH v2 7/7] dm-integrity: enable asynchronous hash interface

[PATCH net] net/smc: Remove unused argument from 2 SMC functions
 2025-09-09 12:36 UTC  (6+ messages)

[GIT PULL 0/3] KVM: s390: fixes for 6.17
 2025-09-09 11:46 UTC  (4+ messages)
` [GIT PULL 1/3] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
` [GIT PULL 2/3] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [GIT PULL 3/3] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion

[PATCH 0/2] s390: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-09 10:24 UTC  (9+ messages)
` [PATCH 1/2] drivers/s390: WQ_PERCPU added to alloc_workqueue users
` [PATCH 2/2] s390: replace use of system_wq with system_percpu_wq

[PATCH net-next v2 0/2] net/smc: make wr buffer count configurable
 2025-09-09 10:18 UTC  (5+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  9:55 UTC  (21+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges

[PATCH net v2] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
 2025-09-09  9:45 UTC  (2+ messages)

[PATCH] s390/nmi: Simplify return statement in nmi_registers_valid()
 2025-09-09  8:08 UTC  (4+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH] s390/hmcdrv: Replace kmalloc() + copy_from_user() with memdup_user_nul()
 2025-09-08 11:50 UTC  (2+ messages)

[PATCH] s390/debug: Replace kmalloc() + copy_from_user() with memdup_user_nul()
 2025-09-08 11:50 UTC  (2+ messages)

Fw: [Bug 220544] New: AF_SMC deadlock: held by __sock_release, smc_release, and __flush_work
 2025-09-07 16:01 UTC 

[PATCH net-next 0/2] net/smc: make wr buffer count configurable
 2025-09-06 18:25 UTC  (9+ messages)
` [PATCH net-next 1/2] "


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