linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH -next 00/16] mm/damon: support ARM32 with LPAE
 2025-08-13  5:07 UTC  (17+ messages)
` [RFC PATCH -next 01/16] mm/damon/core: add damon_ctx->addr_unit
` [RFC PATCH -next 02/16] mm/damon/paddr: support addr_unit for access monitoring
` [RFC PATCH -next 03/16] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [RFC PATCH -next 04/16] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [RFC PATCH -next 05/16] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [RFC PATCH -next 06/16] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [RFC PATCH -next 07/16] mm/damon/sysfs: implement addr_unit file under context dir
` [RFC PATCH -next 08/16] Docs/mm/damon/design: document 'address unit' parameter
` [RFC PATCH -next 09/16] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [RFC PATCH -next 10/16] Docs/ABI/damon: "
` [RFC PATCH -next 11/16] mm/damon: add addr_unit for DAMON_RECLAIM and LRU_SORT
` [RFC PATCH -next 12/16] mm/damon: add damon_ctx->min_region and damon_target->min_region
` [RFC PATCH -next 13/16] mm/damon/sysfs: ensure valid addr_unit setting in damon_sysfs_apply_inputs()
` [RFC PATCH -next 14/16] mm/damon/core: convert sz to byte units when updating state
` [RFC PATCH -next 15/16] mm/damon: the byte statistics data type in damos_stat uses unsigned long long
` [RFC PATCH -next 16/16] mm/damon/core: handle quota->esz overflow issues

[PATCH v2] mm: remove redundant __GFP_NOWARN
 2025-08-13  4:24 UTC  (10+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13  4:18 UTC  (26+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[GIT PULL] hotfixes for 6.17-rc2
 2025-08-13  3:52 UTC 

[PATCH v3 0/4] Better split_huge_page_test result check
 2025-08-13  3:38 UTC  (6+ messages)
` [PATCH v3 1/4] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper
` [PATCH v3 3/4] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v3 4/4] selftests/mm: check after-split folio orders in split_huge_page_test

[PATCH] selftests/damon: fix damon selftests by installing _common.sh
 2025-08-13  3:04 UTC  (7+ messages)
    ` q[PATCH] "

[PATCH] selftests/damon: fix selftests by installing drgn related script
 2025-08-13  2:45 UTC  (6+ messages)

[PATCH 0/2] introduce kasan stonly-mode in hw-tags
 2025-08-13  2:45 UTC  (9+ messages)
` [PATCH 1/2] kasan/hw-tags: introduce store only mode
` [PATCH 2/2] kasan: apply store-only mode in kasan kunit testcases

[v3 10/11] gpu/drm/nouveau: add THP migration support
 2025-08-13  2:23 UTC  (2+ messages)

[PATCH v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-13  1:57 UTC  (19+ messages)
` [PATCH v3 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v3 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v3 net-next 03/12] tcp: Simplify error path in inet_csk_accept()
` [PATCH v3 net-next 04/12] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v3 net-next 05/12] net: Clean up __sk_mem_raise_allocated()
` [PATCH v3 net-next 06/12] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v3 net-next 07/12] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v3 net-next 08/12] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v3 net-next 09/12] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v3 net-next 10/12] net: Define sk_memcg under CONFIG_MEMCG
` [PATCH v3 net-next 11/12] net-memcg: Store MEMCG_SOCK_ISOLATED in sk->sk_memcg
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-13  1:32 UTC  (3+ messages)
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-13  1:10 UTC  (4+ messages)
` [RFC PATCH v1 10/10] iomap: "

[syzbot] [mm?] WARNING in alloc_frozen_pages_noprof
 2025-08-13  0:31 UTC  (2+ messages)

[v3 00/11] mm: support device-private THP
 2025-08-13  0:07 UTC  (5+ messages)
` [v3 03/11] mm/migrate_device: THP migration of zone device pages

[akpm-mm:mm-new 101/118] arch/powerpc/mm/ptdump/shared.c:70:1: error: use of 'pgtable_level' with tag type that does not match previous declaration
 2025-08-12 22:03 UTC  (4+ messages)

[syzbot] [mm?] WARNING in move_page_tables
 2025-08-12 21:56 UTC 

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-12 19:43 UTC  (17+ messages)
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2 1/3] testing/radix-tree/maple: Hack around kfree_rcu not existing
 2025-08-12 19:41 UTC  (4+ messages)
