messages from 2025-05-07 04:09:48 to 2025-05-08 04:54:57 UTC [more...]
[PATCH v2 0/2] Optimize mremap() for large folios
2025-05-08 4:53 UTC (8+ messages)
` [PATCH v2 1/2] mm: Call pointers to ptes as ptep
` [PATCH v2 2/2] mm: Optimize mremap() by PTE batching
[PATCH v3] mm/vmalloc: fix data race in show_numa_info()
2025-05-08 4:47 UTC (4+ messages)
[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-08 4:38 UTC (6+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
` [PATCH v3 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v3 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v3 4/4] mm/page_isolation: remove migratetype parameter from more functions
[PATCH v2] mm: mincore: use pte_batch_bint() to batch process large folios
2025-05-08 4:09 UTC
[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-05-08 4:09 UTC (2+ messages)
[PATCH] alloc_tag: avoid mem alloc and iter reset when reading allocinfo
2025-05-08 4:07 UTC (11+ messages)
` "
[rppt-memblock:fixes] BUILD SUCCESS 42e31f0daf80d9f7bc4ab4000f2795ec3ddf5206
2025-05-08 3:14 UTC
[PATCH 1/2] mm: khugepaged: convert set_huge_pmd() to take a folio
2025-05-08 2:23 UTC (11+ messages)
` [PATCH 2/2] mm: convert do_set_pmd() "
[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-05-08 1:54 UTC (7+ messages)
[linux-next:master 7893/8235] fs/jfs/jfs_metapage.c:245 __metapage_migrate_folio() error: we previously assumed 'mp' could be null (see line 235)
2025-05-08 0:34 UTC (3+ messages)
[PATCH] drivers/base/memory: Skip handled sections in memory_dev_init()
2025-05-08 0:08 UTC
[PATCH v5 0/1] kasan: Avoid sleepable page allocation from atomic context
2025-05-08 0:05 UTC (3+ messages)
` [PATCH v5 1/1] "
[PATCH v7 17/18] Documentation: add documentation for KHO
2025-05-07 23:54 UTC (3+ messages)
[PATCH] MAINTAINERS: Add myself as vmalloc co-maintainer
2025-05-07 23:22 UTC (6+ messages)
[PATCH v2 0/4] mm: Avoid sharing high VMA flag bits
2025-05-07 22:51 UTC (6+ messages)
` [PATCH v2 1/4] mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=y
` [PATCH v2 2/4] mm: remove CONFIG_ARCH_USES_HIGH_VMA_FLAGS
` [PATCH v2 3/4] mm: use VM_HIGH_ARCH_* macros consistently
` [PATCH v2 4/4] mm: consolidate VM_HIGH_ARCH_* macros into parametric macros
[PATCH v2 0/2] Map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
2025-05-07 22:38 UTC (7+ messages)
` [PATCH v2 2/2] mm: madvise: no-op for MADV_NOHUGEPAGE if THP is disabled
[PATCH 0/1] Fix zero copy I/O on __get_user_pages allocated pages
2025-05-07 21:54 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v5 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-05-07 21:43 UTC (3+ messages)
` [PATCH v5 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v5 2/2] ras: mem: Add memory "
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-07 20:50 UTC (13+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
` The "make headers" requirement, revisited: "
[PATCH] mm: vmscan: Avoid signedness error for GCC 5.4
2025-05-07 20:49 UTC (9+ messages)
[PATCH v2] mm: vmscan: Avoid signedness error for GCC 5.4
2025-05-07 20:40 UTC (2+ messages)
[PATCH 0/1] prctl: allow overriding system THP policy to always
2025-05-07 20:14 UTC (8+ messages)
` [PATCH 1/1] prctl: allow overriding system THP policy to always per process
[PATCH] alloc_tag: check mem_profiling_support in alloc_tag_init
2025-05-07 19:14 UTC
Reorganising how the networking layer handles memory
2025-05-07 17:47 UTC (9+ messages)
` MSG_ZEROCOPY and the O_DIRECT vs fork() race
[PATCH v3 0/3] Add support for long task name
2025-05-07 17:23 UTC (7+ messages)
` [PATCH v3 1/3] exec: Remove obsolete comments
` [PATCH v3 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v3 3/3] exec: Add support for 64 byte 'tsk->real_comm'
[PATCH v2 0/5] fork: Page operation cleanups in the fork code
2025-05-07 17:03 UTC (9+ messages)
` [PATCH v2 1/5] fork: Clean-up ifdef logic around stack allocation
` [PATCH v2 2/5] fork: Clean-up naming of vm_stack/vm_struct variables in vmap stacks code
` [PATCH v2 3/5] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH v2 4/5] fork: check charging success before zeroing stack
` [PATCH v2 5/5] fork: zero vmap stack using clear_page() instead of memset()
[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
2025-05-07 16:55 UTC (5+ messages)
` [PATCH v16 8/9] task: rust: rework how current is accessed
[RFC] Add per-socket weight support for multi-socket systems in weighted interleave
2025-05-07 16:38 UTC (2+ messages)
[PATCH] riscv: enable mseal sysmap for RV64
2025-05-07 16:22 UTC (2+ messages)
[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
2025-05-07 15:50 UTC (2+ messages)
[PATCH v4 0/2] sched/numa: add statistics of numa balance task migration
2025-05-07 15:28 UTC (6+ messages)
` [PATCH v4 1/2] sched/numa: fix task swap by skipping kernel threads
` [PATCH v4 2/2] sched/numa: add statistics of numa balance task migration
[PATCH 1/2] mm/page_alloc: Ensure try_alloc_pages() plays well with unaccepted memory
2025-05-07 15:27 UTC (9+ messages)
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-05-07 15:26 UTC (12+ messages)
[PATCH] vfio: add dma map/unmap support for noiommu
2025-05-07 15:19 UTC (3+ messages)
[PATCH] mm: Add Kcompressd for accelerated memory compression
2025-05-07 15:12 UTC (9+ messages)
[PATCH v6 0/3] nvme/pci: PRP list DMA pool partitioning
2025-05-07 15:03 UTC (6+ messages)
` [PATCH v6 1/3] dmapool: add NUMA affinity support
` mm review needed, was: "
` [PATCH v6 2/3] nvme/pci: factor out nvme_init_hctx() helper
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-05-07 14:27 UTC (6+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
[PATCH v5] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
2025-05-07 14:15 UTC (2+ messages)
[PATCH v4] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
2025-05-07 13:32 UTC (3+ messages)
[PATCH 0/4] mm: Avoid sharing high VMA flag bits
2025-05-07 13:09 UTC (3+ messages)
[linux-next:master 4753/5832] error[E0432]: unresolved import `crate::mm`
2025-05-07 13:08 UTC
[PATCH v2] mm/vmalloc: fix data race in show_numa_info()
2025-05-07 13:07 UTC (3+ messages)
[PATCH 0/6] mm: Reentrant kmalloc
2025-05-07 13:02 UTC (9+ messages)
` [PATCH 4/6] locking/local_lock: Introduce local_lock_irqsave_check()
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[syzbot] [fs?] [mm?] KCSAN: data-race in copy_fs / free_bprm
2025-05-07 12:54 UTC
[PATCH 0/5] fork: Page operation cleanups in the fork code
2025-05-07 12:38 UTC (4+ messages)
` [PATCH 3/5] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
[PATCH v3 0/4] memcg: decouple memcg and objcg stocks
2025-05-07 11:46 UTC (5+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
[PATCH v3] sched/numa: add statistics of numa balance task migration
2025-05-07 11:36 UTC (5+ messages)
[PATCH 0/2] Fix mincore() tmpfs test failure
2025-05-07 11:14 UTC (7+ messages)
` [PATCH 2/2] mm: mincore: use folio_pte_batch() to batch process large folios
[PATCH 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-07 11:03 UTC (4+ messages)
` [PATCH 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH 3/3] mm/vma: remove mmap() retry merge
[PATCH v4 0/9] SLUB percpu sheaves
2025-05-07 10:39 UTC (6+ messages)
` [PATCH v4 3/9] slab: sheaf prefilling for guaranteed allocations
` [PATCH v4 9/9] mm, slub: skip percpu sheaves for remote object freeing
[PATCH 0/3] Optimize mremap() by PTE-batching
2025-05-07 10:03 UTC (3+ messages)
` [PATCH 2/3] mm: Add generic helper to hint a large folio
[PATCH v4 2/3] ACPI:RAS2: Add ACPI RAS2 driver
2025-05-07 10:00 UTC (2+ messages)
[PATCH] MAINTAINERS: add mm GUP section
2025-05-07 9:59 UTC (6+ messages)
[PATCH v3] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
2025-05-07 9:50 UTC (2+ messages)
[PATCH v5 0/5] cgroup: separate rstat trees
2025-05-07 9:38 UTC (9+ messages)
` [PATCH v5 1/5] cgroup: use helper for distingushing css in callbacks
` [PATCH v5 2/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v5 3/5] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH v5 4/5] cgroup: helper for checking rstat participation of css
[linux-next:master 4752/5832] error[E0433]: failed to resolve: could not find `mm` in the crate root
2025-05-07 9:29 UTC
[PATCH v9 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
2025-05-07 9:15 UTC
[PATCH] mm/zblock: use vmalloc for page allocations
2025-05-07 8:50 UTC (7+ messages)
[PATCH v3] memcg: introduce non-blocking limit setting option
2025-05-07 7:30 UTC (2+ messages)
[PATCH V4 3/4] mm: add max swappiness arg to lru_gen for anonymous memory only
2025-05-07 7:10 UTC (2+ messages)
` [PATCH update] "
[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
2025-05-07 6:52 UTC (7+ messages)
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe
[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
2025-05-07 6:11 UTC (4+ messages)
[RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-07 6:09 UTC (3+ messages)
` [RFC PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
[PATCHv2] zsmalloc: don't underflow size calculation in zs_obj_write()
2025-05-07 5:42 UTC
[PATCH] zsmalloc: don't underflow size calculation in zs_obj_write()
2025-05-07 5:40 UTC (3+ messages)
[PATCH v2] xarray: fix kerneldoc for __xa_cmpxchg
2025-05-07 5:16 UTC
[PATCH] xarray: fix kerneldoc for __xa_cmpxchg
2025-05-07 5:14 UTC
Reorganising how the networking layer handles memory
2025-05-06 13:56 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).