public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 13:39:47 to 2025-11-10 19:13:06 UTC [more...]

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-10 19:12 UTC  (26+ messages)
` [PATCH v1 01/23] lib/vsprintf: Add specifier for printing struct timespec64
` [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 06/23] drm/amdgpu: "
` [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: "

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

[RFC PATCH 0/8] s390: Remove compat support
 2025-11-10 18:54 UTC  (9+ 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 RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-10 17:16 UTC  (12+ 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 04/11] KVM: s390: Add vsie_sigpif detection
` [PATCH RFC v2 05/11] KVM: s390: Add ssca_block and ssca_entry structs for vsie_ie
` [PATCH RFC v2 06/11] KVM: s390: Add helper to pin multiple guest pages
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1
` [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 RFC v2 10/11] KVM: s390: Add VSIE shadow configuration
` [PATCH RFC v2 11/11] KVM: s390: Add VSIE shadow stat counters

[PATCH v2 0/4] Optimize code generation during context switching
 2025-11-10 15:43 UTC  (12+ messages)
` [PATCH v2 1/4] Make enter_lazy_tlb inline on x86
` [PATCH v2 2/4] Make raw_spin_rq_unlock inline
` [PATCH v2 3/4] Provide the always inline version of some functions
` [PATCH v2 4/4] Make finish_task_switch and its subfuncs inline in context switching

[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
 2025-11-10 15:38 UTC  (2+ messages)

[PATCH 1/5] s390/ipl: Mark store_status as __noreturn
 2025-11-10 15:06 UTC  (6+ messages)
` [PATCH 2/5] s390/kdump: Mark __machine_kdump "
` [PATCH 3/5] s390/kdump: Mark __do_machine_kexec "
` [PATCH 4/5] s390/kdump: Mark __machine_kexec "
` [PATCH 5/5] s390/kdump: Mark __do_machine_kdump "

page type is 0, migratetype passed is 2 (nr=256)
 2025-11-10 14:39 UTC  (5+ messages)

[PATCH 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2025-11-10 14:02 UTC  (4+ messages)
` [PATCH 1/2] PCI: AtomicOps: Define valid root port capabilities
` [PATCH 2/2] PCI: AtomicOps: Fix logic in enable function

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

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-10 11:40 UTC  (21+ messages)
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()

[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
 2025-11-10  9:30 UTC  (2+ messages)

[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-07 20:03 UTC  (25+ messages)
` [PATCH v2 01/22] vfio: Provide a get_region_info op
` [PATCH v2 02/22] vfio/hisi: Convert to the "
` [PATCH v2 03/22] vfio/virtio: "
` [PATCH v2 04/22] vfio/nvgrace: "
` [PATCH v2 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH v2 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH v2 07/22] vfio/mdpy: "
` [PATCH v2 08/22] vfio/mbochs: "
` [PATCH v2 09/22] vfio/platform: "
` [PATCH v2 10/22] vfio/fsl: "
` [PATCH v2 11/22] vfio/cdx: "
` [PATCH v2 12/22] vfio/ccw: "
` [PATCH v2 13/22] vfio/gvt: "
` [PATCH v2 14/22] vfio: Require drivers to implement get_region_info
` [PATCH v2 15/22] vfio: Add get_region_info_caps op
` [PATCH v2 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH v2 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH v2 18/22] vfio/ccw: "
` [PATCH v2 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH v2 20/22] vfio/platform: Convert "
` [PATCH v2 21/22] vfio: Move the remaining drivers "
` [PATCH v2 22/22] vfio: Remove the get_region_info op

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-07 19:17 UTC  (3+ messages)
` [patch V5 07/12] uaccess: Provide scoped user access regions

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

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

[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] KVM: s390: vsie: Check alignment of BSCA header
 2025-11-07  6:47 UTC  (2+ messages)

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-07  1:29 UTC  (10+ messages)
` [PATCH 02/22] vfio/hisi: Convert to the get_region_info op
` [PATCH 22/22] vfio: Remove "

[PATCH 20/22] vfio/platform: Convert to get_region_info_caps
 2025-11-07  1:05 UTC  (3+ messages)

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

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

[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 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  (7+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page


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