messages from 2025-09-01 15:19:32 to 2025-09-02 10:57:29 UTC [more...]
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 10:57 UTC (32+ messages)
` [PATCH v6 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v6 02/12] mm: constify pagemap related test/getter functions
` [PATCH v6 03/12] mm: constify zone "
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness
` [PATCH v6 05/12] mm: constify process_shares_mm() "
` [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions
` [PATCH v6 07/12] parisc: constify mmap_upper_limit() parameter
` [PATCH v6 08/12] mm: constify arch_pick_mmap_layout() for improved const-correctness
` [PATCH v6 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v6 10/12] mm: constify various inline functions for improved const-correctness
` [PATCH v6 11/12] mm: constify assert/test functions in mm.h
` [PATCH v6 12/12] mm: constify highmem related functions for improved const-correctness
[PATCH] mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
2025-09-02 10:45 UTC
[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
2025-09-02 10:37 UTC (9+ messages)
` [PATCH v2 RFC 1/7] mm/kasan: implement kasan_poison_range
` [PATCH v2 RFC 2/7] kfuzztest: add user-facing API and data structures
` [PATCH v2 RFC 3/7] kfuzztest: implement core module and input processing
` [PATCH v2 RFC 4/7] tools: add kfuzztest-bridge utility
` [PATCH v2 RFC 5/7] kfuzztest: add ReST documentation
` [PATCH v2 RFC 6/7] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v2 RFC 7/7] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-02 10:34 UTC (24+ messages)
` [PATCH v10 05/13] khugepaged: generalize __collapse_huge_page_* for "
[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
2025-09-02 10:21 UTC (28+ messages)
` [PATCH 1/9] mm, swap: use unified helper for swap cache look up
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
` [PATCH 3/9] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH 4/9] mm, swap: tidy up swap device and cluster info helpers
` [PATCH 6/9] mm, swap: use the swap table for the swap cache and switch API
` [PATCH 7/9] mm, swap: remove contention workaround for swap cache
[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-09-02 10:10 UTC (7+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-02 9:54 UTC (8+ messages)
[PATCH] mm: fix lockdep issues in writeback handling
2025-09-02 9:52 UTC (2+ messages)
` "
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 9:48 UTC (5+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[PATCH v2 00/37] mm: remove nth_page()
2025-09-02 9:42 UTC (22+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-09-02 9:29 UTC (5+ messages)
[PATCH v3 0/3] Add Rust abstraction for Maple Trees
2025-09-02 9:28 UTC (6+ messages)
` [PATCH v3 1/3] rust: maple_tree: add MapleTree
` [PATCH v3 2/3] rust: maple_tree: add lock guard for maple tree
` [PATCH v3 3/3] rust: maple_tree: add MapleTreeAlloc
[PATCH v6 00/15] mm: folio_zero_user: clear contiguous pages
2025-09-02 8:08 UTC (16+ messages)
` [PATCH v6 01/15] perf bench mem: Remove repetition around time measurement
` [PATCH v6 02/15] perf bench mem: Defer type munging of size to float
` [PATCH v6 03/15] perf bench mem: Move mem op parameters into a structure
` [PATCH v6 04/15] perf bench mem: Pull out init/fini logic
` [PATCH v6 05/15] perf bench mem: Switch from zalloc() to mmap()
` [PATCH v6 06/15] perf bench mem: Allow mapping of hugepages
` [PATCH v6 07/15] perf bench mem: Allow chunking on a memory region
` [PATCH v6 08/15] perf bench mem: Refactor mem_options
` [PATCH v6 09/15] perf bench mem: Add mmap() workloads
` [PATCH v6 10/15] x86/mm: Simplify clear_page_*
` [PATCH v6 11/15] mm: define clear_pages(), clear_user_pages()
` [PATCH v6 12/15] highmem: define clear_highpages()
` [PATCH v6 13/15] mm: memory: support clearing page ranges
` [PATCH v6 14/15] x86/clear_page: Introduce clear_pages()
` [PATCH v6 15/15] x86/clear_pages: Support clearing of page-extents
[PATCH] huge_memory: return -EINVAL in folio split functions when THP is disabled
2025-09-02 9:06 UTC (4+ messages)
[PATCH] maple_tree: remove lockdep_map_p typedef
2025-09-02 8:36 UTC
[Patch v2] selftests/mm: check content to see whether mremap corrupt data
2025-09-02 8:28 UTC (13+ messages)
[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 8:15 UTC (23+ messages)
` [PATCH v5 02/12] mm: constify pagemap related test functions for improved const-correctness
` [PATCH v5 06/12] mm, s390: constify mapping "
` [PATCH v5 10/12] mm: constify various inline "
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
[Patch v2] mm/page_alloc: find_large_buddy() from start_pfn aligned order
2025-09-02 8:04 UTC (2+ messages)
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-09-02 7:50 UTC (11+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
[PATCH 1/2] mm/gup: Remove dead pgmap refcounting code
2025-09-02 7:47 UTC (4+ messages)
` [PATCH 2/2] mm/memremap: Remove unused get_dev_pagemap() parameter
[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
2025-09-02 6:46 UTC (3+ messages)
` [syzbot] [net?] "
[PATCHv3 1/2] block: accumulate segment page gaps per bio
2025-09-02 5:36 UTC
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-09-02 5:13 UTC (3+ messages)
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
[syzbot] [bcachefs?] [mm?] BUG: corrupted list in list_lru_add
2025-09-02 5:13 UTC (2+ messages)
` [syzbot] "
[PATCH] mm: show_mem: show number of zspages in show_free_areas
2025-09-02 4:56 UTC (6+ messages)
[PATCH v4] tools/mm/slabinfo: fix access to null terminator in string boundary
2025-09-02 3:32 UTC (2+ messages)
[GIT PULL] hotfixes for 6.17-rc5
2025-09-02 0:22 UTC
[linux-next:master] BUILD REGRESSION 33bcf93b9a6b028758105680f8b538a31bc563cf
2025-09-01 23:26 UTC
[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
2025-09-01 22:40 UTC (12+ messages)
[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
2025-09-01 21:00 UTC (5+ messages)
` [PATCH v3] mm: memory-tiering: fix "
[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
2025-09-01 20:31 UTC (5+ messages)
` [PATCH v6 1/2] kasan/hw-tags: introduce kasan.write_only option
[akpm-mm:mm-nonmm-unstable 90/91] samples/vfs/../../tools/testing/selftests/pidfd/pidfd.h:28:10: fatal error: kselftest.h: No such file or directory
2025-09-01 19:40 UTC
[PATCH v3 00/30] Live Update Orchestrator
2025-09-01 19:02 UTC (11+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[RFC 0/3] cgroups: Add support for pinned device memory
2025-09-01 18:38 UTC (7+ messages)
[LSF/MM/BPF TOPIC] Guaranteed CMA
2025-09-01 16:01 UTC (10+ messages)
[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
2025-09-01 16:01 UTC (12+ messages)
[PATCH 00/22] Prepare slab for memdescs
2025-09-01 15:50 UTC (9+ messages)
` [PATCH 05/22] mm: Constify compound_order() and page_size()
` [PATCH 06/22] slab: Reimplement page_slab()
` [PATCH 20/22] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH 22/22] mm: Remove redundant test in validate_page_before_insert()
[RFC PATCH] mm: Enable khugepaged to operate on non-writable VMAs
2025-09-01 15:35 UTC (4+ messages)
[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
2025-09-01 15:33 UTC (4+ messages)
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).