linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/18] Introduce a store type enum for the Maple tree
 2024-06-04 17:41 UTC  (15+ messages)
` [PATCH 01/18] maple_tree: introduce store_type enum
` [PATCH 02/18] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH 03/18] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH 04/18] maple_tree: introduce mas_wr_store_type()
` [PATCH 05/18] maple_tree: set store type in mas_store_prealloc()
` [PATCH 06/18] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH 07/18] maple_tree: use mas_store_gfp() in mas_erase()
` [PATCH 08/18] maple_tree: set write store type in mas_store()
` [PATCH 11/18] maple_tree: use store type in mas_wr_store_entry()
` [PATCH 13/18] maple_tree: simplify mas_commit_b_node()
` [PATCH 14/18] maple_tree: remove mas_wr_modify()
` [PATCH 15/18] maple_tree: have mas_store() allocate nodes if needed
` [PATCH 16/18] maple_tree: remove node allocations from various write helper functions
` [PATCH 17/18] maple_tree: remove repeated sanity checks from mas_wr_append()

[linus:master] [mm] efa7df3e3b: kernel_BUG_at_include/linux/page_ref.h
 2024-06-04 17:35 UTC  (8+ messages)

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-06-04 17:34 UTC  (10+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-06-04 16:53 UTC  (5+ messages)

[syzbot] [maple-tree?] BUG: unable to handle kernel paging request in mas_walk
 2024-06-04 16:42 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d97496ca23a2d4ee80b7302849404859d9058bcd
 2024-06-04 16:40 UTC 

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-04 16:37 UTC  (5+ messages)
` [PATCH v5 1/2] sched/rt: "
` [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool

[PATCH 0/2] mm/pstore: Reserve named unspecified memory across boots
 2024-06-04 16:05 UTC  (7+ messages)
` [PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-04 15:52 UTC  (11+ messages)

[PATCH v4 0/2] Clean up usage of rt_task()
 2024-06-04 15:27 UTC  (5+ messages)
` [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool

[PATCH v2] maple_tree: modified return type of mas_wr_store_entry()
 2024-06-04 15:06 UTC 

[PATCH v4 0/6] slab: Introduce dedicated bucket allocator
 2024-06-04 15:02 UTC  (7+ messages)
` [PATCH v4 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v4 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH v4 0/6] add mTHP support for anonymous shmem
 2024-06-04 14:58 UTC  (8+ messages)
` [PATCH v4 1/6] mm: memory: extend finish_fault() to support large folio
` [PATCH v4 2/6] mm: shmem: add THP validation for PMD-mapped THP related statistics
` [PATCH v4 3/6] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
` [PATCH v4 4/6] mm: shmem: add mTHP support "
` [PATCH v4 5/6] mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
` [PATCH v4 6/6] mm: shmem: add mTHP counters for anonymous shmem

[Oops] vfree abort in bpf_jit_free with memcg_data value 0xffff
 2024-06-04 14:52 UTC  (4+ messages)

[PATCH 0/4] mm: remove page_maybe_dma_pinned() and page_mkclean()
 2024-06-04 14:26 UTC  (8+ messages)
` [PATCH 1/4] fs/proc/task_mmu: use folio API in pte_is_pinned()
` [PATCH 2/4] mm: remove page_maybe_dma_pinned()
` [PATCH 3/4] fb_defio: use a folio in fb_deferred_io_work()
` [PATCH 4/4] mm: remove page_mkclean()

[PATCH linux-next] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-04 13:57 UTC  (4+ messages)

[BUG] 6.10.0-rc1: segfault at 0 when reboot with kernel config INIT_MLOCKED_ON_FREE_DEFAULT_ON=y
 2024-06-04 13:50 UTC  (2+ messages)

[PATCH] mm/gup: don't check page lru flag before draining it
 2024-06-04 13:47 UTC  (2+ messages)

[PATCH 00/10] use folio in ksm
 2024-06-04 13:28 UTC  (24+ messages)
` [PATCH 01/10] mm/ksm: reduce the flush action for ksm merging page
` [PATCH 02/10] mm/ksm: skip subpages of compound pages
` [PATCH 03/10] mm/ksm: use folio in try_to_merge_one_page
` [PATCH 04/10] mm/ksm: add identical_folio func
` [PATCH 05/10] mm/ksm: use folio in stable_tree_search
` [PATCH 06/10] mm/ksm: remove page_stable_node
` [PATCH 07/10] mm/ksm: use folio in unstable_tree_search_insert
` [PATCH 08/10] mm/ksm: use folio in try_to_merge_xx serie funcs
` [PATCH 09/10] mm/ksm: calc_checksum for folio
` [PATCH 10/10] m/ksm: use folio in ksm scan path

[PATCH v6 00/15] Fast kernel headers: split linux/mm.h
 2024-06-04 13:22 UTC  (18+ messages)
` [PATCH v6 01/15] drivers: add missing includes on linux/mm.h (and others)
` [PATCH v6 02/15] include/drm/drm_gem.h: add poll_table_struct forward declaration
` [PATCH v6 03/15] include/scsi/scsicam.h: forward-declare struct block_device
` [PATCH v6 04/15] linux/mm.h: move page_kasan_tag() to mm/page_kasan_tag.h
` [PATCH v6 05/15] linux/mm.h: move section functions to mm/page_section.h
` [PATCH v6 06/15] linux/mm.h: move page_address() and others to mm/page_address.h
` [PATCH v6 07/15] linux/mm.h: move folio_size(), ... to mm/folio_size.h
` [PATCH v6 08/15] linux/mm.h: move folio_next() to mm/folio_next.h
` [PATCH v6 09/15] linux/mm.h: move devmap-related declarations to mm/devmap_managed.h
` [PATCH v6 10/15] linux/mm.h: move usage count functions to mm/folio_usage.h
` [PATCH v6 11/15] linux/mm.h: move page_zone_id() and more to mm/folio_zone.h
` [PATCH v6 12/15] linux/mm.h: move pfmemalloc-related functions to pfmemalloc.h
` [PATCH v6 13/15] linux/mm.h: move is_vmalloc_addr() to mm/vmalloc_addr.h
` [PATCH v6 14/15] linux/mm.h: move high_memory to mm/high_memory.h
` [PATCH v6 15/15] include: reduce dependencies on linux/mm.h

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-04 13:02 UTC  (11+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH 2/6] tracing: Replace memcpy() with __get_task_comm()

[PATCH v2 0/2] mm: clear pte for folios that are zero filled
 2024-06-04 12:43 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm: remove code to handle same filled pages

[PATCH] mm/page_alloc: skip THP-sized PCP list when allocating non-CMA THP-sized page
 2024-06-04 12:36 UTC  (3+ messages)

[PATCH v3 0/6] add mTHP support for anonymous shmem
 2024-06-04 12:30 UTC  (12+ messages)

[PATCH v2] mm: let kswapd work again for node that used to be hopeless but may not now
 2024-06-04 12:29 UTC  (7+ messages)

[PATCH RFC 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2024-06-04 12:25 UTC  (4+ messages)
` [PATCH RFC 1/3] kernel/events/uprobes: pass VMA instead of MM to install_breakpoint()
` [PATCH RFC 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH RFC 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH] maple_tree: add mas_node_count() before going to slow_path in mas_wr_modify()
 2024-06-04 12:03 UTC  (5+ messages)

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-06-04 11:44 UTC  (9+ messages)
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
  ` [External] "

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-06-04 11:26 UTC  (10+ messages)
` [cocci] "

[PATCH v6 00/11] enable bs > ps in XFS
 2024-06-04 10:29 UTC  (10+ messages)
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size

[PATCH v3 4/6] mm: shmem: add mTHP support for anonymous shmem
 2024-06-04  9:46 UTC  (3+ messages)

[PATCH] mm/gup: don't check page lru flag before draining it
 2024-06-04  9:18 UTC  (3+ messages)

[linux-next:master 2302/3381] drivers/input/touchscreen/wacom_w8001.c:637:29: warning: ' Pen' directive output may be truncated writing 4 bytes into a region of size between 1 and 64
 2024-06-04  8:49 UTC 

[PATCH v11 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-06-04  8:16 UTC  (15+ messages)
` [PATCH v11 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-04  7:27 UTC  (9+ messages)

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-04  7:19 UTC  (2+ messages)

[PATCH 0/8] sysctl: Remove sentinel check from sysctl internals
 2024-06-04  6:48 UTC  (10+ messages)
` [PATCH 1/8] locking: Remove superfluous sentinel element from kern_lockdep_table
` [PATCH 2/8] mm profiling: Remove superfluous sentinel element from ctl_table
` [PATCH 3/8] sysctl: Remove check for sentinel element in ctl_table arrays
` [PATCH 4/8] sysctl: Replace nr_entries with ctl_table_size in new_links
` [PATCH 5/8] sysctl: Remove superfluous empty allocations from sysctl internals
` [PATCH 6/8] sysctl: Remove "child" sysctl code comments
` [PATCH 7/8] sysctl: Remove ctl_table sentinel "
` [PATCH 8/8] sysctl: Warn on an empty procname element

[syzbot] [mm?] BUG: unable to handle kernel NULL pointer dereference in __swap_duplicate
 2024-06-04  5:39 UTC 

[PATCH net-next v14 3/5] ethtool: provide customized dim profile management
 2024-06-04  5:13 UTC  (2+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-04  4:20 UTC  (7+ messages)
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-04  3:58 UTC  (7+ messages)
` [PATCH v1 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v1 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c

[PATCH v2 0/8] mm: workingset reporting
 2024-06-04  3:56 UTC  (10+ messages)
` [PATCH v2 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [PATCH v2 2/8] mm: aggregate working set information into histograms
` [PATCH v2 3/8] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v2 4/8] mm: report workingset during memory pressure driven scanning
` [PATCH v2 5/8] mm: extend working set reporting to memcgs
` [PATCH v2 6/8] mm: add kernel aging thread for workingset reporting
` [PATCH v2 7/8] selftest: test system-wide "
` [PATCH v2 8/8] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces

[PATCHv4 1/1] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-06-04  3:49 UTC  (2+ messages)

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-06-04  3:10 UTC  (4+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[PATCH v2] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-04  2:30 UTC  (3+ messages)

[PATCH] mm: sparse: Consistently use _nr
 2024-06-04  2:09 UTC  (2+ messages)

page:  |  | latest

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