messages from 2026-07-25 08:08:58 to 2026-07-25 21:48:40 UTC [more...]
[PATCH 1/2] mm/vmalloc: fix 32-bit truncation of the area size in vread_iter()
2026-07-25 21:48 UTC (2+ messages)
[PATCH v2 0/3] mm,kernfs,proc: Unmap mmaps of removed files via file->f_mapping
2026-07-25 21:37 UTC (5+ messages)
` [PATCH v2 1/3] mm: Add unmap_mapping_file() helper
` [PATCH v2 2/3] kernfs: Unmap mmaps of removed files via file->f_mapping
` [PATCH v2 3/3] proc: "
[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-25 21:05 UTC (4+ messages)
[RFC PATCH 00/17] mm/damon: introduce data access-as-a-data attribute
2026-07-25 21:02 UTC (18+ messages)
` [RFC PATCH 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH 04/17] Docs/mm/damon/design: document "
` [RFC PATCH 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH 06/17] mm/damon/core: commit preps
` [RFC PATCH 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH 10/17] mm/damon/sysfs: create probe "
` [RFC PATCH 11/17] mm/damon/sysfs: implement probe prep directory
` [RFC PATCH 12/17] mm/damon/sysfs: create probe prep files for preps/nr file write
` [RFC PATCH 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH 17/17] Docs/ABI/damon: document probe prep "
[linux-next:master] BUILD SUCCESS WITH WARNING 9eebf259d5352b87080d67758f483583d9e763d7
2026-07-25 19:22 UTC
[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
2026-07-25 18:26 UTC (4+ messages)
` [RFC PATCH 1/3] mm/filemap: Add NSD prefetch hook point
` [RFC PATCH 2/3] nsd: Core prediction engine
` [RFC PATCH 3/3] Documentation: Add NSD filesystem documentation
[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-25 18:21 UTC (33+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 07/24] binfmt_misc: turn the entry bit numbers into a proper enum
` [PATCH v3 08/24] binfmt_misc: turn the entry behavior flags into an enum
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
` [PATCH v3 10/24] binfmt_misc: remove the VERBOSE_STATUS toggle
` [PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output
` [PATCH v3 13/24] binfmt_misc: factor out the entry matching
` [PATCH v3 14/24] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
` [PATCH v3 15/24] binfmt_misc: return errors directly in load_misc_binary()
` [PATCH v3 16/24] binfmt_misc: give the parse_command() results names
` [PATCH v3 17/24] binfmt_misc: factor out the entry removal
` [PATCH v3 18/24] binfmt_misc: simplify check_special_flags()
` [PATCH v3 19/24] binfmt_misc: use a flexible array member for the register string
` [PATCH v3 21/24] binfmt_misc: use __free(kfree) in bm_register_write()
` [PATCH v3 22/24] binfmt_misc: assorted small cleanups
` [PATCH v3 24/24] binfmt_misc: allow removing entries via unlink(2)
[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
2026-07-25 18:17 UTC (5+ messages)
[PATCH 0/5] mm: add basic PTE const type-safety
2026-07-25 17:38 UTC (10+ messages)
` [PATCH 3/5] mm/parisc: constify ptep_get() argument
[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-25 17:21 UTC (7+ messages)
` [PATCH v4 02/21] kho: make radix max key width more obvious
` [PATCH v4 04/21] kho: return virtual address of mem_map from kho_get_mem_map()
` [PATCH v4 12/21] kho: add kho_radix_init_tree()
` [PATCH v4 14/21] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v4 17/21] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v4 19/21] memblock: make HugeTLB bootmem allocation work with KHO
[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
2026-07-25 16:00 UTC (13+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v5 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v5 03/12] hugetlb: Mark some function arguments as const
` [PATCH v5 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v5 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v5 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v5 07/12] mm: Check individual hugetlb pages for poison
` [PATCH v5 08/12] filemap: Add hwpoison handling to filemap_read()
` [PATCH v5 09/12] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v5 10/12] hugetlb: Set mapping folio order
` [PATCH v5 11/12] filemap: Add support for authoritative mappings
` [PATCH v5 12/12] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
[PATCH v3 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-25 15:56 UTC (3+ messages)
` [PATCH v3 17/21] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
[PATCH v4] ARM: mm: acquire mmap write lock around show_pte() for user faults
2026-07-25 14:06 UTC (3+ messages)
[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
2026-07-25 13:28 UTC
[PATCH 2/2] mm/vmalloc: fix 32-bit truncation in the vrealloc() grow-in-place check
2026-07-25 13:22 UTC
[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
2026-07-25 12:34 UTC (3+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "
[PATCH v2] mm/huge_memory: Initialise workingset state before folio split
2026-07-25 10:14 UTC
[PATCH 0/8] Optimize anonymous swapbacked large folio unmapping
2026-07-25 9:40 UTC (4+ messages)
` [PATCH 2/8] mm/swapfile: add batched version of folio_put_swap
[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-25 9:25 UTC (7+ messages)
` [PATCH v2 5/5] selftests/mm: retry migration failures for the full runtime
[PATCH v3 0/5] mm/rmap: Refactor try_to_unmap_one
2026-07-25 8:47 UTC (4+ messages)
` [PATCH v3 2/5] mm/rmap: Add try_to_unmap_hugetlb_one
[PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
2026-07-25 8:08 UTC (2+ messages)
page: | 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