linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1] mm: clarify folio_likely_mapped_shared() documentation for KSM folios
 2024-07-31 16:07 UTC 

[PATCH v2 0/8] minmax: reduce compilation time
 2024-07-31 16:04 UTC  (22+ messages)
` [PATCH v2 1/8] minmax: Put all the clamp() definitions together

[PATCH v2 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-31 16:04 UTC  (7+ messages)
` [PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags

[PATCH] libfs: fix infinite directory reads for offset dir
 2024-07-31 15:37 UTC  (8+ messages)

[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-07-31 15:36 UTC  (4+ messages)
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)

[PATCH 0/4] (k)vrealloc (__GFP_ZERO) fixes
 2024-07-31 15:10 UTC  (11+ messages)
` [PATCH 1/4] mm: kvrealloc: disable KASAN when switching to vmalloc
` [PATCH 2/4] mm: vrealloc: consider spare memory for __GFP_ZERO
` [PATCH 3/4] mm: vrealloc: properly document __GFP_ZERO behavior

[RFC PATCH 13/20] mm: Make Kcompactd use kthread's preferred affinity
 2024-07-31 15:08 UTC  (8+ messages)
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node
` [RFC PATCH 15/20] mm: Make kswapd use kthread's preferred affinity
` [RFC PATCH 16/20] mm: Allocate kswapd on its node

[linux-next:master 5187/6333] arch/m68k/include/asm/string.h:53:25: warning: '__builtin_memcpy' offset [0, 2] is out of the bounds [0, 0]
 2024-07-31 14:55 UTC 

[PATCH v3] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-31 14:54 UTC  (2+ messages)

[PATCH 1/2] mm: krealloc: consider spare memory for __GFP_ZERO
 2024-07-31 14:31 UTC  (10+ messages)
` [PATCH 2/2] mm: krealloc: clarify valid usage of __GFP_ZERO

[PATCH v1] mm/hugetlb: remove hugetlb_follow_page_mask() leftover
 2024-07-31 14:20 UTC 

[syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base
 2024-07-31 14:08 UTC  (3+ messages)
` [syzbot] [usb?] "

[PATCH 0/2] mm: tlb swap entries batch async release
 2024-07-31 13:47 UTC  (9+ messages)
` [PATCH 2/2] mm: tlb: add "

[PATCH 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
 2024-07-31 13:38 UTC  (7+ messages)

[PATCH net-next v12 01/14] mm: page_frag: add a test module for page_frag
 2024-07-31 13:36 UTC  (12+ messages)
` [PATCH net-next v12 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v12 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v12 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v12 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v12 08/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v12 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v12 11/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v12 13/14] mm: page_frag: update documentation for page_frag

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-07-31 13:33 UTC  (4+ messages)
` [PATCH v2 1/3] mm: move task_is_dying to h headfile
` [PATCH v2 2/3] mm: tlb: add tlb swap entries batch async release
` [PATCH v2 3/3] mm: s390: fix compilation warning

[PATCH] mm: swap: allocate folio only first time in __read_swap_cache_async()
 2024-07-31 13:31 UTC 

[PATCH 1/2] mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
 2024-07-31 13:09 UTC  (9+ messages)
` [PATCH 2/2] mm: shmem: fix incorrect aligned index when checking conflicts

[RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API
 2024-07-31 12:35 UTC  (8+ messages)

[PATCH v3 0/8] mm/mprotect: Fix dax puds
 2024-07-31 12:23 UTC  (9+ messages)
` [PATCH v3 1/8] mm/dax: Dump start address in fault handler
` [PATCH v3 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
` [PATCH v3 5/8] mm/x86: Make pud_leaf() only cares about PSE bit
` [PATCH v3 6/8] mm/x86: arch_check_zapped_pud()

[linux-next:master] [slub] d543c8fb9c: BUG_filp(Not_tainted):Bulk_free_expected#objects_but_found
 2024-07-31 11:50 UTC  (2+ messages)

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-07-31 11:40 UTC  (5+ messages)

[PATCH v2 0/4] mm: clarify nofail memory allocation
 2024-07-31 11:31 UTC  (22+ messages)
` [PATCH RFT v2 1/4] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH v2 2/4] mm: Document __GFP_NOFAIL must be blockable
` [PATCH v2 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH v2 4/4] mm: prohibit NULL deference exposed for unsupported non-blockable __GFP_NOFAIL

[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-31 11:28 UTC  (3+ messages)

[PATCH 0/1] mm: swap: add nr argument in swapcache_prepare() and swapcache_clear()
 2024-07-31 10:23 UTC  (6+ messages)
` [PATCH 1/1] mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support large folios

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-07-31 10:06 UTC  (4+ messages)

[linux-next:pending-fixes] [mm/hugetlb] d3fe1a0a02: WARNING:at_include/linux/hugetlb.h:#huge_pte_lockptr
 2024-07-31  9:40 UTC  (4+ messages)

[linux-next:master 837/1677] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_queue.c:107:10: warning: assignment makes pointer from integer without a cast
 2024-07-31  9:34 UTC 

[linux-next:pending-fixes] [mm] e98970a1d2: kernel_BUG_at_arch/x86/mm/physaddr.c
 2024-07-31  8:28 UTC  (2+ messages)

[linux-next:master] [mm] 230b2f1f31: WARNING:at_include/linux/memcontrol.h:#mem_cgroup_from_slab_obj
 2024-07-31  8:25 UTC 

[PATCH v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-31  8:09 UTC  (6+ messages)

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-07-31  7:20 UTC  (11+ messages)

[PATCH] mm/filemap: In page fault retry path skip filemap_map_pages() if no read-ahead pages
 2024-07-31  6:51 UTC 

[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-31  6:49 UTC  (10+ messages)
` [PATCH v5 1/9] mm: swap: swap cluster switch to double link list
` [PATCH v5 2/9] mm: swap: mTHP allocate swap entries from nonfull list
` [PATCH v5 3/9] mm: swap: separate SSD allocation from scan_swap_map_slots()
` [PATCH v5 4/9] mm: swap: clean up initialization helper
` [PATCH v5 5/9] mm: swap: skip slot cache on freeing for mTHP
` [PATCH v5 6/9] mm: swap: allow cache reclaim to skip slot cache
` [PATCH v5 7/9] mm: swap: add a fragment cluster list
` [PATCH v5 8/9] mm: swap: relaim the cached parts that got scanned
` [PATCH v5 9/9] mm: swap: add a adaptive full cluster cache reclaim

[linux-next:fs-current] BUILD SUCCESS c7fab0154866f20b9caa1ebd8e9ee346648cc3ff
 2024-07-31  6:39 UTC 

[PATCH 0/4] mm: memory_hotplug: improve do_migrate_range()
 2024-07-31  5:13 UTC  (10+ messages)
` [PATCH 1/4] mm: memory-failure: add unmap_posioned_folio()
` [PATCH 2/4] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH 4/4] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation

[PATCH v4 00/22] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-07-31  4:14 UTC  (6+ messages)
` [PATCH v4 22/22] mm/zsmalloc: update comments for page->zpdesc changes

[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-31  4:04 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/10] lib/buildid: harden "
` [PATCH v3 bpf-next 02/10] lib/buildid: add single page-based file reader abstraction
` [PATCH v3 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v3 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v3 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v3 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v3 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v3 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v3 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v3 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v2 0/2] kmemleak: support for percpu memory leak detect
 2024-07-31  2:54 UTC  (3+ messages)
` [PATCH v2 1/2] kmemleak: enable tracking for percpu pointers
` [PATCH v2 2/2] kmemleak-test: add percpu leak

[PATCH 0/2] kmemleak: support for percpu memory leak detect
 2024-07-31  2:30 UTC  (4+ messages)
` [PATCH 1/2] kmemleak: enable tracking for percpu pointers

[linux-next:pending-fixes] BUILD SUCCESS 985785dd5ee12a4124524909ee367a193977f113
 2024-07-31  2:22 UTC 

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (3+ messages)

[linux-next:fs-next] BUILD SUCCESS b230ea38dc0366bb6a8c0323bfb93843106535e2
 2024-07-31  1:55 UTC 

[PATCH v5 0/2] mm: zswap: fixes for global shrinker
 2024-07-31  0:49 UTC  (3+ messages)
` [PATCH v5 1/2] mm: zswap: fix global shrinker memcg iteration
` [PATCH v5 2/2] mm: zswap: fix global shrinker error handling logic

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

[PATCH v6 0/5] x86/pkeys: update PKRU to enable pkey 0 before
 2024-07-30 23:06 UTC  (2+ messages)

[PATCH v2 0/2] improving dynamic zswap shrinker protection scheme
 2024-07-30 22:47 UTC  (4+ messages)
` [PATCH v2 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker
  ` [PATCH v2 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker (fix)
` [PATCH v2 2/2] zswap: increment swapin count for non-pivot swapped in pages

[linux-next:master 1008/1677] drivers/spi/spi-cadence-xspi.c:529:12: error: call to undeclared function 'readq'; ISO C99 and later do not support implicit function declarations
 2024-07-30 22:41 UTC 

[RFC 0/2] mm: introduce THP deferred setting
 2024-07-30 22:37 UTC  (3+ messages)

[PATCH v2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-30 22:30 UTC  (7+ messages)

[PATCH 0/2] improving dynamic zswap shrinker protection scheme
 2024-07-30 22:04 UTC  (7+ messages)
` [PATCH 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker

Forcing vmscan to drop more (related) pages?
 2024-07-30 21:18 UTC  (3+ messages)

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-30 21:06 UTC  (8+ messages)
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy

page:  |  | latest

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