linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API
 2024-07-23 13:17 UTC  (6+ messages)
    ` [RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()

[PATCH v2 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
 2024-07-23 13:03 UTC  (12+ messages)
` [PATCH v2 2/3] memory tiering: introduce folio_has_cpupid() check
` [PATCH v2 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled

[PATCH 5.15.y 0/8] Backport patches for DAMON merge regions fix
 2024-07-23 12:15 UTC  (2+ messages)

[PATCH 5.15.y 8/8] mm/damon/core: merge regions aggressively when max_nr_regions is unmet
 2024-07-23 12:15 UTC  (2+ messages)
` Patch "mm/damon/core: merge regions aggressively when max_nr_regions is unmet" has been added to the 5.15-stable tree

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-07-23 12:12 UTC  (9+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
` [PATCH v2 2/2] mm: kvmalloc: align kvrealloc() with krealloc()

[PATCH 6.1.y 0/7] Backport patches for DAMON merge regions fix
 2024-07-23 12:10 UTC  (3+ messages)

[PATCH 6.1.y 7/7] mm/damon/core: merge regions aggressively when max_nr_regions is unmet
 2024-07-23 12:09 UTC  (2+ messages)
` Patch "mm/damon/core: merge regions aggressively when max_nr_regions is unmet" has been added to the 6.1-stable tree

[PATCH] mm: Fix endless reclaim on machines with unaccepted memory
 2024-07-23 11:55 UTC  (7+ messages)

[PATCH 0/2] Align kvrealloc() with krealloc()
 2024-07-23 11:28 UTC  (3+ messages)
` [PATCH 1/2] mm: vmalloc: implement vrealloc()

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-07-23 11:23 UTC  (3+ messages)

[External] Re: [PATCH 1/1] mm/vmalloc: Add preempt point in purge_vmap_node() when enabling kasan
 2024-07-23 10:50 UTC  (4+ messages)
`  "

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-23 10:12 UTC  (6+ messages)

[PATCH v3 0/7] Make core VMA operations internal and testable
 2024-07-23  9:35 UTC  (10+ messages)
` [PATCH v3 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v3 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v3 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v3 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v3 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v3 6/7] tools: separate out shared radix-tree components
` [PATCH v3 7/7] tools: add skeleton code for userland testing of VMA logic

Possible slab-allocator issue
 2024-07-23  9:05 UTC  (2+ messages)

[PATCH v4 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-07-23  9:04 UTC  (2+ messages)
` [PATCH v4 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files

mm/gup.o: warning: objtool: faultin_page_range+0x100: unreachable instruction
 2024-07-23  8:28 UTC  (2+ messages)

[alexshi:mmunstable2] 934c05f8c5: BUG:unable_to_handle_page_fault_for_address
 2024-07-23  8:23 UTC  (4+ messages)

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-23  8:18 UTC  (4+ messages)

[PATCH] kcov: don't instrument lib/find_bit.c
 2024-07-23  7:56 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: Fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
 2024-07-23  7:02 UTC  (2+ messages)

[PATCH v1] mm/numa_balancing: Fix the memory thrashing problem in the single-threaded process
 2024-07-23  7:00 UTC  (3+ messages)
  ` [External] "

[PATCH v2] mm/page_alloc: Fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
 2024-07-23  6:50 UTC  (5+ messages)

[PATCH v3 0/5] Fix some GDB command error and add some GDB commands
 2024-07-23  6:49 UTC  (6+ messages)
` [PATCH v3 1/5] scripts/gdb: fix timerlist parsing issue
` [PATCH v3 2/5] scripts/gdb: add iteration function for rbtree
` [PATCH v3 3/5] scripts/gdb: fix lx-mounts command error
` [PATCH v3 4/5] scripts/gdb: Add 'lx-stack_depot_lookup' command
` [PATCH v3 5/5] scripts/gdb: Add 'lx-kasan_mem_to_shadow' command

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-23  6:41 UTC  (26+ messages)
` [PATCH v2 01/25] mm: move kernel/numa.c to mm/
` [PATCH v2 02/25] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v2 03/25] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v2 04/25] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 05/25] MIPS: loongson64: rename __node_data to node_data
` [PATCH v2 06/25] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 07/25] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 08/25] arch, mm: move definition of node_data to generic code
` [PATCH v2 09/25] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v2 10/25] x86/numa: simplify numa_distance allocation
` [PATCH v2 11/25] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v2 17/25] mm: introduce numa_memblks
` [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt

[PATCH v3 0/2] mm: zswap: fixes for global shrinker
 2024-07-23  6:37 UTC  (7+ messages)
` [PATCH v3 1/2] mm: zswap: fix global shrinker memcg iteration
` [PATCH v3 2/2] mm: zswap: fix global shrinker error handling logic

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-23  6:27 UTC  (13+ messages)
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH V7 1/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-07-23  6:24 UTC  (13+ messages)

[linus:master] [mm] 24e44cc22a: BUG:KCSAN:data-race_in_pcpu_alloc_noprof/pcpu_block_update_hint_alloc
 2024-07-23  6:13 UTC  (10+ messages)

[PATCH] mm/numa_balancing: Fix the memory thrashing problem in the single-threaded process
 2024-07-23  5:07 UTC  (3+ messages)
  ` [External] "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-23  4:22 UTC  (7+ messages)
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 17/29] arm64: implement PKEYS support

