public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-03 09:53:10 to 2025-11-07 15:34:46 UTC [more...]

[PATCH 0/2] s390/fpu: Fix kmsan false-positive report
 2025-11-07 15:33 UTC  (7+ messages)
` [PATCH 1/2] instrumented.h: Add function instrument_write_after
` [PATCH 2/2] s390/fpu: Fix kmsan in fpu_vstl function

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-11-07  7:19 UTC  (7+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH] KVM: s390: vsie: Check alignment of BSCA header
 2025-11-07  6:47 UTC  (2+ messages)

[PATCH net v2] net/smc: fix mismatch between CLC header and proposal
 2025-11-07  2:40 UTC 

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-07  1:29 UTC  (36+ messages)
` [PATCH 02/22] vfio/hisi: Convert to the get_region_info op
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 09/22] vfio/platform: Provide a "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 19/22] vfio/pci: Convert all PCI drivers to get_region_info_caps
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op

[PATCH v2 00/15] SHA-3 library
 2025-11-06 19:51 UTC  (15+ messages)

[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
 2025-11-06 17:47 UTC  (6+ messages)

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

[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-06 16:37 UTC  (27+ messages)
` [PATCH v3 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v3 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v3 03/23] s390: Move sske_frame() to a header
` [PATCH v3 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v3 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v3 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v3 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v3 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v3 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v3 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v3 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v3 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v3 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v3 14/23] KVM: s390: New gmap code
` [PATCH v3 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v3 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v3 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v3 18/23] KVM: s390: Switch to new gmap
` [PATCH v3 19/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v3 20/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v3 21/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v3 22/23] KVM: s390: Storage key manipulation IOCTL
` [PATCH v3 23/23] KVM: s390: Fix storage key memop IOCTLs

[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
 2025-11-06 15:25 UTC 

[PATCH net-next] s390/ctcm: Use info level for handshake UC_RCRESET
 2025-11-06 14:30 UTC  (2+ messages)

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-11-06 13:39 UTC  (21+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
  ` [tip: timers/vdso] "

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 21:47 UTC  (42+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-11-05 18:18 UTC  (7+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper

[PATCH net] net/smc: fix mismatch between CLC header and proposal extensions
 2025-11-05  7:12 UTC  (5+ messages)

[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-11-04 12:30 UTC  (2+ messages)

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-04  6:35 UTC  (16+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 04/12] powerpc/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 12/12] select: Convert to scoped user access

[PATCH v2 0/2] PCI fixes for s390
 2025-11-03 20:06 UTC  (2+ messages)

[PATCH 01/22] vfio: Provide a get_region_info op
 2025-11-03 14:17 UTC  (2+ messages)

[PATCH] s390/mm: Use pointer from memcpy() call for assignment in s390_replace_asce()
 2025-11-03 13:57 UTC  (2+ messages)

[syzbot] Monthly smc report (Nov 2025)
 2025-11-03 13:10 UTC 

[PATCH] s390/tape: fix use-after-free bugs caused by tape_dnr delayed work
 2025-11-03 11:19 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