linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: fix vma_start_write_killable() signal handling
 2025-11-26  4:28 UTC  (2+ messages)

[PATCH net-next 1/3] netmem, io_uring/zcrx: access pp fields through @desc in net_iov
 2025-11-26  4:20 UTC  (4+ messages)
` [PATCH net-next 2/3] netmem, devmem, tcp: "

[PATCH v3 0/4] Improve folio split related functions
 2025-11-26  4:14 UTC  (6+ messages)
` [PATCH v3 1/4] mm/huge_memory: change folio_split_supported() to folio_check_splittable()
` [PATCH v3 2/4] mm/huge_memory: replace can_split_folio() with direct refcount calculation
` [PATCH v3 3/4] mm/huge_memory: make min_order_for_split() always return an order
` [PATCH v3 4/4] mm/huge_memory: fix folio split stats counting

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-26  3:23 UTC  (4+ messages)

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-26  3:05 UTC  (9+ messages)

[PATCH -next] memcg: Remove inc/dec_lruvec_kmem_state helpers
 2025-11-26  2:49 UTC  (2+ messages)

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-26  2:44 UTC  (4+ messages)
` [PATCH v1 23/26] mm: vmscan: prepare for reparenting MGLRU folios

[RFC -next] memcg: Optimize creation performance when LRU_GEN is enabled
 2025-11-26  2:29 UTC  (3+ messages)

[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
 2025-11-26  0:49 UTC  (15+ messages)
` [PATCH v5 2/4] "

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-26  0:18 UTC  (3+ messages)
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine

[PATCH v8 0/2] Live Update: File-Lifecycle-Bound (FLB) State
 2025-11-25 22:50 UTC  (3+ messages)
` [PATCH v8 1/2] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v8 2/2] tests/liveupdate: Add in-kernel liveupdate test

