messages from 2025-08-16 18:31:46 to 2025-08-18 17:02:02 UTC [more...]
[PATCH v1 00/14] mm: BPF OOM
2025-08-18 17:01 UTC (4+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 02/14] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v1 03/14] mm: introduce bpf_oom_kill_process() bpf kfunc
[RFC PATCH v5 00/18] pkeys-based page table hardening
2025-08-18 17:01 UTC (5+ messages)
` [RFC PATCH v5 13/18] mm: Map page tables with privileged pkey
[RFC PATCH 0/6] Multi-pass MMU interval notifiers
2025-08-18 16:46 UTC (9+ messages)
` [RFC PATCH 1/6] mm/mmu_notifier: Allow multiple struct mmu_interval_notifier passes
[Invitation] Linux MM Alignment Session on guest_memfd for software protected VMs on Wednesday
2025-08-18 16:40 UTC
[PATCH 0/2] mm/kasan: fix vmalloc shadow memory population issues
2025-08-18 16:39 UTC (3+ messages)
` [PATCH 1/2] mm/kasan: fix vmalloc shadow memory (de-)population races
` [PATCH 2/2] mm/kasan: avoid lazy MMU mode hazards
[PATCH v2 0/3] introduce uncharged file mapped folios
2025-08-18 16:36 UTC (3+ messages)
` [syzbot ci] "
[RFC PATCH 0/6] Remove XA_ZERO from error recovery of
2025-08-18 15:54 UTC (13+ messages)
` [RFC PATCH 4/6] mm/memory: Add tree limit to free_pgtables()
` [RFC PATCH 6/6] mm: Change dup_mmap() recovery
[PATCH v4 0/2] introduce kasan.write_only option in hw-tags
2025-08-18 15:18 UTC (9+ messages)
` [PATCH v4 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v4 2/2] kasan: apply write-only mode in kasan kunit testcases
[PATCH v4 0/5] Better split_huge_page_test result check
2025-08-18 14:44 UTC (6+ messages)
` [PATCH v4 2/5] selftests/mm: mark all functions static in split_huge_page_test.c
` [PATCH v4 3/5] selftests/mm: reimplement is_backed_by_thp() with more precise check
[RFC PATCH v5 mm-new 0/5] mm, bpf: BPF based THP order selection
2025-08-18 14:35 UTC (9+ messages)
` [RFC PATCH v5 mm-new 1/5] mm: thp: add support for "
` [RFC PATCH v5 mm-new 2/5] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [RFC PATCH v5 mm-new 3/5] mm: thp: add a new kfunc bpf_mm_get_task()
` [RFC PATCH v5 mm-new 4/5] bpf: mark vma->vm_mm as trusted
` [RFC PATCH v5 mm-new 5/5] selftest/bpf: add selftest for BPF based THP order seletection
[PATCH 1/3] mpage: terminate read-ahead on read error
2025-08-18 14:33 UTC (4+ messages)
[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
2025-08-18 14:31 UTC (6+ messages)
[RFC 1/1] Add memory allocation info for cgroup oom
2025-08-18 14:24 UTC (3+ messages)
[PATCH v4 2/3] mm/oom_kill: Only delay OOM reaper for processes using robust futexes
2025-08-18 14:14 UTC (2+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-08-18 13:55 UTC (5+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
[syzbot] [mm?] WARNING in move_page_tables
2025-08-18 13:22 UTC (6+ messages)
remove write_cache_pages()
2025-08-18 13:18 UTC (6+ messages)
` [PATCH 1/3] ntfs3: stop using write_cache_pages
` [PATCH 2/3] bcachefs: "
` [PATCH 3/3] mm: remove write_cache_pages
[PATCH 0/8] __vmalloc() and no-block support
2025-08-18 13:08 UTC (11+ messages)
` [PATCH 3/8] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [PATCH 4/8] mm/vmalloc: Remove cond_resched() in vm_area_alloc_pages()
` [PATCH 6/8] mm/vmalloc: Defer freeing partly initialized vm_struct
` [PATCH 7/8] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()
[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-18 13:06 UTC (8+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v5 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise
[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
2025-08-18 13:04 UTC (5+ messages)
[akpm-mm:mm-new 166/188] arch/arm/mm/flush.c:307:41: error: incompatible pointer types passing 'memdesc_flags_t *' to parameter of type 'volatile unsigned long *'
2025-08-18 12:44 UTC (3+ messages)
[RFC PATCH 00/13] mm: Introduce Kernel Stack Watch debugging tool
2025-08-18 12:26 UTC (14+ messages)
` [RFC PATCH 01/13] mm: Add kstackwatch build infrastructure
` [RFC PATCH 02/13] x86/HWBP: Add arch_reinstall_hw_breakpoint() for atomic updates
` [RFC PATCH 03/13] mm/kstackwatch: Add module core and configuration interface
` [RFC PATCH 04/13] mm/kstackwatch: Add HWBP pre-allocation infrastructure
` [RFC PATCH 05/13] mm/kstackwatch: Add atomic HWBP arm/disarm operations
` [RFC PATCH 06/13] mm/kstackwatch: Add stack address resolution functions
` [RFC PATCH 07/13] mm/kstackwatch: Add kprobe and stack watch control
` [RFC PATCH 08/13] mm/kstackwatch: Wire up watch and stack subsystems in module core
` [RFC PATCH 09/13] mm/kstackwatch: Add architecture support validation
` [RFC PATCH 10/13] mm/kstackwatch: Handle nested function calls
` [RFC PATCH 11/13] mm/kstackwatch: Ignore corruption in kretprobe trampolines
` [RFC PATCH 12/13] mm/kstackwatch: Add debug and test functions
` [RFC PATCH 13/13] mm/kstackwatch: Add a test module and script
[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
2025-08-18 12:28 UTC (2+ messages)
[PATCH v4 0/3] mm/oom_kill: Only delay OOM reaper for processes using robust futexes
2025-08-18 12:08 UTC (4+ messages)
` [PATCH v4 2/3] "
[PATCH v2 0/5] add persistent huge zero folio support
2025-08-18 12:05 UTC (11+ messages)
` [PATCH v2 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v2 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
2025-08-18 12:03 UTC (5+ messages)
[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
2025-08-18 11:28 UTC (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
[PATCH v2] mm: slub: avoid wake up kswapd in set_track_prepare
2025-08-18 11:25 UTC (9+ messages)
` "
` "
` "
` "
` "
` "
` "
[PATCH v5 00/14] SLUB percpu sheaves
2025-08-18 10:09 UTC (9+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
[PATCH v2 13/20] x86/mm: enable page table sharing
2025-08-18 9:44 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
2025-08-18 9:42 UTC (2+ messages)
[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
2025-08-18 9:35 UTC
[PATCH v4] mm: Fix possible deadlock in kmemleak
2025-08-18 9:09 UTC
[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
2025-08-18 8:34 UTC (5+ messages)
[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-18 8:16 UTC (7+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags
[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
2025-08-18 7:56 UTC (2+ messages)
[PATCH V5 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
2025-08-18 7:50 UTC (8+ messages)
` [PATCH V5 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V5 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V5 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
[PATCH][v2] mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
2025-08-18 7:46 UTC (4+ messages)
[PATCH v2] of_numa: fix uninitialized memory nodes causing kernel panic
2025-08-18 7:43 UTC (4+ messages)
[PATCH v3 1/2] kasan/hw-tags: introduce kasan.write_only option
2025-08-18 7:18 UTC (3+ messages)
[PATCH v3 0/5] add persistent huge zero folio support
2025-08-18 6:57 UTC (11+ messages)
[PATCH 0/4] mm/mm_init: simplify deferred init of struct pages
2025-08-18 6:46 UTC (5+ messages)
` [PATCH 1/4] mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()
` [PATCH 2/4] mm/mm_init: deferred_init_memmap: use a job per zone
` [PATCH 3/4] mm/mm_init: drop deferred_init_maxorder()
` [PATCH 4/4] memblock: drop for_each_free_mem_pfn_range_in_zone_from()
[Patch v3 0/2] assert rmap behaves as expected
2025-08-18 6:40 UTC (5+ messages)
` [Patch v3 1/2] selftests/mm: put general ksm operation into vm_util
` [Patch v3 2/2] selftests/mm: assert rmap behave as expected
[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-18 6:26 UTC (15+ messages)
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [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 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-08-18 6:04 UTC (3+ messages)
` [PATCH v14] "
` [PATCH v15] "
[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
2025-08-18 5:54 UTC (6+ messages)
[PATCH] mm/cma: print total and used pages in cma_alloc()
2025-08-18 5:30 UTC (7+ messages)
` 答复: [External Mail]Re: "
[PATCH] mm:fix duplicate accounting of free pages in should_reclaim_retry()
2025-08-18 2:39 UTC (3+ messages)
[PATCH v4 0/7] selftests/mm: Fix false positives and skip unsupported tests
2025-08-18 2:21 UTC (7+ messages)
` [PATCH v4 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
[Patch v2 0/2] assert rmap behaves as expected
2025-08-18 2:20 UTC (7+ messages)
` [Patch v2 1/2] selftests/mm: put general ksm operation into vm_util
[PATCH V4] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
2025-08-17 17:34 UTC (2+ messages)
[PATCH] mm/damon/tests/core-kunit: add damos_commit_filter test
2025-08-17 17:16 UTC (2+ messages)
[PATCH v2] mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
2025-08-17 17:04 UTC (3+ messages)
[PATCH V3] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
2025-08-17 10:15 UTC (3+ messages)
[PATCH] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
2025-08-17 8:34 UTC (10+ messages)
[PATCH] rust: alloc: fix missing import needed for `rusttest`
2025-08-17 8:32 UTC (2+ messages)
[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-08-17 3:40 UTC (8+ messages)
[Patch v2 0/2] mm/rmap: small cleanup for __folio_remove_rmap()
2025-08-17 3:26 UTC (3+ messages)
` [Patch v2 1/2] mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
` [Patch v2 2/2] mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio
[PATCH] mm/damon/sysfs-schemes: put damos dests dir after removing its files
2025-08-16 19:35 UTC (2+ messages)
[PATCH 0/4] mm/swap, memcg: Support per-cgroup swap device priorities
2025-08-16 19:15 UTC (9+ messages)
` [PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
[PATCH v6] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
2025-08-16 19:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).