[PATCH v5] mm/damon/lru_sort: adjust local variable to dynamic allocation
 2024-07-23  3:55 UTC 

[linux-next:master 13132/13536] arch/loongarch/kernel/relocate.c:212:24: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-07-23  3:52 UTC 

[PATCH v2] um/mm: remove redundant assignment of max_low_pfn
 2024-07-23  3:43 UTC  (2+ messages)

[linux-next:master] [mm] 98c9daf5ae: aim7.jobs-per-min -29.4% regression
 2024-07-23  3:42 UTC  (10+ messages)
          ` [linux-next:master] [mm] : "

State of removing page->index
 2024-07-23  3:12 UTC 

[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
 2024-07-23  3:08 UTC  (3+ messages)
` [PATCH v3 1/2] hugetlbfs: support tracepoint
` [PATCH v3 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[RFC PATCH 0/3] Fix and refactor do_{huge_pmd_}numa_page()
 2024-07-23  1:43 UTC  (9+ messages)
` [RFC PATCH 3/3] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)

[alexshi:mmunstable3] [mm/memory] f6ba7ce983: kernel_BUG_at_mm/page_alloc.c
 2024-07-23  0:44 UTC 

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-23  0:15 UTC  (3+ messages)
` [PATCH 04/17] arch, mm: move definition of node_data to generic code

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-22 23:55 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-22 23:22 UTC  (12+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers (fd-local edition)
 2024-07-22 23:06 UTC  (6+ messages)
` [PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers

[RFC PATCH] memcg: expose children memory usage for root
 2024-07-22 22:53 UTC 

Tools for explaining memory mappings/usage/pressure
 2024-07-22 22:15 UTC  (6+ messages)

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-22 21:23 UTC  (7+ messages)
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging

[PATCH] mm: fix maxnode for mbind(), set_mempolicy() and migrate_pages()
 2024-07-22 21:21 UTC  (3+ messages)

[linux-next:fs-next] BUILD SUCCESS ed3ac9f6fd2f92f2696641419cf1778162adda46
 2024-07-22 20:51 UTC 

[PATCH] x86, kcov: ignore stack trace coverage
 2024-07-22 20:38 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION dee7f101b64219f512bb2f842227bd04c14efe30
 2024-07-22 20:35 UTC 

[PATCH v3 0/2] binfmt_elf, coredump: Log the reason of the failed core dumps
 2024-07-22 19:34 UTC  (6+ messages)
` [PATCH v3 1/2] coredump: Standartize and fix logging

[PATCH v10 00/10] enable bs > ps in XFS
 2024-07-22 18:49 UTC  (8+ messages)
` [PATCH v10 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v10 10/10] xfs: enable block size larger than page size support

[PATCH v5 00/21] Avoid MAP_FIXED gap exposure
 2024-07-22 18:42 UTC  (11+ messages)
` [PATCH v5 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()
` [PATCH v5 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v5 17/21] mm/mmap: Relocate arch_unmap() to vms_complete_munmap_vmas()
` [PATCH v5 18/21] mm/mmap: Move can_modify_mm() check down the stack
` [PATCH v5 19/21] ipc/shm, mm: Drop do_vma_munmap()

[PATCH v4] mm/damon/lru_sort: adjust local variable to dynamic allocation
 2024-07-22 17:36 UTC 

[GIT PULL] MM updates for 6.11-rc1
 2024-07-22 17:18 UTC  (2+ messages)

[PATCH] mm: added node_reclaim successes to VM event counters
 2024-07-22 17:13 UTC 

[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-07-22 17:02 UTC  (2+ messages)

[linux-next:fs-current] BUILD SUCCESS 4b9298ca36cd6472b15a2ef6b0cbc1980efcf419
 2024-07-22 16:46 UTC 

[PATCH] mm/cma: export total and free number of pages for CMA areas
 2024-07-22 16:24 UTC  (2+ messages)

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-22 15:30 UTC  (4+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-22 15:18 UTC  (8+ messages)

[RFC PATCH v3 24/37] kvx: Add memory management
 2024-07-22 14:58 UTC  (2+ messages)

[PATCH 1/3] mm: vmalloc: export __vmalloc_node_range
 2024-07-22 14:54 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 1694c7db36518f65f83eaaaa9ca49297eaf2811f
 2024-07-22 14:45 UTC 

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-22 14:31 UTC  (6+ messages)
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test

[PATCH] generic/736: don't run it on tmpfs
 2024-07-22 14:25 UTC  (3+ messages)

[PATCH] generic/732: don't run it on tmpfs
 2024-07-22 14:20 UTC  (2+ messages)

[PATCH RFC 0/6] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-07-22 14:16 UTC  (3+ messages)
` [PATCH RFC 2/6] mm, slab: always maintain per-node slab and object count

[RFC PATCH v1 0/4] Control folio sizes used for page cache memory
 2024-07-22 14:10 UTC  (5+ messages)
  ` [RFC PATCH v1 3/4] mm: Override mTHP "enabled" defaults at kernel cmdline

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-22 13:52 UTC  (11+ messages)

[syzbot] [mm?] BUG: Bad page map (8)
 2024-07-22 13:23 UTC  (2+ messages)

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-22 12:28 UTC  (2+ messages)

[RFC PATCH] mm: keep LRU order by move unisolated folios to tail
 2024-07-22 10:23 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