[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-09 17:16 UTC (8+ messages)
` [PATCH v14] "
` [PATCH v16] "
` [PATCH v17] "
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 1/3] exec: make setup_new_exec() return int
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
` [RFC PATCH 3/3] ptrace: ensure PTRACE_EVENT_EXIT won't stop if the tracee is killed by exec
[PATCH V2] mm: Remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
2025-11-09 17:07 UTC (2+ messages)
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-09 16:26 UTC (23+ 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()
[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
2025-11-09 14:18 UTC (4+ messages)
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
[RFC] Guidance on contributing to the MM subsystem and finding tasks
2025-11-09 14:14 UTC (5+ messages)
` Guidance on contributing to MM subsystem
[syzbot] [fs?] WARNING in destroy_super_work
2025-11-09 14:11 UTC (3+ messages)
[PATCH v2 2/5] kexec: move sysfs entries to /sys/kernel/kexec
2025-11-09 13:38 UTC
[PATCH v2 1/4] array_size.h: Add ARRAY_END()
2025-11-09 13:14 UTC (3+ messages)
[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2025-11-09 12:49 UTC (4+ messages)
` [PATCH 1/3] mm, swap: change back to use each swap device's percpu cluster
` [PATCH 2/3] mm: swap: introduce swap tier infrastructure
` [PATCH 3/3] mm/swap: integrate swap tier infrastructure into swap subsystem
[PATCH 0/2] mm: perform guard region install/remove under VMA lock
2025-11-09 11:16 UTC (3+ messages)
` [PATCH 1/2] mm: rename walk_page_range_mm()
` [PATCH 2/2] mm/madvise: allow guard page install/remove under VMA lock
[syzbot] [fs?] WARNING in nsproxy_ns_active_put
2025-11-09 8:24 UTC
[PATCH Resend] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
2025-11-09 7:44 UTC (11+ messages)
[PATCH] lib/test_kho: Check if KHO is enabled
2025-11-09 7:31 UTC (5+ messages)
[PATCH v4 0/4] mm/userfaultfd: modulize memory types
2025-11-09 7:11 UTC (20+ messages)
[PATCH] selftest/mm: fix pointer comparison in mremap_test
2025-11-09 6:54 UTC (7+ messages)
[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
2025-11-09 6:51 UTC (3+ messages)
[Linux Memory Hotness and Promotion] Notes from November 6, 2025
2025-11-09 2:51 UTC
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-09 2:40 UTC (24+ messages)
` [PATCH v12 mm-new 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v5 00/22] Live Update Orchestrator
2025-11-09 2:31 UTC (27+ messages)
` [PATCH v5 01/22] liveupdate: luo_core: luo_ioctl: "
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 03/22] reboot: call liveupdate_reboot() before kexec
` [PATCH v5 04/22] liveupdate: Kconfig: Make debugfs optional
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 07/22] liveupdate: luo_ioctl: add user interface
` [PATCH v5 08/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v5 09/22] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v5 10/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v5 11/22] docs: add luo documentation
` [PATCH v5 12/22] MAINTAINERS: add liveupdate entry
` [PATCH v5 13/22] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v5 14/22] mm: shmem: allow freezing inode mapping
` [PATCH v5 15/22] mm: shmem: export some functions to internal.h
` [PATCH v5 16/22] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v5 17/22] mm: memfd_luo: allow preserving memfd
` [PATCH v5 18/22] docs: add documentation for memfd preservation via LUO
` [PATCH v5 19/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v5 20/22] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v5 21/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test
[Hypervisor Live Update] Notes from November 3, 2025
2025-11-09 1:53 UTC (2+ messages)
[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
2025-11-09 0:42 UTC (4+ messages)
` [PATCH] mm/huge_memory: initialise "
` [PATCH] Clarification: please ignore earlier submission
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures
[PATCH] powerpc: Fix mprotect on book3s32
2025-11-08 22:24 UTC (2+ messages)
[PATCH v5 0/6] Cache coherency management subsystem
2025-11-08 20:02 UTC (2+ messages)
[PATCH] shmem: fix tmpfs reconfiguration (remount) when noswap is set
2025-11-08 19:09 UTC
[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
2025-11-08 18:13 UTC (10+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
` [PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate
[akpm-mm:mm-nonmm-unstable 129/139] mm/shmem.c:5811:23: warning: unused variable 'flags'
2025-11-08 16:43 UTC (2+ messages)
[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
2025-11-08 16:18 UTC
[PATCH] mm/hmm/test: Fix error handling in dmirror_device_init
2025-11-08 14:30 UTC (2+ messages)
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
2025-11-08 9:05 UTC (3+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
[PATCH v13 01/13] x86/um: nommu: elf loader for fdpic
2025-11-08 8:05 UTC
[PATCH -v4 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-11-08 7:20 UTC (4+ messages)
` [PATCH -v4 2/2] arm64, tlbflush: don't "
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-11-08 6:32 UTC (6+ messages)
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
[PATCH] mm: memcg: dump memcg protection info on oom or alloc failures
2025-11-08 5:45 UTC (3+ messages)
[PATCH 10/10] mm: Use folio_next_pos()
2025-11-08 5:00 UTC (2+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-11-10
2025-11-08 4:07 UTC
[PATCH v4 0/9] rust: Add Per-CPU Variable API
2025-11-08 3:39 UTC (8+ messages)
` [PATCH v4 1/9] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v4 2/9] rust: cpumask: Add getters for globally defined cpumasks
[linux-next:master] BUILD REGRESSION 9c0826a5d9aa4d52206dd89976858457a2a8a7ed
2025-11-08 3:10 UTC
[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-11-08 2:37 UTC (10+ 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 v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
2025-11-08 1:11 UTC
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-08 0:35 UTC (17+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
[PATCH v1] mm/vmscan: Add retry logic for cgroups with memory.low in kswapd
2025-11-08 0:09 UTC (9+ messages)
[RFC PATCH v7 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-11-08 0:01 UTC (7+ messages)
[RFC LPC2026 PATCH 0/9] Protected Memory NUMA Nodes
2025-11-07 22:49 UTC (10+ messages)
` [RFC PATCH 1/9] gfp: Add GFP_PROTECTED for protected-node allocations
` [RFC PATCH 2/9] memory-tiers: create default_sysram_nodes
` [RFC PATCH 3/9] mm: default slub, oom_kill, compaction, and page_alloc to sysram
` [RFC PATCH 4/9] mm,cpusets: rename task->mems_allowed to task->mems_default
` [RFC PATCH 5/9] cpuset: introduce cpuset.mems.default
` [RFC PATCH 6/9] mm/memory_hotplug: add MHP_PROTECTED_MEMORY flag
` [RFC PATCH 7/9] drivers/dax: add protected memory bit to dev_dax
` [RFC PATCH 8/9] drivers/cxl: add protected_memory bit to cxl region
` [RFC PATCH 9/9] [HACK] mm/zswap: compressed ram integration example
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-07 20:27 UTC (6+ messages)
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model
[PATCH 0/2] vma_start_write_killable
2025-11-07 19:12 UTC (5+ messages)
` [PATCH 1/2] mm: Add vma_start_write_killable()
` [PATCH 2/2] mm: Use vma_start_write_killable() in dup_mmap()
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-11-07 18:11 UTC (6+ messages)
[Bug 220765] New: Memory leak in maple_node (Maple Tree) on Linux 6.18-rc4
2025-11-07 17:48 UTC
[PATCH v2] fix AMDGPU failure with periodic signal
2025-11-07 17:48 UTC
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-07 17:22 UTC (16+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[RFC PATCH v8 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-11-07 17:22 UTC (3+ messages)
` [RFC PATCH v8 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v8 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
[RFC PATCH v2 0/3] Add testable code specifications
2025-11-07 16:29 UTC (7+ messages)
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-07 16:11 UTC (9+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 3/8] mm: implement sticky VMA flags
` [PATCH v3 4/8] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v3 6/8] tools/testing/vma: add VMA sticky userland tests
` [PATCH v3 7/8] tools/testing/selftests/mm: add MADV_COLLAPSE test case
` [PATCH v3 8/8] tools/testing/selftests/mm: add smaps visibility guard region test
[GIT PULL] slab fix for 6.18-rc5
2025-11-07 16:05 UTC (2+ messages)
[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
2025-11-07 15:59 UTC
[PATCH 0/2] s390/fpu: Fix kmsan false-positive report
2025-11-07 15:33 UTC (6+ messages)
` [PATCH 2/2] s390/fpu: Fix kmsan in fpu_vstl function
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox