public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 05:03:22 to 2026-04-30 04:04:58 UTC [more...]

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-04-30  4:04 UTC  (2+ messages)
` [PATCH v2 1/5] mm/filemap: Retry fault by VMA lock if the lock was released for I/O

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH v2 0/6] change young flag check functions to return bool
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
 2026-04-30  3:24 UTC  (2+ messages)

[PATCH] perf callchain: Handle multiple address spaces
 2026-04-30  2:57 UTC  (4+ messages)

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-29 21:42 UTC  (40+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[RESEND PATCH] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
 2026-04-29 21:39 UTC  (3+ messages)

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-04-29 21:13 UTC 

BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
 2026-04-29 18:23 UTC  (20+ messages)

[PATCH v14 0/7] Error recovery for vfio-pci devices on s390x
 2026-04-29 17:02 UTC  (10+ messages)
` [PATCH v14 4/7] s390/pci: Store PCI error information for passthrough devices
` [PATCH v14 5/7] vfio-pci/zdev: Add a device feature for error information

[PATCH v4 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-04-29 16:11 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v4 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-04-29 13:47 UTC  (8+ messages)

[PATCH 00/14 v3] tick/sched: Refactor idle cputime accounting
 2026-04-29 13:42 UTC  (4+ messages)
` [PATCH 04/14] powerpc/time: Prepare to stop elapsing in dynticks-idle

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-29 11:26 UTC  (30+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-29  8:45 UTC  (13+ messages)
` [PATCH v2 3/6] s390/mm: Complete ptep_get() conversion
` [PATCH v2 4/6] s390/mm: Make PTC and UV call order consistent
` [PATCH v2 5/6] s390/mm: Batch PTE updates in lazy MMU mode

[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-04-29  8:28 UTC  (7+ messages)
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH v2 00/28] KVM: s390: Introduce arm64 KVM
 2026-04-29  8:04 UTC  (30+ messages)
` [PATCH v2 01/28] VFIO: take reference to the KVM module
` [PATCH v2 02/28] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v2 03/28] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v2 04/28] arm64: Provide arm64 UAPI for other host architectures
` [PATCH v2 05/28] arm64: Extract sysreg definitions
` [PATCH v2 06/28] arm64: Provide arm64 API for non-native architectures
` [PATCH v2 07/28] KVM: arm64: Provide arm64 KVM "
` [PATCH v2 08/28] arm64: Extract pstate definitions from ptrace
` [PATCH v2 09/28] KVM: arm64: Share kvm_emulate definitions
` [PATCH v2 10/28] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v2 11/28] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v2 12/28] KVM: arm64: Share reset general register code
` [PATCH v2 13/28] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v2 14/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` [PATCH v2 15/28] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v2 16/28] KVM: S390: Refactor gmap
` [PATCH v2 17/28] KVM: Make device name configurable
` [PATCH v2 18/28] KVM: Remove KVM_MMIO as config option
` [PATCH v2 19/28] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v2 20/28] s390: Introduce Start Arm Execution instruction
` [PATCH v2 21/28] KVM: s390: arm64: Introduce host definitions
` [PATCH v2 22/28] s390/hwcaps: Report SAE support as hwcap
` [PATCH v2 23/28] KVM: s390: Add basic arm64 kvm module
` [PATCH v2 24/28] KVM: s390: arm64: Implement required functions
` [PATCH v2 25/28] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v2 26/28] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v2 27/28] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v2 28/28] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v2] mm/gup: cleanup pgtable entry accessors
 2026-04-29  5:21 UTC  (4+ messages)

[PATCH net-next v3] net/smc: cap allocation order for SMC-R physically contiguous buffers
 2026-04-29  2:16 UTC 

[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
 2026-04-28 18:31 UTC  (4+ messages)

[RFC PATCH v2 00/28] KVM: s390: Introduce arm64 KVM - using symlinks
 2026-04-28 16:05 UTC  (29+ messages)
` [RFC PATCH v2 01/28] VFIO: take reference to the KVM module
` [RFC PATCH v2 02/28] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [RFC PATCH v2 03/28] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [RFC PATCH v2 04/28] arm64: Provide arm64 UAPI for s390 host architecture
` [RFC PATCH v2 05/28] arm64: Extract sysreg definitions
` [RFC PATCH v2 06/28] arm64: Provide arm64 API for non-native architectures
` [RFC PATCH v2 07/28] KVM: arm64: Provide arm64 KVM "
` [RFC PATCH v2 08/28] arm64: Extract pstate definitions from ptrace
` [RFC PATCH v2 09/28] KVM: arm64: Share kvm_emulate definitions
` [RFC PATCH v2 10/28] KVM: arm64: Make some arm64 KVM code shareable
` [RFC PATCH v2 11/28] KVM: arm64: Access elements of vcpu_gp_regs individually
` [RFC PATCH v2 12/28] KVM: arm64: Share reset general register code
` [RFC PATCH v2 13/28] KVM: arm64: Extract & share ipa size shift calculation
` [RFC PATCH v2 14/28] KVM: s390: arm64: Implement required functions
` [RFC PATCH v2 15/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` [RFC PATCH v2 16/28] KVM: s390: Move s390 kvm code into a subdirectory
` [RFC PATCH v2 17/28] KVM: S390: Refactor gmap
` [RFC PATCH v2 18/28] KVM: Make device name configurable
` [RFC PATCH v2 19/28] KVM: Remove KVM_MMIO as config option
` [RFC PATCH v2 20/28] KVM: s390: Prepare kvm-s390 for a second kvm module
` [RFC PATCH v2 21/28] s390: Introduce Start Arm Execution instruction
` [RFC PATCH v2 22/28] KVM: s390: arm64: Introduce host definitions
` [RFC PATCH v2 23/28] s390/hwcaps: Report SAE support as hwcap
` [RFC PATCH v2 24/28] KVM: s390: Add basic arm64 kvm module
` [RFC PATCH v2 25/28] KVM: s390: arm64: Implement vm/vcpu create destroy
` [RFC PATCH v2 26/28] KVM: s390: arm64: Implement vCPU IOCTLs
` [RFC PATCH v2 27/28] KVM: s390: arm64: Implement basic page fault handler
` [RFC PATCH v2 28/28] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH 1/1] s390: remove extra check of task_stack_page()
 2026-04-28 13:31 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 0/6] s390x: Add test for STFLE interpretive execution (format-2)
 2026-04-28  8:15 UTC  (7+ messages)
` [kvm-unit-tests PATCH v5 1/6] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH v5 2/6] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests PATCH v5 3/6] s390x: sclp: Check sclp byte before reading feature bits
` [kvm-unit-tests PATCH v5 4/6] s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit
` [kvm-unit-tests PATCH v5 5/6] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v5 6/6] s390x: Add test for STFLE interpretive execution (format-2)

[kvm-unit-tests PATCH v4 0/6] s390x: Add test for STFLE interpretive execution (format-2)
 2026-04-28  7:37 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 3/6] s390x: sclp: Check sclp byte before reading feature bits
` [kvm-unit-tests PATCH v4 4/6] s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit

[PATCH net-next v2] Documentation: net/smc: correct old value of smcr_max_recv_wr
 2026-04-27 23:50 UTC  (2+ messages)

[PATCH v2 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-04-27 12:50 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle

[PATCH] KVM: s390: pci: Fix aisb calculation
 2026-04-27  9:11 UTC  (5+ messages)

[PATCH RFC v4 12/22] mm: remove arch vma_alloc_zeroed_movable_folio overrides
 2026-04-26 21:48 UTC 

[PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides
 2026-04-24  7:16 UTC  (2+ messages)

[PATCH net-next] Documentation: net/smc: correct old value of smcr_max_recv_wr
 2026-04-24  5:03 UTC  (3+ messages)


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