[PATCH 0/1] mm/fake-numa: allow later numa node hotplug
2025-01-07 10:08 UTC (2+ messages)
[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
2025-01-07 10:04 UTC (13+ messages)
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-07 9:57 UTC (28+ messages)
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
Swap Min Odrer
2025-01-07 9:43 UTC
[PATCH] mm/memfd: reserve hugetlb folios before allocation
2025-01-07 9:36 UTC (2+ messages)
[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-01-07 9:23 UTC (9+ messages)
` [PATCH v18 01/19] EDAC: Add support for EDAC device features control
` [PATCH v18 02/19] EDAC: Add scrub control feature
[PATCH v1] mm: fix div by zero in bdi_ratio_from_pages
2025-01-07 9:20 UTC (2+ messages)
[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
2025-01-07 9:17 UTC
[PATCH v2 0/6] Account page tables at all levels
2025-01-07 9:15 UTC (3+ messages)
[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix memory loads ordering
2025-01-07 8:49 UTC (3+ messages)
[PATCH v2] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
2025-01-07 8:47 UTC (10+ messages)
` [PATCH] Simple fix
[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
2025-01-07 8:34 UTC (12+ messages)
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2025-01-07 8:32 UTC (9+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[LSF/MM/BPF TOPIC] Proposal of a research paper presentation: Developers rationale analysis from the OOM-Killer of the MM module
2025-01-07 8:26 UTC (2+ messages)
` [Lsf-pc] "
[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
2025-01-07 8:17 UTC (4+ messages)
` [PATCH v18 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v18 3/3] ACPI: APEI: handle synchronous exceptions in task work
[syzbot] [mm?] WARNING in vma_merge_existing_range
2025-01-07 8:14 UTC (4+ messages)
[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
2025-01-07 8:12 UTC (7+ messages)
` [RFC PATCH 07/12] khugepaged: Scan PTEs order-wise
` [RFC PATCH 09/12] khugepaged: Introduce vma_collapse_anon_folio()
[PATCH RESEND 1/2] Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"
2025-01-07 7:47 UTC (2+ messages)
` [PATCH RESEND 2/2] mm: zswap: use SRCU to synchronize with CPU hotunplug
[PATCH v4] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
2025-01-07 7:42 UTC
[PATCH] zram: fix potential UAF of zram table
2025-01-07 7:38 UTC (2+ messages)
[PATCH v3] arm64: mm: Populate vmemmap at the page level for hotplugged sections
2025-01-07 7:38 UTC (3+ messages)
[PATCH v2 0/6] mm/arm64: re-enable HVO
2025-01-07 6:07 UTC (5+ messages)
[PATCH] mm: avoid implicit type conversion
2025-01-07 5:48 UTC (3+ messages)
[RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings
2025-01-07 5:21 UTC (7+ messages)
` [RFC PATCH RESEND v2 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
[PATCH] mm: remove an avoidable load of page refcount in page_ref_add_unless
2025-01-07 4:41 UTC (9+ messages)
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 3:42 UTC (26+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH v3 00/12] AMD broadcast TLB invalidation
2025-01-07 3:25 UTC (36+ messages)
` [PATCH 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH 05/12] x86/mm: add INVLPGB support code
` [PATCH 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH 07/12] x86/tlb: use INVLPGB in flush_tlb_all
` [PATCH 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH 11/12] x86/mm: enable AMD translation cache extensions
[PATCH v5 00/12] zswap IAA compress batching
2025-01-07 3:10 UTC (17+ messages)
` [PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v5 10/12] mm: zswap: Allocate pool batching resources if the crypto_alg supports batching
` [PATCH v5 11/12] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching
` [PATCH v5 12/12] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
[PATCH 1/1] mm: remove extra check for VMA_LOCK_OFFSET when read-locking a vma
2025-01-07 3:04 UTC
[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
2025-01-07 2:06 UTC (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str
[PATCH 0/3] mm: batched unmap lazyfree large folios during reclamation
2025-01-07 1:33 UTC (11+ messages)
` [PATCH 1/3] mm: set folio swapbacked iff folios are dirty in try_to_unmap_one
[PATCH v4 0/1] Seal system mappings
2025-01-07 1:17 UTC (7+ messages)
` [PATCH v4 1/1] exec: seal "
[syzbot] [mm?] kernel BUG in alloc_hugetlb_folio_reserve
2025-01-07 1:07 UTC (3+ messages)
` "
[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
2025-01-07 0:44 UTC (6+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
[PATCH 1/2] dax: Remove access to page->index
2025-01-07 0:43 UTC (2+ messages)
[RFC v3 PATCH 0/5] Promotion of Unmapped Page Cache Folios
2025-01-07 0:03 UTC (7+ messages)
` [PATCH v3 1/6] migrate: Allow migrate_misplaced_folio_prepare() to accept a NULL VMA
` [PATCH v3 2/6] memory: move conditionally defined enums use inside ifdef tags
` [PATCH v3 3/6] memory: allow non-fault migration in numa_migrate_check path
` [PATCH v3 4/6] vmstat: add page-cache numa hints
` [PATCH v3 5/6] migrate: implement migrate_misplaced_folio_batch
` [PATCH v3 6/6] migrate,sysfs: add pagecache promotion
[PATCH] mm: zswap: fix race between [de]compression and CPU hotunplug
2025-01-06 23:54 UTC (4+ messages)
` [PATCH 1/2] Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"
` [PATCH 2/2] mm: zswap: use SRCU to synchronize with CPU hotunplug
[PATCH net-next v6 0/8] fix two bugs related to page_pool
2025-01-06 23:51 UTC (2+ messages)
[RFC PATCH 0/9 v2] cgroup: separate per-subsystem rstat trees
2025-01-06 23:13 UTC (2+ messages)
[PATCH] tools/mm: Introduce a tool to handle entries in allocinfo
2025-01-06 21:11 UTC (2+ messages)
[Invitation] Linux MM Alignment Session on Cgroup-based THP Control on Wednesday
2025-01-06 21:02 UTC
[linux-next:master] BUILD REGRESSION 4e16367cfe0ce395f29d0482b78970cce8e1db73
2025-01-06 20:57 UTC
[PATCH 4/7] mm/hugetlb: Clean up map/global resv accounting when allocate
2025-01-06 20:55 UTC (3+ messages)
[RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
2025-01-06 20:19 UTC (3+ messages)
ROX allocations broke livepatch for modules since 6.13-rc1
2025-01-06 19:45 UTC (3+ messages)
[PATCH 00/16] mm/damon: enable page level properties based monitoring
2025-01-06 19:34 UTC (17+ messages)
` [PATCH 01/16] mm/damon: clarify trying vs applying on damos_stat kernel-doc comment
` [PATCH 02/16] Docs/mm/damon/design: add 'statistics' section
` [PATCH 03/16] Docs/admin-guide/mm/damon/usage: link damos stat design doc
` [PATCH 04/16] mm/damon: ask apply_scheme() to report filter-passed region-internal bytes
` [PATCH 05/16] mm/damon/paddr: report filter-passed bytes back for normal actions
` [PATCH 06/16] mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT action
` [PATCH 07/16] mm/damon/core: implement per-scheme ops-handled filter-passed bytes stat
` [PATCH 08/16] mm/damon/syfs-schemes: implement per-scheme "
` [PATCH 09/16] Docs/mm/damon/design: document sz_ops_filter_passed
` [PATCH 10/16] Docs/admin-guide/mm/damon/usage: "
` [PATCH 11/16] Docs/ABI/damon: document per-scheme filter-passed bytes stat file
` [PATCH 12/16] mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->walk_fn()
` [PATCH 13/16] mm/damon/sysfs-schemes: expose per-region filter-passed bytes
` [PATCH 14/16] Docs/mm/damon/design: document per-region sz_filter_passed stat
` [PATCH 15/16] Docs/admin-guide/mm/damon/usage: document sz_filtered_out of scheme tried region directories
` [PATCH 16/16] Docs/ABI/damon: document per-region DAMOS filter-passed bytes stat file
[PATCH v2 0/8] mm/damon: remove DAMON debugfs interface
2025-01-06 19:19 UTC (9+ messages)
` [PATCH v2 1/8] Docs/translations/*/admin-guide/mm/damon/usage: remove DAMON debugfs interface documentation
` [PATCH v2 2/8] Docs/admin-guide/mm/damon/usage: "
` [PATCH v2 3/8] Docs/mm/damon/design: update for removal of DAMON debugfs interface
` [PATCH v2 4/8] selftests/damon/config: remove configs for DAMON debugfs interface selftests
` [PATCH v2 5/8] selftests/damon: remove tests for DAMON debugfs interface
` [PATCH v2 6/8] kunit: configs: remove configs for DAMON debugfs interface tests
` [PATCH v2 7/8] mm/damon: remove DAMON debugfs interface kunit tests
` [PATCH v2 8/8] mm/damon: remove DAMON debugfs interface
WARNING: CPU: 1 PID: 23 at kernel/workqueue.c:4317 enable_work (kernel/workqueue.c:4317 (discriminator 1) kernel/workqueue.c:4488 (discriminator 1))
2025-01-06 18:15 UTC
[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
2025-01-06 17:48 UTC (3+ messages)
` [PATCH v2 1/7] kernel/cgroup: "
[PATCH v7 00/17] move per-vma lock into vm_area_struct
2025-01-06 17:26 UTC (4+ messages)
` [PATCH v7 12/17] mm: replace vm_lock and detached flag with a reference count
[PATCH v2 0/5] elf: Define note name macros
2025-01-06 17:23 UTC (8+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 5/5] crash: Remove KEXEC_CORE_NOTE_NAME
Slow-tier Page Promotion discussion recap and open questions
2025-01-06 17:02 UTC (5+ messages)
[PATCH v4 00/10] Buddy allocator like folio split
2025-01-06 16:55 UTC (11+ messages)
` [PATCH v4 01/10] selftests/mm: use selftests framework to print test result
` [PATCH v4 02/10] selftests/mm: add tests for splitting pmd THPs to all lower orders
` [PATCH v4 03/10] mm/huge_memory: allow split shmem large folio to any order
` [PATCH v4 04/10] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v4 05/10] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v4 06/10] mm/huge_memory: add buddy allocator like folio_split()
` [PATCH v4 07/10] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v4 08/10] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v4 09/10] mm/truncate: use folio_split() for truncate operation
` [PATCH v4 10/10] selftests/mm: add tests for folio_split(), buddy allocator like split
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2025-01-06 16:51 UTC (4+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCHSET v8 0/12] Uncached buffered IO
2025-01-06 15:44 UTC (4+ messages)
` [PATCH 07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
` (subset) "
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