messages from 2025-08-26 04:38:20 to 2025-08-26 20:56:32 UTC [more...]
[PATCH v2 0/7] Cleanup free_pages() misuse
2025-08-26 20:56 UTC
[PATCH 0/7] Cleanup free_pages() misuse
2025-08-26 20:12 UTC (11+ messages)
` [PATCH 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH 4/7] riscv: "
` [PATCH 5/7] powerpc: "
` [PATCH 6/7] arm64: "
` [PATCH 7/7] virtio_balloon: "
[PATCH v1 00/14] mm: BPF OOM
2025-08-26 19:52 UTC (15+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 12/14] sched: psi: implement psi trigger handling using bpf
[PATCH] tools/testing/vma: Clean up stubs in vma_internal.h
2025-08-26 19:45 UTC (2+ messages)
[PATCH v5] mm: Fix possible deadlock in kmemleak
2025-08-26 19:37 UTC (3+ messages)
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-26 19:35 UTC (8+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
` [PATCH v5 14/19] arm64: Unify software tag-based KASAN inline recovery path
[PATCH] mm/memory-failure: Do not call action_result() on already poisoned pages
2025-08-26 19:27 UTC (10+ messages)
[RFC PATCH v5 00/18] pkeys-based page table hardening
2025-08-26 19:18 UTC (4+ messages)
[PATCH] mm: make folio page count functions return unsigned
2025-08-26 19:00 UTC (2+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-08-26 18:58 UTC (15+ messages)
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-26 18:19 UTC (6+ messages)
[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
2025-08-26 18:10 UTC (4+ messages)
` [PATCH v2 3/4] sched: Compact RSEQ concurrency IDs in batches
[RFC][PATCH v2 00/29] introduce kmemdump
2025-08-26 17:14 UTC (2+ messages)
[akpm-mm:mm-unstable 23/220] arch/arm64/kernel/kexec_image.c:79:6: error: 'struct kexec_buf' has no member named 'random'
2025-08-26 17:06 UTC
[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
2025-08-26 17:02 UTC (10+ messages)
` [PATCH v4 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v4 2/2] rust: zpool: add abstraction for zpool drivers
[PATCH v3 00/11] mm: vm_normal_page*() improvements
2025-08-26 16:28 UTC (7+ messages)
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (33+ 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
[PATCH] selftests/mm: use __auto_type in swap() macro
2025-08-26 16:26 UTC (6+ messages)
[PATCH v5] mm/zswap: store <PAGE_SIZE compression failed page as-is
2025-08-26 15:52 UTC (2+ messages)
[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
2025-08-26 15:52 UTC (2+ messages)
[PATCH 0/2] mm/pageblock: improve readability of some pageblock handling
2025-08-26 15:29 UTC (9+ messages)
` [PATCH 1/2] mm/page_alloc: use xxx_pageblock_isolate() for better reading
` [PATCH 2/2] mm/pageblock-flags: simplify MIGRATETYPE_MASK definition
[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
2025-08-26 15:21 UTC (8+ messages)
` [PATCH v5 1/2] mm/oom_kill: "
` [PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order
[v3 00/11] mm: support device-private THP
2025-08-26 15:19 UTC (5+ messages)
` [v3 01/11] mm/zone_device: support large zone device private folios
` [v3 02/11] mm/thp: zone_device awareness in THP handling code
[PATCH v5 00/14] SLUB percpu sheaves
2025-08-26 15:10 UTC (24+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
` [PATCH v5 05/14] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH v5 06/14] tools: Add sheaves support to testing infrastructure
` [PATCH v5 09/14] mm, slub: skip percpu sheaves for remote object freeing
` [PATCH v5 10/14] mm, slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v5 12/14] maple_tree: Sheaf conversion
` [PATCH v5 13/14] maple_tree: Add single node allocation support to maple state
[RFC PATCH 0/2] mm/damon: void divide-by-zero in DAMON module's parameters application
2025-08-26 14:36 UTC (2+ messages)
[RFC PATCH 2/2] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
2025-08-26 14:34 UTC (2+ messages)
[RFC PATCH 1/2] mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
2025-08-26 14:32 UTC (2+ messages)
[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
2025-08-26 14:30 UTC (13+ messages)
[PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
2025-08-26 14:21 UTC (3+ messages)
[RFC 0/3] cgroups: Add support for pinned device memory
2025-08-26 14:20 UTC (2+ messages)
[PATCH 1/2] mm/ksm: Reset KSM counters in mm_struct during fork
2025-08-26 14:09 UTC (6+ messages)
` [PATCH 2/2] selftests/mm: add fork inheritance test for ksm_merging_pages counter
[PATCH] mm/page_alloc: Harmonize should_compact_retry() type
2025-08-26 14:06 UTC
[RFC 0/1] Try to add memory allocation info for cgroup oom kill
2025-08-26 14:06 UTC (8+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-26 13:46 UTC (9+ messages)
` [PATCH v10 02/13] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for mTHP support
[PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
2025-08-26 13:25 UTC (2+ messages)
[PATCH] mm: fix lockdep issues in writeback handling
2025-08-26 13:09 UTC
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-26 13:11 UTC (7+ messages)
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
[PATCH v5 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
2025-08-26 13:01 UTC (2+ messages)
[PATCH] mm/khugepaged: fix the address passed to notifier on testing young
2025-08-26 12:51 UTC (6+ messages)
[PATCH] kho: make sure kho_scratch argument is fully consumed
2025-08-26 12:38 UTC
[PATCH v2] memcg: Don't wait writeback completion when release memcg
2025-08-26 12:16 UTC
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-08-26 12:10 UTC (17+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 05/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v6 mm-new 06/10] selftests/bpf: add test case for khugepaged fork
` [PATCH v6 mm-new 07/10] selftests/bpf: add test case to update thp policy
` [PATCH v6 mm-new 08/10] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v6 mm-new 09/10] Documentation: add BPF-based THP adjustment documentation
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment
[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
2025-08-26 11:31 UTC (9+ messages)
[PATCH 0/8] Add selftests for mshare
2025-08-26 11:16 UTC (2+ messages)
[akpm-mm:mm-unstable 125/221] include/linux/compiler.h:166:45: warning: unused variable '__UNIQUE_ID_guard255'
2025-08-26 11:07 UTC (2+ messages)
[PATCH v3] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
2025-08-26 10:58 UTC (2+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-26 10:43 UTC (11+ messages)
[PATCH V1 1/2] docs/mm: explain when and why rmap locks need to be taken during mremap()
2025-08-26 9:58 UTC (8+ messages)
` [PATCH V1 2/2] mm: document when rmap locks can be skipped when setting need_rmap_locks
[PATCH 1/2] mm: shmem: use 'folio' for shmem_partial_swap_usage()
2025-08-26 9:35 UTC (2+ messages)
` [PATCH 2/2] mm: shmem: drop the unnecessary folio_nr_pages()
[LSF/MM/BPF TOPIC] Guaranteed CMA
2025-08-26 8:58 UTC (8+ messages)
[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-26 8:33 UTC (6+ messages)
` [PATCH v3 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v3 4/8] selftests/mm: Add -Wunused family of flags
[PATCH 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
2025-08-26 7:53 UTC (5+ messages)
` [PATCH 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
[PATCH] memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINIT
2025-08-26 7:36 UTC (2+ messages)
[PATCH 0/2] selftests/mm: uffd-stress fixes
2025-08-26 7:07 UTC (3+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory
` [PATCH 2/2] selftests/mm/uffd-stress: Stricten constraint on free hugepages before the test
[PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
2025-08-26 6:23 UTC (3+ messages)
` [PATCH v2 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
` [PATCH v2 2/2] mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting
next-20250825: riscv: pgtable.h:951:40: error: incompatible type for argument 2 of 'page_table_check_pud_clear'
2025-08-26 6:20 UTC
[PATCH v2] mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()
2025-08-26 5:38 UTC (2+ messages)
[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
2025-08-26 5:17 UTC (16+ messages)
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
[PATCH] selftests/mm: use calloc instead of malloc in pagemap_ioctl.c
2025-08-26 4:41 UTC (2+ messages)
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-08-26 4:38 UTC (3+ messages)
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
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).