public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-17 10:49:25 to 2025-09-23 14:22:47 UTC [more...]

[PATCH v2] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA-512, SHAKE128, SHAKE256
 2025-09-23 14:22 UTC  (12+ messages)

[PATCH v2 0/5] KVM: Export KVM-internal symbols for sub-modules only
 2025-09-23 13:40 UTC  (9+ messages)
` [PATCH v2 1/5] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH v2 2/5] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH v2 3/5] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH v2 4/5] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH v2 5/5] KVM: x86: Export KVM-internal symbols for sub-modules only

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-23 12:04 UTC  (7+ messages)

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-23 11:52 UTC  (27+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-09-23 11:14 UTC  (11+ messages)
            ` [PATCH] crypto/authenc: don't return -EBUSY when enqueuing the hash request

[PATCH net-next v3 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-23  9:20 UTC  (16+ messages)
` [PATCH net-next v3 01/14] net/smc: Remove error handling of unregister_dmb()
` [PATCH net-next v3 02/14] net/smc: Decouple sf and attached send_buf in smc_loopback
` [PATCH net-next v3 03/14] dibs: Create drivers/dibs
` [PATCH net-next v3 04/14] dibs: Register smc as dibs_client
` [PATCH net-next v3 05/14] dibs: Register ism as dibs device
` [PATCH net-next v3 06/14] dibs: Define dibs loopback
` [PATCH net-next v3 07/14] dibs: Define dibs_client_ops and dibs_dev_ops
` [PATCH net-next v3 08/14] dibs: Move struct device to dibs_dev
` [PATCH net-next v3 09/14] dibs: Create class dibs
` [PATCH net-next v3 10/14] dibs: Local gid for dibs devices
` [PATCH net-next v3 11/14] dibs: Move vlan support to dibs_dev_ops
` [PATCH net-next v3 12/14] dibs: Move query_remote_gid() "
` [PATCH net-next v3 13/14] dibs: Move data path to dibs layer
` [PATCH net-next v3 14/14] dibs: Move event handling "

[PATCH net-next v2 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-23  9:09 UTC  (5+ messages)
` [PATCH net-next v2 04/14] dibs: Register smc as dibs_client

[PATCH net-next V4] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-23  7:19 UTC  (2+ messages)

[PATCH 6.6 ONLY] s390/cpum_cf: Fix uninitialized warning after backport of ce971233242b
 2025-09-22 21:15 UTC 

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-22 19:39 UTC  (13+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH net] net/smc: fix general protection fault in __smc_diag_dump
 2025-09-22 12:18 UTC 

[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
 2025-09-22  2:44 UTC  (45+ messages)
` [PATCH v3 01/36] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v3 02/36] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v3 03/36] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v3 04/36] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v3 05/36] ARM: vdso: gettimeofday: "
` [PATCH v3 06/36] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v3 08/36] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v3 09/36] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v3 10/36] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v3 11/36] random: vDSO: Add explicit includes
` [PATCH v3 12/36] vdso/gettimeofday: "
` [PATCH v3 13/36] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v3 14/36] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v3 15/36] vdso/datapage: Trim down unnecessary includes
` [PATCH v3 16/36] random: vDSO: trim vDSO includes
` [PATCH v3 17/36] random: vDSO: remove ifdeffery
` [PATCH v3 18/36] random: vDSO: split out datapage update into helper functions
` [PATCH v3 19/36] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v3 20/36] s390/time: Set up vDSO datapage later
` [PATCH v3 21/36] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v3 22/36] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v3 23/36] vdso/datastore: Map pages through struct page
` [PATCH v3 24/36] vdso/datastore: Allocate data pages dynamically
` [PATCH v3 25/36] sparc64: vdso: Link with -z noexecstack
` [PATCH v3 26/36] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v3 27/36] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v3 28/36] sparc64: vdso: Move hardware counter read into header
` [PATCH v3 29/36] sparc64: vdso: Move syscall fallbacks "
` [PATCH v3 30/36] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v3 31/36] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v3 32/36] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v3 33/36] sparc64: vdso2c: Remove symbol handling
` [PATCH v3 34/36] sparc64: vdso: Implement clock_gettime64()
` [PATCH v3 35/36] clocksource: remove ARCH_CLOCKSOURCE_DATA
` [PATCH v3 36/36] clocksource: drop include of asm/clocksource.h from linux/clocksource.h

[PATCH net-next v3 0/2] net/smc: make wr buffer count configurable
 2025-09-21 21:44 UTC  (3+ messages)
` [PATCH net-next v3 1/2] "
` [PATCH net-next v3 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[syzbot] [smc?] general protection fault in __smc_diag_dump (4)
 2025-09-20  4:37 UTC  (4+ messages)

[PATCH net] net/smc: fix warning in smc_rx_splice() when calling get_page()
 2025-09-19 23:50 UTC  (2+ messages)

[PATCH v3 01/10] PCI: Avoid saving error values for config space
 2025-09-19 18:17 UTC  (3+ messages)

[PATCH net-next v2 0/2] net/smc: make wr buffer count configurable
 2025-09-19 14:55 UTC  (5+ messages)
` [PATCH net-next v2 1/2] "

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-19  8:44 UTC  (8+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:25 UTC  (2+ messages)

[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
 2025-09-19  5:13 UTC  (3+ messages)

[PATCH v2 16/16] kcov: update kcov to use mmap_prepare
 2025-09-19  5:10 UTC  (3+ messages)

[PATCH] perf/test: Skip leader sampling for s390
 2025-09-18 21:11 UTC 

[syzbot] Monthly smc report (Sep 2025)
 2025-09-18 20:44 UTC 

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-18 18:10 UTC  (4+ messages)

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-18 15:10 UTC  (39+ messages)
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 07/20] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 10/20] KVM: s390: KVM page table management functions: walks
` [PATCH v2 16/20] KVM: s390: Switch to new gmap

[PATCH net-next V3] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-18 15:07 UTC  (2+ messages)

[PATCH v2 0/4] s390: Fix and optimize __flogr() inline assembly
 2025-09-18 14:19 UTC  (2+ messages)

[PATCH v8 1/8] s390: vmlinux.lds.S: Reorder sections
 2025-09-18  8:05 UTC 

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-09-18  5:56 UTC  (5+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors

[GIT PULL 0/3] KVM: s390: fixes for 6.17
 2025-09-17 17:54 UTC  (2+ messages)

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-17 17:50 UTC  (9+ messages)
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation

[PATCH v2 0/3] s390: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-17 15:38 UTC  (4+ messages)
` [PATCH v2 1/3] drivers/s390: WQ_PERCPU added to alloc_workqueue users
` [PATCH v2 2/3] s390/diag324: replace use of system_wq with system_percpu_wq
` [PATCH v2 3/3] s390: replace use of system_wq with system_dfl_wq

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-17 15:34 UTC  (16+ messages)
` [PATCH v3 02/13] device/dax: update devdax to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc


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