public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-14 04:19:30 to 2025-09-17 13:31:51 UTC [more...]

[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
 2025-09-17 13:31 UTC  (47+ messages)
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 07/20] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 09/20] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v2 10/20] KVM: s390: KVM page table management functions: walks
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 16/20] KVM: s390: Switch to new gmap
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-17 13:24 UTC  (47+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-17  6:21 UTC  (25+ messages)
` [PATCH v3 01/10] PCI: Avoid saving error values for config space
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v3 06/10] s390/pci: Update the logic for detecting passthrough device
` [PATCH v3 07/10] s390/pci: Store PCI error information for passthrough devices
` [PATCH v3 08/10] vfio-pci/zdev: Add a device feature for error information

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-09-17  5:22 UTC  (8+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors

[PATCH 0/3] kexec: Fix invalid field access
 2025-09-17  2:40 UTC  (2+ messages)

[PATCH v2 0/4] s390: Fix and optimize __flogr() inline assembly
 2025-09-17  2:30 UTC  (6+ messages)
` [PATCH v2 1/4] s390/bitops: Limit return value range of __flogr()
` [PATCH v2 2/4] compiler_types: Add __assume macro
` [PATCH v2 3/4] s390/bitops: Use __assume() for __flogr() inline assembly return value
` [PATCH v2 4/4] s390/bitops: Cleanup __flogr()

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-16 18:37 UTC  (19+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-16 17:08 UTC  (33+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[PATCH] perf/docu: Update header documentation on BPF_PROG_INFO
 2025-09-16 14:22 UTC  (3+ messages)

[PATCH] KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpu
 2025-09-16 13:12 UTC 

[PATCH net-next V2] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-16 13:13 UTC  (10+ messages)

[PATCH net-next v2 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-16  9:18 UTC  (9+ messages)
` [PATCH net-next v2 04/14] dibs: Register smc as dibs_client
` [PATCH net-next v2 05/14] dibs: Register ism as dibs device
` [PATCH net-next v2 13/14] dibs: Move data path to dibs layer

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-16  6:23 UTC  (7+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-16  3:36 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-16  1:55 UTC  (4+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-16  1:48 UTC  (3+ messages)

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 15:04 UTC  (24+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-15 12:53 UTC  (7+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH v2] initrd: Fix unused variable warning in rd_load_image() on s390
 2025-09-15 12:27 UTC  (2+ messages)

[PATCH] net/smc: replace strncpy with strscpy for ib_name
 2025-09-15  9:44 UTC  (7+ messages)

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-09-15  9:26 UTC  (8+ messages)

[PATCH net-next] net/smc: Remove unused argument from 2 SMC functions
 2025-09-14 19:00 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