linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios
 2025-05-23  3:27 UTC  (11+ messages)

[PATCH 00/18] Split netmem from struct page
 2025-05-23  3:26 UTC  (19+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH 11/18] mlx4: use netmem descriptor and APIs for page pool
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 14/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH 15/18] netmem: remove __netmem_get_pp()
` [PATCH 16/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH 17/18] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[RFC PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-05-23  3:16 UTC 

reply: [RFC] pin_user_pages_fast failure count increased
 2025-05-23  2:52 UTC  (9+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-05-23  2:39 UTC  (7+ messages)
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
 2025-05-23  2:29 UTC  (8+ messages)

[linux-next:master] BUILD SUCCESS 460178e842c7a1e48a06df684c66eb5fd630bcf7
 2025-05-23  1:46 UTC 

[BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out
 2025-05-23  0:03 UTC  (4+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-22 23:12 UTC  (5+ messages)
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use

[PATCH] mmu_notifiers: remove leftover stub macros
 2025-05-22 22:59 UTC  (2+ messages)

[PATCH 0/4] Some randome fixes and cleanups to swapfile
 2025-05-22 21:41 UTC  (7+ messages)
` [PATCH 1/4] mm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swap_range_alloc()
` [PATCH 2/4] mm: swap: correctly use maxpages in swapon syscall to avoid potensial deadloop
` [PATCH 3/4] mm: swap: fix potensial buffer overflow in setup_clusters()
` [PATCH 4/4] mm: swap: remove stale comment stale comment in cluster_alloc_swap_entry()

[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
 2025-05-22 20:53 UTC  (24+ messages)
` [RFC PATCH 1/5] mm: madvise: refactor madvise_populate()

[PATCH v4 0/3] Add support for long task name
 2025-05-22 19:46 UTC  (9+ messages)
` [PATCH v4 1/3] exec: Remove obsolete comments
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH RFC v2] mm: add support for dropping LRU recency on process exit
 2025-05-22 19:07 UTC  (4+ messages)

[PATCH] selftests/mm: Deduplicate test names in madv_populate
 2025-05-22 18:59 UTC  (2+ messages)

[RFC PATCH v0 0/2] Batch migration for NUMA balancing
 2025-05-22 18:52 UTC  (27+ messages)
` [RFC PATCH v0 1/2] migrate: implement migrate_misplaced_folio_batch
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
  ` Apologies and clarifications on DAMON-disruptions (was Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing)

[PATCH v6] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-05-22 18:00 UTC  (2+ messages)

[PATCH 0/4] selftests/mm: cow and gup_longterm cleanups
 2025-05-22 17:38 UTC  (5+ messages)
` [PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm
` [PATCH 2/4] selftest/mm: Add helper for logging test start and results
` [PATCH 3/4] selftests/mm: Report unique test names for each cow test
` [PATCH 4/4] selftests/mm: Fix test result reporting in gup_longterm

[PATCH] mm/damon: make region calculations more precise
 2025-05-22 17:16 UTC  (3+ messages)

[PATCH 0/2] mm/damon: build-enable essential DAMON components by default
 2025-05-22 17:10 UTC  (6+ messages)
` [PATCH 1/2] mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
` [PATCH 2/2] mm/damon/Kconfig: enable CONFIG_DAMON by default

[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
 2025-05-22 16:26 UTC  (13+ messages)

[PATCH v3 0/5] Optimize mprotect() for large folios
 2025-05-22 16:18 UTC  (25+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v3 2/5] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
` [PATCH v3 4/5] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v3 5/5] arm64: Add batched version of ptep_modify_prot_commit

[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
 2025-05-22 15:18 UTC  (7+ messages)

[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
 2025-05-22 15:10 UTC  (3+ messages)
` [RFC v2 1/9] x86/mm: Introduce MSR_IA32_CORE_CAPABILITIES

[PATCH v7 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-22 14:58 UTC  (2+ messages)

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-22 13:49 UTC  (9+ messages)
` [PATCH v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd

[RFC v2 0/2] add THP_HUGE_ZERO_PAGE_ALWAYS config option
 2025-05-22 13:34 UTC  (10+ messages)
` [RFC v2 1/2] mm: "
` [RFC v2 2/2] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()

[PATCH] mm/cma: make detection of highmem_start more robust
 2025-05-22 13:31 UTC  (4+ messages)

[PATCH cgroup/for-6.16] cgroup: avoid per-cpu allocation of size zero rstat cpu locks
 2025-05-22 13:22 UTC  (3+ messages)

[PATCH 1/2] mm: slub: allocate slab object extensions non-contiguously
 2025-05-22 12:42 UTC  (8+ messages)
` [PATCH 2/2] mm: slub: only warn once when allocating slab obj extensions fails

[PATCH v5 1/4] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-05-22 12:29 UTC  (12+ messages)
` [PATCH v5 2/4] drivers/base/node: remove register_mem_block_under_node_early()
` [PATCH v5 3/4] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v5 4/4] drivers/base/node : Rename register_memory_blocks_under_node() and remove context argument

[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-22 12:10 UTC  (2+ messages)

[PATCH] mm/khugepaged: Fix race with folio splitting in hpage_collapse_scan_file()
 2025-05-22 11:59 UTC  (6+ messages)

[PATCH v9 09/17] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
 2025-05-22 10:24 UTC  (6+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-22  9:39 UTC  (7+ messages)
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap for "

[RFC] pin_user_pages_fast failure count increased
 2025-05-22  9:27 UTC  (5+ messages)

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-22  9:23 UTC  (11+ messages)

[PATCH] Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOV
 2025-05-22  8:18 UTC  (3+ messages)

[syzbot] [mm?] WARNING in folio_large_mapcount
 2025-05-22  7:11 UTC  (6+ messages)

[PATCH] mm: fix potential NULL pointer dereference in pagetable_alloc_noprof
 2025-05-22  6:58 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-22  6:06 UTC  (5+ messages)

[linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags
 2025-05-22  4:54 UTC 

[PATCH 00/28] mm, swap: introduce swap table
 2025-05-22  4:13 UTC  (4+ messages)
` [PATCH 28/28] mm, swap: implement dynamic allocation of "

[PATCH v5] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-05-22  0:23 UTC  (3+ messages)

[linux-next:master] BUILD SUCCESS 7bac2c97af4078d7a627500c9bcdd5b033f97718
 2025-05-22  0:21 UTC 

[OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
 2025-05-21 23:52 UTC  (11+ messages)
` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox