public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-10 18:47:49 to 2025-11-13 15:08:02 UTC [more...]

[PATCH 0/8] s390: Remove compat support
 2025-11-13 15:07 UTC  (4+ messages)
` [PATCH 1/8] s390/ptrace: Rename psw_t32 to psw32_t
` [PATCH 2/8] s390/kvm: Use psw32_t instead of psw_compat_t
` [PATCH 3/8] s390/syscalls: Add pt_regs parameter to SYSCALL_DEFINE0() syscall wrapper

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-13 14:32 UTC  (22+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 02/21] ceph: Switch to use %ptSp
` [PATCH v3 03/21] libceph: "
` [PATCH v3 04/21] dma-buf: "
` [PATCH v3 05/21] drm/amdgpu: "
` [PATCH v3 06/21] drm/msm: "
` [PATCH v3 07/21] drm/vblank: "
` [PATCH v3 08/21] drm/xe: "
` [PATCH v3 09/21] e1000e: "
` [PATCH v3 10/21] igb: "
` [PATCH v3 11/21] ipmi: "
` [PATCH v3 12/21] media: av7110: "
` [PATCH v3 13/21] mmc: mmc_test: "
` [PATCH v3 14/21] net: dsa: sja1105: "
` [PATCH v3 15/21] PCI: epf-test: "
` [PATCH v3 16/21] pps: "
` [PATCH v3 17/21] ptp: ocp: "
` [PATCH v3 18/21] s390/dasd: "
` [PATCH v3 19/21] scsi: fnic: "
` [PATCH v3 20/21] scsi: snic: "
` [PATCH v3 21/21] tracing: "

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

[PATCH net-next 0/2] s390/qeth: Improve handling of OSA RCs
 2025-11-13 14:42 UTC  (3+ messages)
` [PATCH net-next 1/2] s390/qeth: Move all OSA RCs to single enum
` [PATCH net-next 2/2] s390/qeth: Handle ambiguous OSA RCs in s390dbf

[PATCH v2] KVM: s390: Add capability that forwards operation exceptions
 2025-11-13 14:32 UTC 

[PATCH 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-13 12:19 UTC  (5+ messages)
` [PATCH 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[PATCH v3 0/3] Optimize code generation during context switching
 2025-11-13 12:11 UTC  (6+ messages)
` [PATCH v3 1/3] Make enter_lazy_tlb inline on x86
` [PATCH v3 2/3] Make raw_spin_rq_unlock inline
` [PATCH v3 3/3] Make finish_task_switch and its subfuncs inline in context switching

[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-13 10:18 UTC  (11+ messages)
` [PATCH v3 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [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 v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
 2025-11-13  9:31 UTC  (12+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK

[PATCH linux-next] perf stat: Regression perf stat -T cpi fails on s390 z/VM guest systems
 2025-11-13  8:28 UTC 

[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-12 21:12 UTC  (30+ messages)
` [PATCH v2 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v2 02/21] ceph: Switch to use %ptSp
` [PATCH v2 03/21] libceph: "
` [PATCH v2 04/21] dma-buf: "
` [PATCH v2 05/21] drm/amdgpu: "
` [PATCH v2 06/21] drm/msm: "
` [PATCH v2 07/21] drm/vblank: "
` [PATCH v2 08/21] drm/xe: "
` [PATCH v2 09/21] e1000e: "
  ` [Intel-wired-lan] "
` [PATCH v2 10/21] igb: "
  ` [Intel-wired-lan] "
` [PATCH v2 11/21] ipmi: "
` [PATCH v2 12/21] media: av7110: "
` [PATCH v2 13/21] mmc: mmc_test: "
` [PATCH v2 14/21] net: dsa: sja1105: "
  ` [Intel-wired-lan] "
` [PATCH v2 15/21] PCI: epf-test: "
` [PATCH v2 16/21] pps: "
` [PATCH v2 17/21] ptp: ocp: "
` [PATCH v2 18/21] s390/dasd: "
` [PATCH v2 19/21] scsi: fnic: Switch to use %ptS
` [PATCH v2 20/21] scsi: snic: Switch to use %ptSp
` [PATCH v2 21/21] tracing: "

[PATCH net-next] s390/ctcm: Fix double-kfree
 2025-11-12 18:27 UTC 

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-11 16:34 UTC  (17+ messages)
` [PATCH RFC v2 01/11] KVM: s390: Add SCAO read and write helpers
` [PATCH RFC v2 02/11] KVM: s390: Remove double 64bscao feature check
` [PATCH RFC v2 03/11] KVM: s390: Move scao validation into a function
` [PATCH RFC v2 08/11] KVM: s390: Allow guest-3 cpu add and remove with vsie sigpif
` [PATCH RFC v2 09/11] KVM: s390: Allow guest-3 switch to extended sca "

[PATCH] KVM: s390: vsie: Check alignment of BSCA header
 2025-11-11 16:24 UTC  (4+ messages)

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-11 14:37 UTC  (36+ messages)
` [PATCH v1 02/23] ALSA: seq: Switch to use %ptSp
` [PATCH v1 03/23] ceph: "
` [PATCH v1 04/23] libceph: "
` [PATCH v1 05/23] dma-buf: "
` [PATCH v1 07/23] drm/msm: "
` [PATCH v1 08/23] drm/vblank: "
` [PATCH v1 09/23] drm/xe: "
` [PATCH v1 10/23] e1000e: "
` [PATCH v1 11/23] igb: "
` [PATCH v1 12/23] ipmi: "
` [PATCH v1 13/23] media: av7110: "
` [PATCH v1 14/23] media: v4l2-ioctl: "
` [PATCH v1 15/23] mmc: mmc_test: "
` [PATCH v1 16/23] net: dsa: sja1105: "
` [PATCH v1 17/23] PCI: epf-test: "
` [PATCH v1 18/23] pps: "
` [PATCH v1 19/23] ptp: ocp: "
` [PATCH v1 20/23] s390/dasd: "
` [PATCH v1 21/23] scsi: fnic: Switch to use %ptS
` [PATCH v1 22/23] scsi: snic: Switch to use %ptSp
` [PATCH v1 23/23] tracing: "

[RFC PATCH 0/8] s390: Remove compat support
 2025-11-11 12:41 UTC  (14+ messages)
` [RFC PATCH 1/8] s390/ptrace: Rename psw_t32 to psw32_t
` [RFC PATCH 2/8] s390/kvm: Use psw32_t instead of psw_compat_t
` [RFC PATCH 3/8] s390/syscalls: Add pt_regs parameter to SYSCALL_DEFINE0() syscall wrapper
` [RFC PATCH 4/8] tools: Remove s390 compat support
` [RFC PATCH 5/8] s390: Remove "
` [RFC PATCH 6/8] s390/uapi: Remove 31 bit support from uapi header files
` [RFC PATCH 7/8] s390/syscalls: Remove system call table pointer from thread_struct
` [RFC PATCH 8/8] s390/syscalls: Switch to generic system call table generation

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11 10:03 UTC  (19+ messages)
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-11  8:55 UTC  (8+ messages)
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()

[PATCH 1/5] s390/ipl: Mark store_status as __noreturn
 2025-11-11  7:00 UTC  (3+ messages)

[PATCH net v2] net/smc: fix mismatch between CLC header and proposal
 2025-11-11  2:10 UTC  (2+ messages)

[PATCH v2 0/4] Optimize code generation during context switching
 2025-11-10 23:21 UTC  (5+ messages)
` [PATCH v2 3/4] Provide the always inline version of some functions

[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
 2025-11-10 22: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