linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-11  9:21 UTC  (11+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
                ` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11  9:19 UTC  (25+ 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 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices

[PATCH v2 0/2] vma_start_write_killable
 2025-11-11  9:16 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Add vma_start_write_killable()
` [PATCH v2 2/2] mm: Use vma_start_write_killable() in dup_mmap()

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-11-11  9:13 UTC  (15+ messages)
` [PATCH v6 09/18] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v6 11/18] x86/kasan: KASAN raw shadow memory PTE init
` [PATCH v6 12/18] x86/mm: LAM compatible non-canonical definition
` [PATCH v6 13/18] x86/mm: LAM initialization
` [PATCH v6 14/18] x86: Minimal SLAB alignment
` [PATCH v6 16/18] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v6 18/18] x86/kasan: Make software tag-based kasan available

[RFC PATCH 0/7] Separate ptdesc from struct page
 2025-11-11  8:59 UTC  (7+ messages)
` [RFC PATCH 2/7] mm: Account pagetable memory when allocated
` [RFC PATCH 4/7] pgtable: Remove uses of page->lru
` [RFC PATCH 5/7] x86: Call preallocate_vmalloc_pages() later

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  8:54 UTC  (8+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-11  8:49 UTC  (17+ messages)
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2025-11-11  8:36 UTC  (21+ messages)
` [PATCH 1/4] memcg: use mod_node_page_state to update stats
` [PATCH 2/4] memcg: remove __mod_lruvec_kmem_state
` [PATCH 3/4] memcg: remove __mod_lruvec_state
` [PATCH 4/4] memcg: remove __lruvec_stat_mod_folio

[PATCH v2 0/2] mm: perform guard region install/remove under VMA lock
 2025-11-11  8:12 UTC  (7+ messages)
` [PATCH v2 1/2] mm: rename walk_page_range_mm()
` [PATCH v2 2/2] mm/madvise: allow guard page install/remove under VMA lock

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  8:10 UTC  (6+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-11  8:01 UTC  (8+ messages)
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers

[PATCH v3 00/50] tree-in-dcache stuff
 2025-11-11  7:53 UTC  (53+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 04/50] new helper: simple_done_creating()
` [PATCH v3 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v3 06/50] primitives for maintaining persisitency
` [PATCH v3 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v3 08/50] convert ramfs and tmpfs
` [PATCH v3 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v3 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v3 11/50] convert xenfs
` [PATCH v3 12/50] convert smackfs
` [PATCH v3 13/50] convert hugetlbfs
` [PATCH v3 14/50] convert mqueue
` [PATCH v3 15/50] convert bpf
` [PATCH v3 16/50] convert dlmfs
` [PATCH v3 17/50] convert fuse_ctl
` [PATCH v3 18/50] convert pstore
` [PATCH v3 19/50] convert tracefs
` [PATCH v3 20/50] convert debugfs
` [PATCH v3 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v3 22/50] convert efivarfs
` [PATCH v3 23/50] convert spufs
` [PATCH v3 24/50] convert ibmasmfs
` [PATCH v3 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v3 26/50] convert devpts
` [PATCH v3 27/50] binderfs: use simple_start_creating()
` [PATCH v3 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v3 29/50] convert binderfs
` [PATCH v3 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v3 31/50] convert autofs
` [PATCH v3 32/50] convert binfmt_misc
` [PATCH v3 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v3 35/50] convert selinuxfs
` [PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v3 37/50] convert functionfs
` [PATCH v3 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v3 39/50] convert gadgetfs
` [PATCH v3 40/50] hypfs: don't pin dentries twice
` [PATCH v3 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v3 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v3 43/50] convert hypfs
` [PATCH v3 44/50] convert rpc_pipefs
` [PATCH v3 45/50] convert nfsctl
` [PATCH v3 46/50] convert rust_binderfs
` [PATCH v3 47/50] get rid of kill_litter_super()
` [PATCH v3 48/50] convert securityfs
` [PATCH v3 49/50] kill securityfs_recursive_remove()
` [PATCH v3 50/50] d_make_discardable(): warn if given a non-persistent dentry

poison_element vs highmem, was Re: [linux-next:master] [block] ec7f31b2a2: BUG:unable_to_handle_page_fault_for_address
 2025-11-11  7:48 UTC 

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11  7:31 UTC  (23+ 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 V1 6.1.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2025-11-11  7:11 UTC  (3+ messages)
` [PATCH V1 6.1.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V1 6.1.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[linux-next:master] [mm] 60a70e6143: xfstests.generic.363.fail
 2025-11-11  7:05 UTC 

[PATCH] Revert "mm, swap: avoid redundant swap device pinning"
 2025-11-11  6:48 UTC  (6+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:27 UTC  (2+ messages)

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-11  6:24 UTC  (6+ messages)
` [PATCH v8 6/7] mm, folio_zero_user: support clearing page ranges

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:12 UTC  (2+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:12 UTC  (2+ messages)

[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
 2025-11-11  5:58 UTC  (21+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-11  5:58 UTC  (3+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-11-11  5:41 UTC  (9+ messages)

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-11  4:11 UTC  (11+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional

[PATCH] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
 2025-11-11  3:58 UTC 

[GIT PULL] hotfixes for 6.18-rc6
 2025-11-11  3:32 UTC 

[PATCH] mm/ptdesc: Derive from the compound head in page_ptdesc()
 2025-11-11  3:32 UTC  (5+ messages)

[PATCH v2 1/1] mm/hugetlb: fix possible deadlocks in hugetlb VMA unmap paths
 2025-11-11  3:25 UTC  (4+ messages)

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-11  2:45 UTC  (14+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-11-11  1:57 UTC  (7+ messages)

[PATCH] memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
 2025-11-11  1:00 UTC  (2+ messages)
` [PATCH v2] "

Memory leak in 6.18
 2025-11-10 22:23 UTC  (4+ messages)

[PATCH v1 2/3] mm: Fix benign off-by-one bugs
 2025-11-10 22:06 UTC  (3+ messages)

[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
 2025-11-10 22:03 UTC  (3+ messages)

[PATCH] selftest/mm: fix pointer comparison in mremap_test
 2025-11-10 21:43 UTC  (8+ messages)

[PATCH] mm/migrate_device: Add tracepoints for debugging
 2025-11-10 21:19 UTC  (2+ messages)

[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
 2025-11-10 20:19 UTC  (3+ messages)

[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
 2025-11-10 19:24 UTC  (3+ messages)

[PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-10 19:22 UTC  (2+ messages)
` [syzbot ci] "

[PATCH] liveupdate: kho: Enable KHO by default
 2025-11-10 18:34 UTC  (2+ messages)

[syzbot] [fs?] [mm?] KMSAN: kernel-infoleak in hugetlbfs_read_iter
 2025-11-10 18:09 UTC 

[PATCH] mm/selftests: Fix -Wtautological-compare warning in mremap_test.c
 2025-11-10 18:09 UTC  (2+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-10 17:59 UTC  (5+ messages)
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such

page:  |  | latest

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