messages from 2025-09-09 10:17:47 to 2025-09-13 00:42:14 UTC [more...]
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-13 0:37 UTC (3+ 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] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-13 0:33 UTC (4+ messages)
next-20250912: riscv: s390: mm/kasan/shadow.c 'kasan_populate_vmalloc_pte' pgtable.h:247:41: error: statement with no effect [-Werror=unused-value]
2025-09-12 23:12 UTC (3+ messages)
[PATCH 00/62] initrd: remove classic initrd support
2025-09-12 22:38 UTC (4+ messages)
` [PATCH 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-12 17:57 UTC (34+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare
[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
2025-09-12 17:56 UTC (32+ messages)
` [PATCH v2 01/20] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v2 02/20] s390: Move sske_frame() to a header
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 04/20] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 06/20] KVM: s390: Rename some functions in gaccess.c
` [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 11/20] KVM: s390: KVM page table management functions: storage keys
` [PATCH v2 12/20] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v2 13/20] KVM: s390: KVM page table management functions: CMMA
` [PATCH v2 14/20] KVM: s390: New gmap code
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 16/20] KVM: s390: Switch to new gmap
` [PATCH v2 17/20] KVM: s390: Remove gmap from s390/mm
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v2 19/20] KVM: s390: Enable 1M pages for gmap
` [PATCH v2 20/20] KVM: s390: Storage key manipulation IOCTL
[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
2025-09-12 17:19 UTC (13+ messages)
` [PATCH v3 01/10] PCI: Avoid saving error values for config space
` [PATCH v3 02/10] PCI: Add additional checks for flr reset
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation
` [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 v3 09/10] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v3 10/10] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
[PATCH] s390/hypfs_sprp: Replace kzalloc() + copy_from_user() with memdup_user()
2025-09-12 12:50 UTC (7+ messages)
[PATCH v2] resource: Improve child resource handling in release_mem_region_adjustable()
2025-09-12 12:30 UTC
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-12 10:48 UTC (13+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH 0/3] s390: Fix and optimize __flogr() inline assembly
2025-09-12 10:25 UTC (15+ messages)
` [PATCH 1/3] Compiler Attributes: Add __assume macro
` [PATCH 2/3] s390/bitops: Limit return value range of __flogr()
` [PATCH 3/3] s390/bitops: Remove volatile qualifier from flogr() inline assembly
[PATCH v4 0/7] Disable ATS via iommu during PCI resets
2025-09-12 9:49 UTC (11+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 2/7] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[PATCH] resource: Improve child resource handling in release_mem_region_adjustable()
2025-09-12 9:36 UTC (4+ messages)
[PATCH v2 0/7] dm-integrity: asynchronous hash support
2025-09-12 8:08 UTC (15+ messages)
[PATCH] net/smc: replace strncpy with strscpy for ib_name
2025-09-12 7:48 UTC (3+ messages)
[PATCH net-next v2 00/14] dibs - Direct Internal Buffer Sharing
2025-09-11 19:48 UTC (15+ messages)
` [PATCH net-next v2 01/14] net/smc: Remove error handling of unregister_dmb()
` [PATCH net-next v2 02/14] net/smc: Decouple sf and attached send_buf in smc_loopback
` [PATCH net-next v2 03/14] dibs: Create drivers/dibs
` [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 06/14] dibs: Define dibs loopback
` [PATCH net-next v2 07/14] dibs: Define dibs_client_ops and dibs_dev_ops
` [PATCH net-next v2 08/14] dibs: Move struct device to dibs_dev
` [PATCH net-next v2 09/14] dibs: Create class dibs
` [PATCH net-next v2 10/14] dibs: Local gid for dibs devices
` [PATCH net-next v2 11/14] dibs: Move vlan support to dibs_dev_ops
` [PATCH net-next v2 12/14] dibs: Move query_remote_gid() "
` [PATCH net-next v2 13/14] dibs: Move data path to dibs layer
` [PATCH net-next v2 14/14] dibs: Move event handling "
[GIT PULL] s390 fixes for 6.17-rc6
2025-09-11 15:53 UTC (2+ messages)
[PATCH net-next 00/14] dibs - Direct Internal Buffer Sharing
2025-09-11 14:08 UTC (8+ messages)
` [PATCH net-next 03/14] net/dibs: Create net/dibs
` [PATCH net-next 07/14] net/dibs: Define dibs_client_ops and dibs_dev_ops
[PATCH] s390/entry: Remove unused TIF flags
2025-09-11 12:33 UTC (5+ messages)
[PATCH v2] initrd: Fix unused variable warning in rd_load_image() on s390
2025-09-11 9:49 UTC
[syzbot] [smc?] KASAN: use-after-free Read in __pnet_find_base_ndev
2025-09-11 2:45 UTC
[PATCH] initrd: Fix unused variable warning in rd_load_image() on s390
2025-09-10 14:34 UTC (3+ messages)
[PATCH net-next] net/smc: Remove unused argument from 2 SMC functions
2025-09-10 6:31 UTC
[PATCH 00/16] expand mmap_prepare functionality, port more users
2025-09-09 17:36 UTC (9+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
[PATCH] iommu/s390: Make attach succeed when the device was surprise removed
2025-09-09 14:34 UTC (4+ messages)
[PATCH net] net/smc: Remove unused argument from 2 SMC functions
2025-09-09 12:36 UTC (6+ messages)
[GIT PULL 0/3] KVM: s390: fixes for 6.17
2025-09-09 11:46 UTC (4+ messages)
` [GIT PULL 1/3] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
` [GIT PULL 2/3] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [GIT PULL 3/3] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
[PATCH 0/2] s390: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-09 10:24 UTC (6+ messages)
` [PATCH 2/2] s390: replace use of system_wq with system_percpu_wq
[PATCH net-next v2 0/2] net/smc: make wr buffer count configurable
2025-09-09 10:18 UTC (4+ messages)
` [PATCH net-next v2 1/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).