[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2025-11-25 22:04 UTC  (4+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-25 21:31 UTC  (16+ messages)

[PATCH v2 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-25 19:21 UTC  (7+ messages)
` [PATCH v2 1/5] userfaultfd: move vma_can_userfault out of line
` [PATCH v2 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH v2 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[PATCH v8 00/18] Live Update Orchestrator
 2025-11-25 19:01 UTC  (26+ messages)
` [PATCH v8 01/18] liveupdate: luo_core: Live Update Orchestrato,
` [PATCH v8 02/18] liveupdate: luo_core: integrate with KHO
` [PATCH v8 03/18] kexec: call liveupdate_reboot() before kexec
` [PATCH v8 04/18] liveupdate: luo_session: add sessions support
` [PATCH v8 05/18] liveupdate: luo_core: add user interface
` [PATCH v8 06/18] liveupdate: luo_file: implement file systems callbacks
` [PATCH v8 07/18] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v8 08/18] docs: add luo documentation
` [PATCH v8 09/18] MAINTAINERS: add liveupdate entry
` [PATCH v8 10/18] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v8 11/18] mm: shmem: allow freezing inode mapping
` [PATCH v8 12/18] mm: shmem: export some functions to internal.h
` [PATCH v8 13/18] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd
` [PATCH v8 15/18] docs: add documentation for memfd preservation via LUO
` [PATCH v8 16/18] selftests/liveupdate: Add userspace API selftests
` [PATCH v8 17/18] selftests/liveupdate: Add simple kexec-based selftest for LUO
` [PATCH v8 18/18] selftests/liveupdate: Add kexec test for multiple and empty sessions

[PATCH v9 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-25 19:01 UTC  (8+ messages)
` [PATCH v9 1/7] treewide: provide a generic clear_user_page() variant
` [PATCH v9 4/7] x86/mm: Simplify clear_page_*

[PATCH v2 2/2] mm/mm_init: decouple page checking and init_on_{alloc, free}
 2025-11-25 18:59 UTC  (2+ messages)

[PATCH v2 1/2] mm/mm_init: Introduce a boot parameter for check_pages
 2025-11-25 18:58 UTC  (8+ messages)
` [PATCH v2 2/2] mm/mm_init: decouple page checking and init_on_{alloc, free}

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-11-25 18:47 UTC  (11+ messages)
` [PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M

[PATCH v7 00/22] Live Update Orchestrator
 2025-11-25 18:42 UTC  (22+ messages)
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 06/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v7 19/22] selftests/liveupdate: add test infrastructure and scripts
` [PATCH v7 21/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state

[PATCH] Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
 2025-11-25 18:30 UTC  (13+ messages)

[PATCH v3 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-25 18:11 UTC  (3+ messages)
` [PATCH v3 14/19] mm, swap: cleanup swap entry management workflow

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-11-25 17:57 UTC  (5+ messages)
` [RFC PATCH 1/4] efi/libstub: Decouple memory bitmap from the unaccepted table
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug
` [RFC PATCH 3/4] x86/sev: Introduce hotplug-aware SNP page state validation
` [RFC PATCH 4/4] mm: Add support for unaccepted memory hot-remove

[PATCH v2 0/4] Improve folio split related functions
 2025-11-25 17:44 UTC  (16+ messages)
` [PATCH v2 1/4] mm/huge_memory: change folio_split_supported() to folio_check_splittable()
` [PATCH v2 2/4] mm/huge_memory: replace can_split_folio() with direct refcount calculation

[PATCH] mailmap: update Pratyush Yadav's email address
 2025-11-25 17:42 UTC  (2+ messages)

[PATCH 0/2] support batched checks of the references for large folios
 2025-11-25 17:38 UTC  (3+ messages)

[PATCH v3 0/4] initial work on making VMA flags a bitmap
 2025-11-25 17:21 UTC  (12+ messages)
` [PATCH v3 1/4] mm: declare VMA flags by bit
` [PATCH v3 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH v3 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
` [PATCH v3 4/4] mm: introduce VMA flags bitmap type

[PATCH v3] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-11-25 17:13 UTC 

[PATCH 0/2] mm/swapfile: fix and cleanup swap list iterations
 2025-11-25 16:30 UTC  (3+ messages)
` [PATCH 1/2] mm/swapfile: fix list iteration in swap_sync_discard
` [PATCH 2/2] mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprate

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-25 16:19 UTC  (12+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

[PATCH] MAINTAINERS: add Mike Rapoport as maintainer for userfaultfd
 2025-11-25 15:32 UTC  (5+ messages)

[linux-next:master] [mm/page_alloc] 91e6912966: will-it-scale.per_process_ops 9.6% regression
 2025-11-25 15:10 UTC 

Eager to Hear Your Thoughts
 2025-11-25 15:08 UTC 

[linux-next:master] [mm] f66e2727dd: stress-ng.rawsock.ops_per_sec 46.9% regression
 2025-11-25 14:46 UTC 

[PATCH 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-25 14:29 UTC  (4+ messages)
` [PATCH 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-25 14:13 UTC  (6+ messages)
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y

[PATCH 0/2] kho: fixes for vmalloc restoration
 2025-11-25 13:45 UTC  (5+ messages)
` [PATCH 1/2] kho: kho_restore_vmalloc: fix initialization of pages array
` [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-11-25 13:39 UTC  (3+ messages)
` [PATCH v5 12/12] x86/xen: use lazy_mmu_state when context-switching

[PATCH v13 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-11-25 13:28 UTC  (4+ messages)
` [PATCH v13 1/2] ACPI:RAS2: Add driver for the "

[PATCH v2] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-11-25 13:15 UTC  (3+ messages)

[PATCH] slab: Remove unnecessary call to compound_head() in alloc_from_pcs()
 2025-11-25 13:13 UTC  (3+ messages)

[PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr
 2025-11-25 12:08 UTC  (2+ messages)

mempool_alloc_bulk and various mempool improvements v3
 2025-11-25 11:34 UTC  (10+ messages)
` [PATCH 06/11] mempool: factor out a mempool_alloc_from_pool helper

[PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig
 2025-11-25 10:50 UTC  (3+ messages)

[PATCH] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-11-25 10:24 UTC  (3+ messages)

[PATCH v3 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-11-25 10:03 UTC  (13+ messages)
` [PATCH v3 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v3 2/4] drivers/iommu: Add calls "
` [PATCH v3 3/4] drivers/iommu-debug-pagealloc: Track IOMMU pages

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-25  9:09 UTC  (6+ messages)
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-25  9:06 UTC  (3+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()

[PATCH v2 22/50] convert efivarfs
 2025-11-25  9:00 UTC  (11+ messages)
                ` [REGRESSION] "

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2025-11-25  7:52 UTC 

[PATCH] [SCSI] hptiop: Add inbound queue offset bounds check in iop_get_config_itl
 2025-11-25  6:59 UTC 

[PATCH V1 5.4.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2025-11-25  5:09 UTC  (3+ messages)
` [PATCH V1 5.4.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V1 5.4.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[syzbot] [mm?] WARNING: refcount bug in __vma_enter_locked
 2025-11-25  4:55 UTC  (3+ messages)

[PATCH V1 5.10.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2025-11-25  4:54 UTC  (3+ messages)
` [PATCH V1 5.10.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V1 5.10.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[PATCH V1 5.15.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2025-11-25  4:46 UTC  (3+ messages)
` [PATCH V1 5.15.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V1 5.15.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[PATCH] mm/khugepaged: Fix skipping of alloc sleep after second failure
 2025-11-25  4:26 UTC  (5+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-25  3:13 UTC  (11+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[REGRESSION] rppt/for-kernelci: (build) call to '__compiletime_assert_295' declared with 'error' attribute
 2025-11-25  2:59 UTC 

[PATCH v3 0/3] tmpfs: zero post-eof ranges on file extension
 2025-11-25  2:20 UTC  (2+ messages)

[REGRESSION] rppt/for-kernelci: (build) cast from 'void (*)(struct callback_head *)' to 'void (*)(struct r
 2025-11-25  1:59 UTC 

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-11-24
 2025-11-25  1:58 UTC 

page:  |  | latest

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