[PATCH v2 0/9] x86/clear_huge_page: multi-page clearing
2023-08-30 18:49 UTC (6+ messages)
` [PATCH v2 1/9] mm/clear_huge_page: allow arch override for clear_huge_page()
` [PATCH v2 2/9] mm/huge_page: separate clear_huge_page() and copy_huge_page()
` [PATCH v2 3/9] mm/huge_page: cleanup clear_/copy_subpage()
` [PATCH v2 4/9] x86/clear_page: extend clear_page*() for multi-page clearing
` [PATCH v2 5/9] x86/clear_page: add clear_pages()
[PATCH 00/12] Batch hugetlb vmemmap modification operations
2023-08-30 18:36 UTC (18+ messages)
` [PATCH 07/12] hugetlb: perform vmemmap restoration on a list of pages
` [PATCH 08/12] hugetlb: batch freeing of vmemmap pages
` [PATCH 09/12] hugetlb_vmemmap: Optimistically set Optimized flag
` [PATCH 10/12] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH 11/12] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH 12/12] hugetlb: batch TLB flushes when restoring vmemmap
[PATCH 0/3] Use nth_page() in place of direct struct page manipulation
2023-08-30 18:27 UTC (4+ messages)
` [PATCH 1/3] mm: use "
` [PATCH 2/3] fs: "
` [PATCH 3/3] mips: "
[PATCH v3 0/4] memcg: non-unified flushing for userspace stats
2023-08-30 17:53 UTC (5+ messages)
` [PATCH v3 1/4] mm: memcg: properly name and document unified stats flushing
` [PATCH v3 2/4] mm: memcg: add a helper for non-unified "
` [PATCH v3 3/4] mm: memcg: let non-unified root stats flushes help unified flushes
` [PATCH v3 4/4] mm: memcg: use non-unified stats flushing for userspace reads
[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
2023-08-30 17:30 UTC (11+ messages)
[linux-next:master 3581/12910] arch/powerpc/kvm/../../../virt/kvm/vfio.c:89:7: error: attribute declaration must precede definition
2023-08-30 17:19 UTC (6+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-30 16:44 UTC (4+ messages)
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
2023-08-30 16:42 UTC (12+ messages)
kmemleak handling of kfree_rcu
2023-08-30 16:37 UTC
[PATCH v2 0/5] Optimize mmap_exit for large folios
2023-08-30 16:24 UTC (11+ messages)
` [PATCH v2 1/5] mm: Implement folio_remove_rmap_range()
` [PATCH v2 2/5] mm/mmu_gather: generalize mmu_gather rmap removal mechanism
` [PATCH v2 3/5] mm/mmu_gather: Remove encoded_page infrastructure
` [PATCH v2 4/5] mm: Refector release_pages()
` [PATCH v2 5/5] mm/mmu_gather: Store and process pages in contig ranges
Prerequisites for Large Anon Folios
2023-08-30 16:20 UTC (7+ messages)
LSM hook ordering in shmem_mknod() and shmem_tmpfile()?
2023-08-30 16:05 UTC
[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
2023-08-30 16:02 UTC (11+ messages)
Don't fill the kernel log with memfd_create messages
2023-08-30 15:52 UTC
[PATCH] mm/mremap: fix unaccount of memory on vma_merge() failure
2023-08-30 15:42 UTC (2+ messages)
[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-08-30 15:34 UTC (3+ messages)
` [PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "
[PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-08-30 14:55 UTC (2+ messages)
[PATCH v2 4/9] mm: vmalloc: Remove global vmap_area_root rb-tree
2023-08-30 14:48 UTC (3+ messages)
[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
2023-08-30 14:15 UTC (3+ messages)
` [PATCH v1 1/3] mm/gup: Export check_and_migrate_movable_pages()
BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
2023-08-30 13:56 UTC (4+ messages)
[PATCH 0/3] arch: include asm/cacheflush.h in asm/hugetlb.h
2023-08-30 13:24 UTC (3+ messages)
` (subset) "
[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
2023-08-30 13:20 UTC (2+ messages)
[PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
2023-08-30 13:20 UTC (2+ messages)
[PATCH 1/2] mm/vmalloc: Add a safer version of find_vm_area() for debug
2023-08-30 13:09 UTC (7+ messages)
` [PATCH 2/2] rcu: Dump vmalloc memory info safely
[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
2023-08-30 13:05 UTC (8+ messages)
` [PATCH v2 1/6] maple_tree: Add two helpers
` [PATCH v2 2/6] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v2 3/6] maple_tree: Add test for mtree_dup()
` [PATCH v2 4/6] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v2 5/6] maple_tree: Update check_forking() and bench_forking()
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v5 0/5] variable-order, large folios for anonymous memory
2023-08-30 12:07 UTC (13+ messages)
` [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
[linux-next:master 8811/11214] arch/x86/pci/amd_bus.c:59:16: sparse: sparse: cast truncates bits from constant value (fcffffffff becomes ffffffff)
2023-08-30 12:02 UTC
[PATCH] mm: page_alloc: fix cma pageblock was stolen in rmqueue fallback
2023-08-30 11:13 UTC
[v3 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
2023-08-30 10:27 UTC (4+ messages)
` [v3 4/4] "
` [External] "
[PATCH v2 0/8] mm: migrate: more folio conversion and unify
2023-08-30 9:45 UTC (6+ messages)
` [PATCH v2 4/8] mm: migrate: use a folio in migrate_misplaced_page()
[PATCH 00/15] stackdepot: allow evicting stack traces
2023-08-30 9:38 UTC (29+ messages)
` [PATCH 01/15] stackdepot: check disabled flag when fetching
` [PATCH 02/15] stackdepot: simplify __stack_depot_save
` [PATCH 03/15] stackdepot: drop valid bit from handles
` [PATCH 04/15] stackdepot: add depot_fetch_stack helper
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records
` [PATCH 06/15] stackdepot: fix and clean-up atomic annotations
` [PATCH 07/15] stackdepot: rework helpers for depot_alloc_stack
` [PATCH 08/15] stackdepot: rename next_pool_required to new_pool_required
` [PATCH 09/15] stackdepot: store next pool pointer in new_pool
` [PATCH 10/15] stackdepot: store free stack records in a freelist
` [PATCH 11/15] stackdepot: use read/write lock
` [PATCH 12/15] stackdepot: add refcount for records
` [PATCH 13/15] stackdepot: add backwards links to hash table buckets
` [PATCH 14/15] stackdepot: allow users to evict stack traces
` [PATCH 15/15] kasan: use stack_depot_evict for tag-based modes
[linux-next:master 13043/13390] arch/loongarch/kernel/traps.c:707:21: error: implicit declaration of function 'kgdb_breakpoint_handler'; did you mean 'kprobe_breakpoint_handler'?
2023-08-30 8:53 UTC
kernel/user_namespace.c:239: warning: Function parameter or member 'map_up' not described in 'idmap_key'
2023-08-30 8:24 UTC (3+ messages)
[RFC PATCH] Introduce persistent memory pool
2023-08-30 7:20 UTC (4+ messages)
[linux-next:master 10401/13390] include/linux/fortify-string.h:65:29: warning: '__builtin_strcpy' source argument is the same as destination
2023-08-30 7:18 UTC
[PATCH v2 0/7] Fixes and cleanups to compaction
2023-08-30 7:07 UTC (17+ messages)
` [PATCH v2 1/7] mm/compaction: use correct list in move_freelist_{head}/{tail}
` [PATCH v2 2/7] mm/compaction: call list_is_{first}/{last} more intuitively "
` [PATCH v2 7/7] mm/compaction: factor out code to test if we should run compaction for target order
` [PATCH v2 3/7] mm/compaction: correctly return failure with bogus compound_order in strict mode
` [PATCH v2 4/7] mm/compaction: simplify pfn iteration in isolate_freepages_range
` [PATCH v2 5/7] mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
` [PATCH v2 6/7] mm/compaction: improve comment of is_via_compact_memory
[PATCH v2 0/3] Fixes and cleanups to break_down_buddy_pages
2023-08-30 6:27 UTC (4+ messages)
` [PATCH v2 1/3] mm/page_alloc: correct start page when guard page debug is enabled
[PATCH] mm: allow a controlled amount of unfairness in the page lock
2023-08-30 6:26 UTC (4+ messages)
[PATCH v6 00/11] io_uring getdents
2023-08-30 6:11 UTC (10+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
[linux-next:master 13135/13297] drivers/net/ethernet/sfc/ethtool_common.c:278:32: warning: '%-24s' directive output may be truncated writing between 24 and 31 bytes into a region of size 25
2023-08-30 5:00 UTC
[PATCH v5] mm: vmscan: try to reclaim swapcache pages if no swap space
2023-08-30 3:56 UTC
[PATCH] hugetlb: set hugetlb page flag before optimizing vmemmap
2023-08-30 3:32 UTC (2+ messages)
[PATCH] mm/mmap: Define DEFAULT_STACK_GUARD_GAP
2023-08-30 3:24 UTC (4+ messages)
[PATCH] mm/mmap: Tighten up cmdline_parse_stack_guard_gap()
2023-08-30 3:24 UTC (4+ messages)
[RFC PATCH] mm/damon/core: use number of passed access sampling as a timer
2023-08-30 1:51 UTC (2+ messages)
[PATCH v4] mm: vmscan: try to reclaim swapcache pages if no swap space
2023-08-30 1:51 UTC (3+ messages)
[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
2023-08-30 1:36 UTC (3+ messages)
[GIT PULL] MM updates for 6.6-rc1
2023-08-30 1:33 UTC (5+ messages)
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-08-30 1:22 UTC (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-08-30 0:48 UTC (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
[PATCH] mm: fix unaccount of memory on vma_link() failure
2023-08-30 0:43 UTC
[linux-next:master 11990/13297] drivers/platform/x86/mlx-platform.c:6204:8: error: call to undeclared function 'pci_request_region'; ISO C99 and later do not support implicit function declarations
2023-08-29 22:31 UTC
[GIT PULL] non-MM updates for 6.6-rc1
2023-08-29 22:22 UTC (3+ messages)
[PATCH v2 00/33] Separate struct slab from struct page
2023-08-29 21:33 UTC (5+ messages)
` slab tree for next
[PATCH 0/3] memcg: non-unified flushing for userspace stats
2023-08-29 20:20 UTC (26+ messages)
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads
[GIT PULL] slab updates for 6.6
2023-08-29 20:18 UTC (2+ messages)
[PATCH] mm/khugepaged: increase transparent_hugepage_recommend_disable parameter to disable active modification of min_free_kbytes
2023-08-29 20:04 UTC (2+ messages)
[PATCH] mm: fix draining remote pageset
2023-08-29 18:05 UTC (13+ messages)
'struct dynamic': struct tag leak in UAPI headers
2023-08-29 17:46 UTC (7+ messages)
[PATCH v2] mm/hugeltb: fix nodes huge page allocation when there are surplus pages
2023-08-29 16:57 UTC (2+ messages)
[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
2023-08-29 16:42 UTC (3+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
[PATCH v1 0/4] Optimize mmap_exit for large folios
2023-08-29 15:59 UTC (7+ messages)
` [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
[linux-next:master 12683/13297] drivers/scsi/qla2xxx/qla_nvme.c:1183:13: warning: unused variable 'fcport'
2023-08-29 15:24 UTC
allow building a kernel without buffer_heads v3
2023-08-29 13:03 UTC (4+ messages)
` [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes
[linux-next:master 1647/12910] arch/powerpc/include/asm/switch_to.h:86:2: error: call to __compiletime_assert_261 declared with 'error' attribute: BUILD_BUG failed
2023-08-29 11:48 UTC (3+ messages)
` crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSX
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-29 11:02 UTC (4+ messages)
[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
2023-08-29 8:30 UTC (11+ messages)
[PATCH v3] fs: clean up usage of noop_dirty_folio
2023-08-29 8:11 UTC (2+ messages)
[PATCH v2 0/9] Mitigate a vmap lock contention v2
2023-08-29 8:11 UTC (3+ messages)
` [PATCH v2 8/9] mm: vmalloc: Support multiple nodes in vmallocinfo
` [PATCH v2 9/9] mm: vmalloc: Set nr_nodes/node_size based on CPU-cores
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox