messages from 2025-09-01 07:44:28 to 2025-09-01 14:50:24 UTC [more...]
[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 14:48 UTC (35+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness
[PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
2025-09-01 14:43 UTC (3+ messages)
[RFC 0/3] cgroups: Add support for pinned device memory
2025-09-01 14:37 UTC (4+ messages)
[daveh-devel:kpte] [mm] ccbd04de39: BUG:KASAN:wild-memory-access_in_pmd_alloc_one_noprof
2025-09-01 14:37 UTC
[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-09-01 14:37 UTC (6+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly
[PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
2025-09-01 14:27 UTC (3+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 14:05 UTC (2+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 14:03 UTC (2+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-01 13:51 UTC (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
2025-09-01 13:58 UTC (5+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "
` [RFC RESEND v3] "
[PATCH v6 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
2025-09-01 13:58 UTC (3+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 13:56 UTC (2+ messages)
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-01 13:54 UTC (2+ messages)
[PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
2025-09-01 13:47 UTC (2+ messages)
[RFC PATCH] mm: Enable khugepaged to operate on non-writable VMAs
2025-09-01 13:43 UTC (8+ messages)
[PATCH 0/2] mm: task_stack: Stack handling cleanups
2025-09-01 11:58 UTC (5+ messages)
` [PATCH 1/2] fork: check charging success before zeroing stack
` [PATCH 2/2] task_stack.h: Clean-up stack_not_used() implementation
[PATCH] mm/memfd: remove redundant casts
2025-09-01 13:23 UTC (3+ messages)
[PATCH v6 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
2025-09-01 13:17 UTC (2+ messages)
[PATCH] selftests/mm: directly add pagesize instead of increase until page size
2025-09-01 13:05 UTC (6+ messages)
[Patch v2] selftests/mm: check content to see whether mremap corrupt data
2025-09-01 13:03 UTC (8+ messages)
[PATCH 0/8] Add selftests for mshare
2025-09-01 12:50 UTC (4+ messages)
` [PATCH 4/8] mshare: selftests: Add test case shared memory
` [External] "
[RFC][PATCH v2 00/29] introduce kmemdump
2025-09-01 12:17 UTC (24+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-09-01 11:39 UTC (17+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
[PATCH v1 00/36] mm: remove nth_page()
2025-09-01 11:35 UTC (6+ messages)
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-09-01 11:26 UTC (3+ messages)
[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 11:15 UTC (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "
[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
2025-09-01 11:09 UTC (5+ messages)
` [PATCH v2] mm: memory-tiering: fix "
` [PATCH v3] "
[PATCH 00/12] maple_tree: slub sheaves conversion
2025-09-01 11:09 UTC (13+ messages)
` [PATCH 01/12] maple_tree: Fix check_bulk_rebalance() test locks
` [PATCH 02/12] tools: Add testing support for changes to slab for sheaves
` [PATCH 03/12] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH 04/12] tools/testing: include maple-shared.h in maple.c
` [PATCH 05/12] tools/testing/vma: Implement vm_refcnt reset
` [PATCH 06/12] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH 07/12] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH 08/12] maple_tree: Replace mt_free_one() with kfree()
` [PATCH 09/12] tools: Add sheaf to slab testing
` [PATCH 10/12] maple_tree: Sheaf conversion and testing
` [PATCH 11/12] maple_tree: Add single node allocation support to maple state
` [PATCH 12/12] maple_tree: Convert forking to use the sheaf interface
[linux-next:master 4756/5283] kernel/fork.c:457 account_kernel_stack() warn: we never enter this loop
2025-09-01 10:56 UTC
[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
2025-09-01 10:46 UTC (3+ messages)
` [PATCH v6 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v6 2/2] kasan: apply write-only mode in kasan kunit testcases
[PATCH v2 00/12] mm: add `const` to lots of pointer parameters
2025-09-01 10:40 UTC (19+ messages)
` [PATCH v2 01/12] mm/shmem: "
[PATCH v2 0/4] tools: testing: Use existing atomic.h for vma/maple tests
2025-09-01 10:29 UTC (5+ messages)
` [PATCH v2 1/4] tools/include: Implement a couple of atomic_t ops
` [PATCH v2 4/4] tools: testing: Use existing atomic.h for vma/maple tests
[RFC PATCH 00/13] mm: Introduce Kernel Stack Watch debugging tool
2025-09-01 10:23 UTC (5+ messages)
` [RFC PATCH 01/13] mm: Add kstackwatch build infrastructure
` [RFC PATCH 02/13] x86/HWBP: Add arch_reinstall_hw_breakpoint() for atomic updates
[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
2025-09-01 10:23 UTC (5+ messages)
[PATCH v5 0/2] introduce kasan.write_only option in hw-tags
2025-09-01 10:19 UTC (7+ messages)
` [PATCH v5 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v5 2/2] kasan: apply write-only mode in kasan kunit testcases
[PATCH][v4] mm/hugetlb: retry to allocate for early boot hugepage allocation
2025-09-01 10:10 UTC (2+ messages)
[PATCH v4] mm: slub: avoid wake up kswapd in set_track_prepare
2025-09-01 9:14 UTC (7+ messages)
` "
[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
2025-09-01 8:52 UTC (5+ messages)
` [PATCH v3 01/12] mm/shmem: "
[PATCH v5] mm: slub: avoid wake up kswapd in set_track_prepare
2025-09-01 8:46 UTC
[PATCH v2 0/4] mm/mm_init: simplify deferred init of struct pages
2025-09-01 8:37 UTC (6+ messages)
` [PATCH v2 1/4] mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()
` [PATCH v2 2/4] mm/mm_init: deferred_init_memmap: use a job per zone
` [PATCH v2 3/4] mm/mm_init: drop deferred_init_maxorder()
` [PATCH v2 4/4] memblock: drop for_each_free_mem_pfn_range_in_zone_from()
[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
2025-09-01 8:14 UTC (18+ messages)
` [PATCH 1/7] mm: fix folio_expected_ref_count() when PG_private_2
` [PATCH 2/7] mm/gup: check ref_count instead of lru before migration
` [PATCH 3/7] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
` [PATCH 4/7] mm: Revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
` [PATCH 5/7] mm: Revert "mm: vmscan.c: fix OOM on swap stress test"
` [PATCH 6/7] mm: folio_may_be_cached() unless folio_test_large()
` [PATCH 7/7] mm: lru_add_drain_all() do local lru_add_drain() first
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-01 8:03 UTC (3+ messages)
[syzbot] [hfs?] INFO: task hung in deactivate_super (3)
2025-09-01 7:59 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).