` [PATCH v2 2/3] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH v2 3/3] maple_tree: Replace mt_free_one() with kfree()

[PATCH v5 00/23] x86: text_poke() fixes and executable lockdowns
 2025-08-12 18:59 UTC  (7+ messages)
` [PATCH v5 18/23] bpf: Use vmalloc special flag

[PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-12 18:52 UTC  (2+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-12 17:52 UTC  (4+ messages)
` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator

[Discuss] First steps for ASI (ASI is fast again)
 2025-08-12 17:31 UTC 

[PATCH 6.1 053/253] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
 2025-08-12 17:27 UTC 

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-12 17:26 UTC  (10+ messages)

[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-12 17:14 UTC  (12+ messages)
` [PATCH v2 06/12] arch/loongarch: don't initialize kasan if it's disabled
` [PATCH v2 07/12] arch/powerpc: "
` [PATCH v2 08/12] arch/riscv: "
` [PATCH v2 09/12] arch/x86: "
` [PATCH v2 10/12] arch/xtensa: "
` [PATCH v2 11/12] arch/um: "
` [PATCH v2 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH v2 13/20] x86/mm: enable page table sharing
 2025-08-12 17:12 UTC  (3+ messages)

[PATCH] mm: remove redundant __GFP_NOWARN
 2025-08-12 17:09 UTC  (4+ messages)

[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
 2025-08-12 17:08 UTC  (6+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
 2025-08-12 17:06 UTC  (7+ messages)

[PATCH v3 0/2] mm/swapfile.c and swap.h cleanup
 2025-08-12 17:04 UTC  (5+ messages)
` [PATCH v3 1/2] mm/swapfile.c: introduce function alloc_swap_scan_list()
` [PATCH v3 2/2] mm: swap.h: Remove deleted field from comments

[linux-next:master] BUILD REGRESSION 2674d1eadaa2fd3a918dfcdb6d0bb49efe8a8bb9
 2025-08-12 17:01 UTC 

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-08-12 16:42 UTC  (11+ messages)

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-12 16:36 UTC  (11+ messages)
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V4 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[PATCH v2 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting
 2025-08-12 15:55 UTC  (3+ messages)

[PATCH v4] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-12 15:50 UTC  (5+ messages)

[v3 02/11] mm/thp: zone_device awareness in THP handling code
 2025-08-12 14:47 UTC  (2+ messages)

[PATCH v11 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-12 14:26 UTC  (4+ messages)
` [PATCH v11 1/3] mm: Add support to retrieve physical address range of memory from the node ID
` [PATCH v11 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v11 3/3] ras: mem: Add memory "

[PATCH] rust: mm: Mark VmaNew as transparent
 2025-08-12 14:11 UTC  (3+ messages)

[PATCH v3] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-12 14:01 UTC  (5+ messages)

(no subject)
 2025-08-12 13:49 UTC  (2+ messages)
` 

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-12 13:23 UTC  (19+ messages)
` [PATCH v4 01/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 03/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v4 04/18] x86: Add arch specific kasan functions
` [PATCH v4 05/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v4 08/18] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v4 09/18] x86: KASAN raw shadow memory PTE init
` [PATCH v4 10/18] x86: LAM compatible non-canonical definition
` [PATCH v4 11/18] x86: LAM initialization
` [PATCH v4 12/18] x86: Minimal SLAB alignment
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports
` [PATCH v4 14/18] kasan: x86: Apply multishot to the inline report handler
` [PATCH v4 15/18] kasan: x86: Logical bit shift for kasan_mem_to_shadow
` [PATCH v4 16/18] mm: Unpoison pcpu chunks with base address tag
` [PATCH v4 17/18] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v4 18/18] x86: Make software tag-based kasan available

[[PATCH v2] 1/2] futex: Add check_robust_futex to verify process usage of robust_futex
 2025-08-12 13:21 UTC  (2+ messages)

[PATCH 0/4] mm/kasan: remove kasan_arch_is_ready()
 2025-08-12 13:09 UTC  (5+ messages)
` [PATCH 1/4] arch/loongarch: "
` [PATCH 2/4] arch/powerpc: "
` [PATCH 3/4] arch/um: "
` [PATCH 4/4] mm/kasan: "

page:  |  | latest

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