linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/18] mm/damon: enable page level properties based access pattern monitoring
 2024-12-19  4:03 UTC  (2+ messages)
` [RFC PATCH 01/18] mm/damon: clarify trying vs applying on damos_stat kernel-doc comment

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19  3:51 UTC  (11+ messages)
` [PATCH 1/5] fs/buffer: move async batch read code into a helper
` [PATCH 2/5] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [PATCH 4/5] fs/buffer: add iteration support "
` [PATCH 5/5] fs/buffer: reduce stack usage on bh_read_iter()

[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
 2024-12-19  3:51 UTC  (29+ messages)
` [RFC PATCH 01/12] khugepaged: Rename hpage_collapse_scan_pmd() -> ptes()
` [RFC PATCH 06/12] khugepaged: Generalize __collapse_huge_page_copy_failed()
` [RFC PATCH 07/12] khugepaged: Scan PTEs order-wise
` [RFC PATCH 08/12] khugepaged: Abstract PMD-THP collapse
` [RFC PATCH 09/12] khugepaged: Introduce vma_collapse_anon_folio()
` [RFC PATCH 10/12] khugepaged: Skip PTE range if a larger mTHP is already mapped
` [RFC PATCH 12/12] selftests/mm: khugepaged: Enlighten for mTHP collapse

[PATCH] mm: add maybe_lru_add_drain() that only drains when threshold is exceeded
 2024-12-19  3:13 UTC  (3+ messages)

[PATCH v2 0/5] Remove get_task_comm() and print task comm directly
 2024-12-19  2:34 UTC  (6+ messages)
` [PATCH v2 1/5] kernel: "
` [PATCH v2 2/5] arch: "
` [PATCH v2 3/5] net: "
` [PATCH v2 4/5] security: "
` [PATCH v2 5/5] drivers: "

[PATCH v2] lib/alloc_tag: Add accumulative call counter for memory allocation profiling
 2024-12-19  2:31 UTC  (4+ messages)
`  "

[PATCH v2 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-19  2:16 UTC  (20+ messages)
` [PATCH v2 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v2 02/15] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
  ` [PATCH v2 02/15 fix] fix: "
` [PATCH v2 03/15] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v2 04/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v2 05/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v2 06/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v2 07/15] arm64: "
` [PATCH v2 08/15] riscv: "
` [PATCH v2 09/15] x86: "
` [PATCH v2 10/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v2 11/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v2 12/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v2 13/15] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v2 14/15] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v2 15/15] mm: pgtable: introduce generic pagetable_dtor_free()

[next -v1 0/5] Some cleanup for memcg
 2024-12-19  1:54 UTC  (4+ messages)
` [next -v1 4/5] memcg: factor out the __refill_obj_stock function

[PATCH bpf-next v3 0/6] bpf, mm: Introduce try_alloc_pages()
 2024-12-19  1:53 UTC  (23+ messages)
` [PATCH bpf-next v3 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v3 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v3 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v3 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v3 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v3 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-12-19  1:43 UTC  (4+ messages)
` [PATCH v17 3/3] ACPI: APEI: handle synchronous exceptions "

[PATCH v1] memcg: fix soft lockup in the OOM process
 2024-12-19  1:27 UTC  (7+ messages)

Slow-tier Page Promotion discussion recap and open questions
 2024-12-19  0:56 UTC  (5+ messages)

[PATCH v6 00/16] move per-vma lock into vm_area_struct
 2024-12-19  0:47 UTC  (30+ messages)
` [PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count

qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
 2024-12-19  0:14 UTC  (5+ messages)

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-18 23:11 UTC  (16+ messages)
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock

[linux-next:master] BUILD REGRESSION 7fa366f1b6e376c38966faa42da7f0f2e013fdab
 2024-12-18 20:14 UTC 

[syzbot] [mm?] WARNING in lock_list_lru_of_memcg
 2024-12-18 19:08 UTC  (8+ messages)

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-12-18 17:53 UTC  (6+ messages)

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-18 17:16 UTC  (2+ messages)
` [PATCH] nfs: flag as supporting FOP_DONTCACHE

[PATCH 0/2] block size limit cleanups
 2024-12-18 17:14 UTC  (8+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check

[PATCH v2] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-12-18 16:17 UTC  (4+ messages)

[PATCH v4 0/5] Fix and cleanups to xarray
 2024-12-18 15:46 UTC  (6+ messages)
` [PATCH v4 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()
` [PATCH v4 3/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH v4 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH v4 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

[PATCH 04/14] selftests/mm: Fix -Warray-bounds warnings in pkey_sighandler_tests
 2024-12-18 15:36 UTC  (2+ messages)
` [PATCH] selftests/mm: Fix -Wnull-dereference on Clang

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-18 15:10 UTC  (3+ messages)
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]

[PATCH 00/12] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-18 14:42 UTC  (4+ messages)
` [PATCH 02/12] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()

[PATCH 1/7] mm/hugetlb: Fix avoid_reserve to allow taking folio from subpool
 2024-12-18 14:33 UTC  (2+ messages)

[PATCH v3 0/4] mm/swap_cgroup: remove global swap cgroup lock
 2024-12-18 11:46 UTC  (5+ messages)
` [PATCH v3 1/4] mm, memcontrol: avoid duplicated memcg enable check
` [PATCH v3 2/4] mm/swap_cgroup: remove swap_cgroup_cmpxchg
` [PATCH v3 3/4] mm/swap_cgroup: remove global swap cgroup lock
` [PATCH v3 4/4] mm/swap_cgroup: decouple swap cgroup recording and clearing

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-18 10:28 UTC  (12+ messages)

[Bug] KASAN: slab-use-after-free Read in zswap_decompress
 2024-12-18  9:17 UTC  (4+ messages)

[PATCH 1/3] percpu: Merge VERIFY_PERCPU_PTR() into its only user
 2024-12-18  8:52 UTC  (6+ messages)
` [PATCH 3/3] percpu: Cast percpu pointer in PERCPU_PTR() via unsigned long

[PATCH V7] mm, compaction: don't use ALLOC_CMA for unmovable allocations
 2024-12-18  7:57 UTC  (7+ messages)

[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
 2024-12-18  6:59 UTC  (3+ messages)

[PATCHv2 0/7] zram: split page type read/write handling
 2024-12-18  6:34 UTC  (8+ messages)
` [PATCHv2 1/7] zram: free slot memory early during write
` [PATCHv2 2/7] zram: remove entry element member
` [PATCHv2 3/7] zram: factor out ZRAM_SAME write
` [PATCHv2 4/7] zram: factor out ZRAM_HUGE write
` [PATCHv2 5/7] zram: factor out different page types read
` [PATCHv2 6/7] zram: use zram_read_from_zspool() in writeback
` [PATCHv2 7/7] zram: cond_resched() in writeback loop

[PATCH] replace free hugepage folios after migration
 2024-12-18  6:33 UTC 

[syzbot] [mm?] INFO: task hung in __lru_add_drain_all (2)
 2024-12-18  6:31 UTC 

[PATCH] docs: mm: fix the incorrect 'FileHugeMapped' field
 2024-12-18  6:28 UTC  (3+ messages)

[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-18  5:13 UTC  (2+ messages)

[PATCH] niu: Use page->private instead of page->index
 2024-12-18  3:50 UTC  (2+ messages)

[PATCH v4 0/1] Seal system mappings
 2024-12-17 22:18 UTC  (3+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-17 21:12 UTC  (5+ messages)

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17 21:00 UTC  (5+ messages)
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition

[PATCH v1] fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
 2024-12-17 19:50 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