messages from 2025-07-05 21:05:46 to 2025-07-07 14:23:49 UTC [more...]
[PATCH v2 0/5] add static PMD zero page support
2025-07-07 14:23 UTC (3+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH v2 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
2025-07-07 14:14 UTC (2+ messages)
[PATCH] mm/migrate: remove the -EEXIST conversion for move_pages()
2025-07-07 14:10 UTC (4+ messages)
[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
2025-07-07 13:49 UTC (5+ messages)
[PATCH 0/3] rust: xarray: add `insert` and `reserve`
2025-07-07 13:48 UTC (6+ messages)
` [PATCH 3/3] "
[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
2025-07-07 13:33 UTC (5+ messages)
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-07-07 13:19 UTC (20+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
[PATCH 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-07-07 13:02 UTC (8+ messages)
` [PATCH 1/8] execmem: drop unused execmem_update_copy()
` [PATCH 3/8] execmem: rework execmem_cache_free()
[RFC v2 00/16] Live Update Orchestrator
2025-07-07 12:56 UTC (10+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-07 12:50 UTC (3+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
[PATCH v2 0/2] fix two calls of unmap_poisoned_folio() for large folio
2025-07-07 12:37 UTC (9+ messages)
` [PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range
[syzbot] [mm?] [fs?] WARNING in path_noexec
2025-07-07 12:32 UTC (5+ messages)
` [PATCH] secretmem: use SB_I_NOEXEC
[PATCH -next] mm/memory: fix null pointer dereference in fault_dirty_shared_page
2025-07-07 12:32 UTC (4+ messages)
[PATCH v10 0/6] KVM: arm64: Map GPU device memory as cacheable
2025-07-07 12:27 UTC (13+ messages)
` [PATCH v10 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v10 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v10 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v10 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v10 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP
[PATCH v4 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-07 12:26 UTC (8+ messages)
` [PATCH v4 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v4 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v4 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v4 4/5] mm/filemap: add write_begin_get_folio() helper function
` [PATCH v4 5/5] ext4: support uncached buffered I/O
[PATCH v2 mm-new] mm: check if folio has valid mapcount before folio_test_{anon,ksm}() when necessary
2025-07-07 12:07 UTC
[PATCH v2] stackdepot: Make max number of pools build-time configurable
2025-07-07 12:05 UTC (3+ messages)
[PATCH 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-07 10:34 UTC (17+ messages)
` [PATCH 01/10] mm/mremap: perform some simple cleanups
` [PATCH 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH 06/10] mm/mremap: check remap conditions earlier
` [PATCH 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH 09/10] mm/mremap: permit mremap() move of multiple VMAs
` [PATCH 10/10] tools/testing/selftests: extend mremap_test to test multi-VMA mremap
[RFC PATCH 0/2] mm/swap, memcg: Support per-cgroup swap device prioritization
2025-07-07 9:59 UTC (9+ messages)
` [RFC PATCH 1/2] mm/swap, memcg: basic structure and logic for per cgroup swap priority control
[RFC v1 0/3] Add and use seprintf() instead of less ergonomic APIs
2025-07-07 9:47 UTC (23+ messages)
` [RFC v1 1/3] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v1 3/3] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v2 0/5] Add and use "
` [RFC v2 1/5] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v2 2/5] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v2 3/5] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v2 4/5] array_size.h: Add ENDOF()
` [RFC v2 5/5] mm: Fix benign off-by-one bugs
` [RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
` [RFC v3 1/7] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v3 2/7] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v3 3/7] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v3 4/7] array_size.h: Add ENDOF()
` [RFC v3 5/7] mm: Fix benign off-by-one bugs
` [RFC v3 6/7] sprintf: Add [V]STPRINTF()
` [RFC v3 7/7] mm: Use [V]STPRINTF() to avoid specifying the array size
[RFC PATCH v1 0/4] Kernel thread based async batch migration
2025-07-07 9:36 UTC (3+ messages)
` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
[PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
2025-07-07 9:33 UTC (8+ messages)
` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-07-07 9:29 UTC (5+ messages)
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops
` [External] "
[PATCH v3] cgroup: llist: avoid memory tears for llist_node
2025-07-07 9:23 UTC (2+ messages)
[PATCH v4 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
2025-07-07 9:13 UTC (3+ messages)
[akpm-mm:mm-unstable 77/240] mm/filemap.c:3283:37-43: WARNING: Consider using vma_pages helper on vma (fwd)
2025-07-07 9:08 UTC (2+ messages)
mm/slub.o: warning: objtool: ___slab_alloc.isra.111.part.112+0x4c0: can't find jump dest instruction at .text.___slab_alloc.isra.111.part.112+0x68c
2025-07-07 9:01 UTC (2+ messages)
[PATCH] mm: limit THP alignment – performance gain observed in AI inference workloads
2025-07-07 8:56 UTC (14+ messages)
[PATCH v4 0/9] mm/shmem, swap: bugfix and improvement of mTHP swap-in
2025-07-07 8:14 UTC (11+ messages)
` [PATCH v4 4/9] mm/shmem, swap: tidy up swap entry splitting
` [PATCH v4 5/9] mm/shmem, swap: avoid false positive swap cache lookup
` [PATCH v4 6/9] mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO
` [PATCH v4 7/9] mm/shmem, swap: simplify swapin path and result handling
[PATCH] kasan: don't call find_vm_area() in in_interrupt() for possible deadlock
2025-07-07 8:07 UTC (3+ messages)
[PATCH v1 mm-hotfixes] mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
2025-07-07 7:58 UTC (2+ messages)
[PATCH v3] selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
2025-07-07 7:33 UTC
[PATCH v3 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
2025-07-07 7:30 UTC (9+ messages)
` [PATCH v3 1/5] mm: introduce num_pages_contiguous()
` [PATCH v3 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v3 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v3 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v3 5/5] vfio/type1: optimize vfio_unpin_pages_remote()
[PATCH v10 0/4] support large align and nid in Rust allocators
2025-07-07 7:25 UTC (6+ messages)
` [PATCH v10 3/4] rust: add support for NUMA ids in allocations
[RFC 0/7] vmallloc and non-blocking GFPs
2025-07-07 7:13 UTC (9+ messages)
` [RFC 2/7] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [RFC 3/7] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [RFC 4/7] mm/kasan, mm/vmalloc: Respect GFP flags in kasan_populate_vmalloc()
` [RFC 6/7] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()
[v1 resend 00/12] THP support for zone device page migration
2025-07-07 6:09 UTC (33+ messages)
` [v1 resend 01/12] mm/zone_device: support large zone device private folios
` [v1 resend 02/12] mm/migrate_device: flags for selecting device private THP pages
` [v1 resend 03/12] mm/thp: zone_device awareness in THP handling code
` [v1 resend 07/12] mm/memremap: add folio_split support
` [v1 resend 08/12] mm/thp: add split during migration support
[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-07-07 5:23 UTC (3+ messages)
[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
2025-07-07 4:08 UTC (2+ messages)
[PATCH] drivers/base/node: Handle error properly in register_one_node()
2025-07-07 4:01 UTC (5+ messages)
[PATCH v2 1/5] mm: introduce num_pages_contiguous()
2025-07-07 3:52 UTC (2+ messages)
[PATCH v2 5/5] vfio/type1: optimize vfio_unpin_pages_remote()
2025-07-07 3:44 UTC (2+ messages)
[PATCH v2 1/5] mm: introduce num_pages_contiguous()
2025-07-07 3:38 UTC (2+ messages)
[PATCH mm-new] samples/damon: change enable parameters to enabled
2025-07-07 2:45 UTC
[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-07-07 2:39 UTC (3+ messages)
` [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
[PATCH v3] samples/damon: support automatic node address detection
2025-07-07 2:31 UTC
[PATCH net-next v7 0/7] Split netmem from struct page
2025-07-07 0:21 UTC (8+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "
[akpm-mm:mm-new 305/305] mm/zblock.h:21:2: warning: #warning This PAGE_SIZE is not quite supported yet
2025-07-06 22:13 UTC
[RFC PATCH 00/14] mm/damon: remove damon_callback
2025-07-06 21:48 UTC (17+ messages)
` [RFC PATCH 01/14] mm/damon: accept parallel damon_call() requests
` [RFC PATCH 02/14] mm/damon/core: introduce repeat mode damon_call()
` [RFC PATCH 03/14] mm/damon/stat: use damon_call() repeat mode instead of damon_callback
` [RFC PATCH 04/14] mm/damon/reclaim: "
` [RFC PATCH 05/14] mm/damon/lru_sort: "
` [RFC PATCH 06/14] samples/damon/prcl: "
` [RFC PATCH 07/14] samples/damon/wsse: "
` [RFC PATCH 08/14] mm/damon/core: do not call ops.cleanup() when destroying targets
` [RFC PATCH 09/14] mm/damon/core: add cleanup_target() ops callback
` [RFC PATCH 10/14] mm/damon/vaddr: put pid in cleanup_target()
` [RFC PATCH 11/14] mm/damon/sysfs: remove damon_sysfs_destroy_targets()
` [RFC PATCH 12/14] mm/damon/core: destroy targets when kdamond_fn() finish
` [RFC PATCH 13/14] mm/damon/sysfs: remove damon_sysfs_before_terminate()
` [RFC PATCH 14/14] mm/damon/core: remove damon_callback
[PATCH 0/6] mm/damon: fix misc bugs in DAMON modules
2025-07-06 19:32 UTC (7+ messages)
` [PATCH 1/6] samples/damon/wsse: fix boot time enable handling
` [PATCH 2/6] samples/damon/prcl: fix boot time enable crash
` [PATCH 3/6] samples/damon/mtier: support boot time enable setup
` [PATCH 4/6] mm/damon/reclaim: reset enabled when DAMON start failed
` [PATCH 5/6] mm/damon/lru_sort: "
` [PATCH 6/6] mm/damon/reclaim: use parameter context correctly
[PATCH mm-unstable] mm/damon/stat: reset enabled when DAMON start failed
2025-07-06 18:47 UTC
[RFC 00/11] THP support for zone device pages
2025-07-06 16:34 UTC (7+ messages)
[PATCH mm-next] alloc_tag: add total bytes allocation information
2025-07-06 15:21 UTC (3+ messages)
[PATCH v3] selftests/mm: add process_madvise() tests
2025-07-06 6:07 UTC (2+ messages)
` [PATCH v3] selftests/vm: Add tests for process_madvise()
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-07-06 6:00 UTC (4+ messages)
[PATCH 0/5] powerpc: Implement masked user access
2025-07-05 21:37 UTC (13+ 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).