public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-22 12:08:58 to 2026-04-28 22:37:59 UTC [more...]

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-28 22:37 UTC  (29+ 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

[PATCH v14 0/7] Error recovery for vfio-pci devices on s390x
 2026-04-28 22:01 UTC  (3+ messages)

[PATCH v2] mm/gup: cleanup pgtable entry accessors
 2026-04-28 19:45 UTC  (2+ messages)

[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 v2 00/28] KVM: s390: Introduce arm64 KVM
 2026-04-28 15:56 UTC  (29+ 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 1/1] s390: remove extra check of task_stack_page()
 2026-04-28 13:31 UTC  (3+ messages)

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-28 11:34 UTC  (28+ 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

[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  (11+ messages)
` [kvm-unit-tests PATCH v4 1/6] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH v4 2/6] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [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
` [kvm-unit-tests PATCH v4 5/6] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v4 6/6] s390x: Add test for STFLE interpretive execution (format-2)

[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  (6+ messages)
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
` [PATCH v2 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-04-27  9:24 UTC  (7+ messages)

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

[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-27  9:07 UTC  (14+ messages)
` [PATCH v2 1/6] mm: Make lazy MMU mode context-aware
` [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 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  (3+ messages)

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

[PATCH v4 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-04-23 23:53 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v4 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v4 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH net 1/1] net/smc: avoid early lgr access in smc_clc_wait_msg
 2026-04-23 18:10 UTC  (3+ messages)

[PATCH 0/3] KVM: s390: Additional LPSW/E fixes
 2026-04-23 14:12 UTC  (6+ messages)
` [PATCH 1/3] KVM: s390: selftests: Add load psw bear test
` [PATCH 2/3] kvm: s390: Fix LPSW/E early exception bear behavior
` [PATCH 3/3] kvm: s390: Fix lpsw/e spec exception ilc reporting

[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
 2026-04-23 12:25 UTC  (3+ messages)

[PATCH net] net/smc: fix NULL pointer dereference in smc_clc_wait_msg()
 2026-04-23 11:18 UTC  (2+ messages)

[RFC PATCH] KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVM
 2026-04-23  4:56 UTC  (2+ messages)

[GIT PULL] s390 patches for the 7.1 merge window
 2026-04-22 20:38 UTC  (2+ messages)

[PATCH v2 0/1] PCI/hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-04-22 17:13 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/3] PCI: s390/pci: Fix deadlocks on s390 when releasing zPCI-bus or -device objects
 2026-04-22 14:37 UTC  (4+ messages)
` [PATCH v4 1/3] PCI: Move declaration of pci_rescan_remove_lock into public pci.h
` [PATCH v4 2/3] PCI: Provide lock guard for pci_rescan_remove_lock
` [PATCH v4 3/3] s390/pci: Fix circular/recursive deadlocks in PCI-bus and -device release

[PATCH v3 0/3] PCI: s390/pci: Fix deadlocks on s390 when releasing zPCI-bus or -device objects
 2026-04-22 14:31 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: Move declaration of pci_rescan_remove_lock into public pci.h
` [PATCH v3 2/3] PCI: Provide lock guard for pci_rescan_remove_lock
` [PATCH v3 3/3] s390/pci: Fix circular/recursive deadlocks in PCI-bus and -device release

[kvm-unit-tests PATCH v3 0/6] s390x: Add test for STFLE interpretive execution (format-2)
 2026-04-22 13:20 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 3/6] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v3 5/6] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v3 6/6] s390x: Add test for STFLE interpretive execution (format-2)


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