[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2024-12-28 4:56 UTC (2+ messages)
[RFC v2 PATCH 0/5] Promotion of Unmapped Page Cache Folios
2024-12-28 3:38 UTC (18+ messages)
` [RFC v2 PATCH 2/5] memory: move conditionally defined enums use inside ifdef tags
` [RFC v2 PATCH 4/5] vmstat: add page-cache numa hints
` [RFC v2 PATCH 5/5] migrate,sysfs: add pagecache promotion
[syzbot] [net?] possible deadlock in vm_insert_page
2024-12-28 2:03 UTC (2+ messages)
[PATCH 4/7] mm/hugetlb: Clean up map/global resv accounting when allocate
2024-12-28 0:06 UTC (2+ messages)
[PATCH 1/7] mm/hugetlb: Fix avoid_reserve to allow taking folio from subpool
2024-12-27 23:15 UTC (2+ messages)
[PATCH 1/1] tools: fix atomic_set() definition to set the value correctly
2024-12-27 22:22 UTC
drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_host_printf+0xe: unknown CFA base reg 0
2024-12-27 21:36 UTC
[RFC PATCH v2 00/10] mm/damon: extend DAMOS filters for inclusion of target memory
2024-12-27 21:08 UTC (11+ messages)
` [RFC PATCH v2 01/10] mm/damon: fixup damos_filter kernel-doc
` [RFC PATCH v2 02/10] mm/damon/core: add damos_filter->pass field
` [RFC PATCH v2 03/10] mm/damon/core: support damos_filter->pass
` [RFC PATCH v2 04/10] mm/damon/paddr: "
` [RFC PATCH v2 05/10] mm/damon: add pass argument to damos_new_filter()
` [RFC PATCH v2 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass
` [RFC PATCH v2 07/10] Docs/mm/damon/design: document pass/block filters behaviors
` [RFC PATCH v2 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file
` [RFC PATCH v2 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc
` [RFC PATCH v2 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file
[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
2024-12-27 20:32 UTC (32+ messages)
[PATCH v7 00/17] move per-vma lock into vm_area_struct
2024-12-27 18:35 UTC (24+ messages)
` [PATCH v7 01/17] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v7 02/17] mm: move per-vma lock into vm_area_struct
` [PATCH v7 03/17] mm: mark vma as detached until it's added into vma tree
` [PATCH v7 04/17] mm: modify vma_iter_store{_gfp} to indicate if it's storing a new vma
` [PATCH v7 05/17] mm: mark vmas detached upon exit
` [PATCH v7 06/17] mm/nommu: fix the last places where vma is not locked before being attached
` [PATCH v7 07/17] types: move struct rcuwait into types.h
` [PATCH v7 08/17] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v7 09/17] mm: move mmap_init_lock() out of the header file
` [PATCH v7 10/17] mm: uninline the main body of vma_start_write()
` [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v7 12/17] mm: replace vm_lock and detached flag with a reference count
` [PATCH v7 13/17] mm/debug: print vm_refcnt state when dumping the vma
` [PATCH v7 14/17] mm: remove extra vma_numab_state_init() call
` [PATCH v7 15/17] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v7 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v7 17/17] docs/mm: document latest changes to vm_lock
[PATCH 1/2] alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
2024-12-27 17:32 UTC (13+ messages)
` [PATCH 2/2] alloc_tag: skip pgalloc_tag_swap if "
[syzbot] [mm?] BUG: Bad page map (8)
2024-12-27 17:02 UTC (2+ messages)
[PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
2024-12-27 16:40 UTC (2+ messages)
[PATCH] mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"
2024-12-27 15:37 UTC (2+ messages)
[External Mail] [RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
2024-12-27 15:35 UTC (12+ messages)
[PATCH v2] mm: shmem: Fix variable type to int to evaluate negative conditions
2024-12-27 11:08 UTC (5+ messages)
` [v2] "
[PATCH] mm/kmemleak: Fix percpu memory leak detection failure
2024-12-27 10:42 UTC (3+ messages)
[PATCH v3 0/3] sched: Restructure task_mm_cid_work for predictability
2024-12-27 9:12 UTC (8+ messages)
` [PATCH v3 2/3] sched: Move task_mm_cid_work to mm delayed work
` [PATCH v3 3/3] rseq/selftests: Add test for mm_cid compaction
[PATCH v2 0/2] Fix subsection vmemmap_populate logic
2024-12-27 7:49 UTC (10+ messages)
` [PATCH v2 1/2] arm64: mm: vmemmap populate to page level if not section aligned
` [PATCH v2 2/2] arm64: mm: implement vmemmap_check_pmd for arm64
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2024-12-27 7:28 UTC (9+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
` [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
` [PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH 8/8] module: drop unused module_writable_address()
[RFC PATCH v4 00/14] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2024-12-27 4:21 UTC (3+ messages)
` [RFC PATCH v4 07/14] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared
[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
2024-12-27 4:21 UTC (7+ messages)
[linux-next:master] [hugetlb] 44818d6e3e: vm-scalability.throughput 78.3% improvement
2024-12-27 3:05 UTC
[PATCH v3 0/4] mm/swap_cgroup: remove global swap cgroup lock
2024-12-27 2:03 UTC (5+ messages)
` [PATCH v3 1/4] mm, memcontrol: avoid duplicated memcg enable check
[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings
2024-12-27 1:52 UTC (3+ messages)
` [RFC PATCH v2 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
` [RFC PATCH v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC
[RFC PATCH 00/10] mm/damon: extend DAMOS filters for inclusion of target memory
2024-12-26 22:27 UTC (12+ messages)
` [RFC PATCH 01/10] mm/damon: fixup damos_filter kernel-doc
` [RFC PATCH 02/10] mm/damon/core: add damos_filter->pass field
` [RFC PATCH 03/10] mm/damon/core: support damos_filter->pass
` [RFC PATCH 04/10] mm/damon/paddr: "
` [RFC PATCH 05/10] mm/damon: add pass argument to damos_new_filter()
` [RFC PATCH 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass
` [RFC PATCH 07/10] Docs/mm/damon/design: document pass/block filters behaviors
` [RFC PATCH 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file
` [RFC PATCH 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc
` [RFC PATCH 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file
[syzbot] [fs?] [mm?] KCSAN: data-race in read_pages / read_pages (4)
2024-12-26 21:44 UTC
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2024-12-26 20:19 UTC
[PATCH 1/1] fixup for mm/debug: print vm_refcnt state when dumping the vma
2024-12-26 20:03 UTC
[PATCH] cxl: Update Soft Reserved resources upon region creation
2024-12-26 19:25 UTC (4+ messages)
[syzbot] [mm?] KASAN: stack-out-of-bounds Read in save_stack
2024-12-26 18:46 UTC
[PATCH v4] mm: add build-time option for hotplug memory default online type
2024-12-26 18:29 UTC
[PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
2024-12-26 17:12 UTC (13+ messages)
[PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register
2024-12-26 15:21 UTC (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[RFC PATCH] mm/madvise: enable files from read-only block for MADV_PAGEOUT
2024-12-26 13:22 UTC
[PATCH v2 0/2] riscv/ptrace: add new regset to access original a0 register
2024-12-26 11:04 UTC (7+ messages)
` [PATCH v2 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[PATCH v3 0/2] riscv/ptrace: add new regset to access original a0 register
2024-12-26 10:58 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
Bug: slab-out-of-bounds Read in isolate_migratepages_block
2024-12-26 5:07 UTC
[PATCH mm-unstable v3 6/6] mm/mglru: rework workingset protection
2024-12-26 2:51 UTC (4+ messages)
[PATCH v9 mm-unstable 00/18] Add zpdesc memory descriptor for zswap.zpool
2024-12-26 1:54 UTC (2+ messages)
Slow-tier Page Promotion discussion recap and open questions
2024-12-26 1:28 UTC (3+ messages)
[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2024-12-26 0:31 UTC
[RFC PATCH v2 00/11] AMD broadcast TLB invalidation
2024-12-25 23:42 UTC (10+ messages)
` [PATCH 01/11] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH 03/11] x86/mm: get INVLPGB count max from CPUID
` [PATCH 08/11] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
[PATCH] mm/page_alloc: add cond_resched in __drain_all_pages()
2024-12-25 23:03 UTC (2+ messages)
[PATCH v2 0/2] mm: alloc_pages_bulk: small API refactor
2024-12-25 12:36 UTC (3+ messages)
` [PATCH v2 1/2] mm: alloc_pages_bulk_noprof: drop page_list argument
[syzbot] [cgroups?] [mm?] general protection fault in __memcg_kmem_charge_page
2024-12-25 10:07 UTC
[syzbot] [mm?] INFO: rcu detected stall in sys_symlinkat (5)
2024-12-25 9:19 UTC (2+ messages)
Potential Double Scanning of struct page Physical Memory by kmemleak
2024-12-25 8:09 UTC
[PATCH] elf: Correct note name comment
2024-12-25 6:46 UTC
[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
2024-12-25 2:23 UTC (6+ messages)
[PATCH V1] mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_count
2024-12-25 2:10 UTC
[syzbot] [mm?] INFO: rcu detected stall in sys_pipe2 (2)
2024-12-25 0:22 UTC (2+ messages)
[RFC PATCH v2] Weighted interleave auto-tuning
2024-12-24 23:48 UTC (5+ messages)
` [External Mail] "
[PATCH v3] memcg: fix soft lockup in the OOM process
2024-12-24 23:06 UTC (2+ messages)
[PATCH -next v6] mm: vmscan: retry folios written back while isolated for traditional LRU
2024-12-24 19:33 UTC (6+ messages)
[PATCH v2 00/13] mm, swap: rework of swap allocator locks
2024-12-24 19:08 UTC (16+ messages)
` [PATCH v2 01/13] mm, swap: minor clean up for swap entry allocation
` [PATCH v2 02/13] mm, swap: fold swap_info_get_cont in the only caller
` [PATCH v2 03/13] mm, swap: remove old allocation path for HDD
` [PATCH v2 04/13] mm, swap: use cluster lock "
` [PATCH v2 05/13] mm, swap: clean up device availability check
` [PATCH v2 06/13] mm, swap: clean up plist removal and adding
` [PATCH v2 07/13] mm, swap: hold a reference during scan and cleanup flag usage
` [PATCH v2 08/13] mm, swap: use an enum to define all cluster flags and wrap flags changes
` [PATCH v2 09/13] mm, swap: reduce contention on device lock
` [PATCH v2 10/13] mm, swap: simplify percpu cluster updating
` [PATCH v2 11/13] mm, swap: introduce a helper for retrieving cluster from offset
` [PATCH v2 12/13] mm, swap: use a global swap cluster for non-rotation devices
` [PATCH v2 13/13] mm, swap_slots: remove slot cache for freeing path
[syzbot] [mm?] general protection fault in workingset_refault
2024-12-24 18:49 UTC (2+ messages)
[syzbot] [mm?] KASAN: slab-use-after-free Read in __mmap_region
2024-12-24 16:35 UTC (2+ messages)
[PATCH v6 0/5] Improve simple directory offset wrap behavior
2024-12-24 16:10 UTC (9+ messages)
` [PATCH v6 5/5] libfs: Use d_children list to iterate simple_offset directories
[linus:master] [mm] 249608ee47: stress-ng.mmap.ops_per_sec 13.1% regression
2024-12-24 8:40 UTC
[PATCH v2] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
2024-12-24 7:29 UTC (7+ messages)
[PATCH 0/9 RFC] cgroup: separate rstat trees
2024-12-24 4:57 UTC (2+ messages)
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