linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC] mm: MAP_POPULATE on writable anonymous mappings marks pte dirty is necessarily?
 2025-09-22 12:46 UTC  (7+ messages)

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 12:40 UTC  (25+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
  ` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 6.6-stable tree
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
  ` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 6.6-stable tree
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
  ` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.6-stable tree
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
  ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 6.6-stable tree
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
  ` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 6.6-stable tree
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
  ` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 6.6-stable tree
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
  ` Patch "minmax: improve macro expansion and type checking" has been added to the 6.6-stable tree
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
  ` Patch "minmax: fix up min3() and max3() too" has been added to the 6.6-stable tree
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH 0/4] reparent the THP split queue
 2025-09-22 11:36 UTC  (15+ messages)
` [PATCH 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()

[RFC PATCH 0/2] DAMON: add priority-based scheme application control
 2025-09-22 11:16 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon/core: introduce priority concept for DAMON
` [RFC PATCH 2/2] mm/damon/sysfs: add priority support for DAMOS targets

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 10:45 UTC  (8+ messages)

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-22 10:01 UTC  (3+ messages)
` [RFC][PATCH v3 15/16] kmemdump: Add Kinfo backend driver

[PATCHv2 0/5] mm: Improve mlock tracking for large folios
 2025-09-22  9:51 UTC  (9+ messages)
` [PATCHv2 3/5] mm/rmap: mlock large folios in try_to_unmap_one()
` [PATCHv2 4/5] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCHv2 5/5] mm/rmap: Improve mlock tracking for large folios

[PATCH] tools/mm/slabinfo: fix buffer overflows in fread operations
 2025-09-22  9:45 UTC  (4+ messages)

[Patch v2 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot
 2025-09-22  9:37 UTC  (9+ messages)

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-22  9:33 UTC  (8+ messages)

[PATCH linux-next v3 0/6] memcg: Support per-memcg KSM metrics
 2025-09-22  9:31 UTC  (9+ messages)
` [PATCH linux-next v3 1/6] memcg: add per-memcg ksm_rmap_items stat
` [PATCH linux-next v3 2/6] memcg: show ksm_zero_pages count in memory.stat
` [PATCH linux-next v3 3/6] memcg: show ksm_merging_pages
` [PATCH linux-next v3 4/6] ksm: make ksm_process_profit available on CONFIG_PROCFS=n
` [PATCH linux-next v3 5/6] memcg: add per-memcg ksm_profit
` [PATCH linux-next v3 6/6] Documentation: add KSM statistic counters description
  ` 答复: [PATCH linux-next v3 0/6] memcg: Support per-memcg KSM metrics

[RFC PATCH 1/2] ARM: mm: support memory-failure
 2025-09-22  8:47 UTC  (6+ messages)
` [RFC PATCH 2/2] ARM: memory-failure: not select RAS and MEMORY_ISOLATION

[PATCH v3] fs/proc/task_mmu: check p->vec_buf for NULL
 2025-09-22  8:39 UTC 

[PATCH] mm/khugepaged: use [pmd|pte]_addr for better reading
 2025-09-22  8:26 UTC  (10+ messages)

[PATCH 1/1] mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
 2025-09-22  8:24 UTC  (5+ messages)

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-22  6:58 UTC  (7+ messages)

[PATCH] mm: Remove PMD alignment constraint in execmem_vmalloc()
 2025-09-22  6:50 UTC  (6+ messages)

[PATCH v2 0/2] some cleanups for pageout()
 2025-09-22  6:02 UTC  (8+ messages)
` [PATCH v2 1/2] mm: vmscan: remove folio_test_private() check in pageout()

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-22  3:52 UTC  (46+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 02/39] new helper: simple_done_creating()
  ` [PATCH 03/39] introduce a flag for explicitly marking persistently pinned dentries
  ` [PATCH 04/39] primitives for maintaining persisitency
  ` [PATCH 05/39] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [PATCH 06/39] convert ramfs and tmpfs
  ` [PATCH 07/39] procfs: make /self and /thread_self dentries persistent
  ` [PATCH 08/39] configfs, securityfs: kill_litter_super() not needed
  ` [PATCH 09/39] convert xenfs
  ` [PATCH 10/39] convert smackfs
  ` [PATCH 11/39] convert hugetlbfs
  ` [PATCH 12/39] convert mqueue
  ` [PATCH 13/39] convert bpf
  ` [PATCH 14/39] convert dlmfs
  ` [PATCH 15/39] convert fuse_ctl
  ` [PATCH 16/39] convert pstore
  ` [PATCH 17/39] convert tracefs
  ` [PATCH 18/39] convert debugfs
  ` [PATCH 19/39] debugfs: remove duplicate checks in callers of start_creating()
  ` [PATCH 20/39] convert efivarfs
  ` [PATCH 21/39] convert spufs
  ` [PATCH 22/39] convert ibmasmfs
  ` [PATCH 23/39] ibmasmfs: get rid of ibmasmfs_dir_ops
  ` [PATCH 24/39] convert devpts
  ` [PATCH 25/39] binderfs: use simple_start_creating()
  ` [PATCH 26/39] binderfs_binder_ctl_create(): kill a bogus check
  ` [PATCH 27/39] convert binderfs
  ` [PATCH 28/39] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
  ` [PATCH 29/39] convert autofs
  ` [PATCH 30/39] convert binfmt_misc
  ` [PATCH 31/39] convert selinuxfs
  ` [PATCH 32/39] functionfs: switch to simple_remove_by_name()
  ` [PATCH 33/39] convert functionfs
  ` [PATCH 34/39] gadgetfs: switch to simple_remove_by_name()
  ` [PATCH 35/39] convert gadgetfs
  ` [PATCH 36/39] hypfs: don't pin dentries twice
  ` [PATCH 37/39] hypfs: switch hypfs_create_str() to returning int
  ` [PATCH 38/39] hypfs: swich hypfs_create_u64() "
  ` [PATCH 39/39] convert hypfs

[BUG REPORT] mm/damon: softlockup when kdamond walk page with cpu hotplug
 2025-09-22  3:48 UTC  (4+ messages)

[RFC PATCH] driver: loop: introduce synchronized read for loop driver
 2025-09-22  3:29 UTC 

[PATCH v3] memfd,selinux: call security_inode_init_security_anon
 2025-09-22  3:23 UTC  (3+ messages)

[PATCH] mm: shmem: fix too little space for tmpfs only fallback 4KB
 2025-09-22  3:09 UTC  (6+ messages)

[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
 2025-09-21 23:27 UTC 

[RFC v1 0/4] Make KHO Stateless
 2025-09-21 23:07 UTC  (4+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-21 22:20 UTC  (6+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges

[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-21 18:25 UTC  (6+ messages)
` [PATCH v2 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2025-09-21 11:36 UTC  (9+ messages)

[PATCH] rust: maple_tree: fix intra-doc link
 2025-09-21  9:27 UTC  (2+ messages)

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-21  6:24 UTC  (8+ messages)

[akpm-mm:mm-everything 254/254] kernel/kexec_handover.c:970:50: error: passing argument 1 of 'kho_restore_page' makes integer from pointer without a cast
 2025-09-21  5:50 UTC  (3+ messages)

[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
 2025-09-21  5:44 UTC  (5+ messages)
` [PATCH v5 1/4] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH v5 2/4] kho: replace kho_preserve_phys() with kho_preserve_pages()
` [PATCH v5 3/4] kho: add support for preserving vmalloc allocations
` [PATCH v5 4/4] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt

[akpm-mm:mm-nonmm-unstable 53/56] kernel/kexec_handover.c:934:26: error: too few arguments to function call, expected 2, have 1
 2025-09-21  2:49 UTC 

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-21  0:47 UTC  (6+ messages)

[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-21  0:11 UTC  (17+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table
` [PATCH v4 06/15] mm, swap: rename and move some swap cluster definition and helpers

[PATCH v7 6/6] mm/memfd: security hook for memfd_create
 2025-09-20 18:58 UTC  (5+ messages)

[PATCH 4/4] mm/page_alloc: Batch page freeing in free_frozen_page_commit
 2025-09-20 17:12 UTC  (3+ messages)

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-20 15:54 UTC  (5+ messages)

[PATCH v2 0/8] mm: hugetlb: allocate frozen gigantic folio
 2025-09-20  8:19 UTC  (4+ messages)
` [PATCH v2 1/8] mm: page_alloc: optimize pfn_range_valid_contig()

[PATCH 4/4] mm: thp: reparent the split queue during memcg offline
 2025-09-20  7:43 UTC  (2+ messages)

[RFC PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-09-20  5:17 UTC 

[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-09-20  0:14 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