linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [mm?] general protection fault in dequeue_hugetlb_folio_nodemask
 2024-06-06 14:39 UTC 

[PATCH] selftests/mm: use volatile keyword to not optimize mmap read variable
 2024-06-06 14:35 UTC  (3+ messages)

[PATCH linux-next v2] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-06 14:28 UTC  (3+ messages)

x86: WARNING: at mm/memblock.c:1339 memblock_set_node - Usage of MAX_NUMNODES is deprecated. Use NUMA_NO_NODE instead
 2024-06-06 14:19 UTC  (5+ messages)

[PATCH 6.9 278/374] cifs: Set zero_point in the copy_file_range() and remap_file_range()
 2024-06-06 14:04 UTC 

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-06-06 13:32 UTC  (30+ messages)

[PATCH] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-06 13:14 UTC 

[PATCH] mm/page_table_check: Fix crash on ZONE_DEVICE
 2024-06-06 13:14 UTC  (8+ messages)

[PATCH 0/7] support large folio swap-out and swap-in for shmem
 2024-06-06 11:58 UTC  (7+ messages)
` [PATCH 1/7] mm: vmscan: add validation before spliting shmem large folio
` [PATCH 2/7] mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
` [PATCH 3/7] mm: shmem: support large folio allocation for shmem_replace_folio()
` [PATCH 4/7] mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
` [PATCH 6/7] mm: shmem: use swap_free_nr() to free shmem swap entries
` [PATCH 7/7] mm: shmem: support large folio swap out

[PATCH] selftests: mm: Make map_fixed_noreplace test names stable
 2024-06-06 10:38 UTC  (2+ messages)

[PATCH v6 0/3] Reclaim lazyfree THP without splitting
 2024-06-06  9:41 UTC  (21+ messages)
` [PATCH v6 1/3] mm/rmap: remove duplicated exit code in pagewalk loop
` [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into "
` [PATCH v6 3/3] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()

[PATCH v3 0/6] add mTHP support for anonymous shmem
 2024-06-06  9:31 UTC  (10+ messages)

[linux-next:master 3357/4264] kernel/trace/trace_selftest.c:761: warning: "BYTE_NUMBER" redefined
 2024-06-06  9:16 UTC 

[PATCH] mm/page_alloc: skip THP-sized PCP list when allocating non-CMA THP-sized page
 2024-06-06  9:10 UTC  (5+ messages)

[PATCH 0/6] Enable P2PDMA in Userspace RDMA
 2024-06-06  8:53 UTC  (10+ messages)
` [PATCH 1/6] kernfs: create vm_operations_struct without page_mkwrite()
` [PATCH 2/6] sysfs: add mmap_allocates parameter to struct bin_attribute
` [PATCH 3/6] PCI/P2PDMA: create VMA without page_mkwrite() operator
` [PATCH 4/6] mm/gup: handle ZONE_DEVICE pages in folio_fast_pin_allowed()
` [PATCH 5/6] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA
` [PATCH 6/6] RDMA/umem: add support for P2P RDMA

[PATCH] mm/gup: don't check page lru flag before draining it
 2024-06-06  8:50 UTC  (13+ messages)

[PATCH v2 0/3] slab: fix and cleanup of slub_debug
 2024-06-06  8:35 UTC  (7+ messages)
` [PATCH v2 1/3] slab: make check_object() more consistent
` [PATCH v2 2/3] slab: don't put freepointer outside of object if only orig_size
` [PATCH v2 3/3] slab: delete useless RED_INACTIVE and RED_ACTIVE

[PATCH v11 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-06-06  8:33 UTC  (11+ messages)
` [PATCH v11 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-06-06  8:30 UTC  (12+ messages)

[rppt-memblock:fixes] [memblock] e0eec24e2e: WARNING:at_mm/memblock.c:#memblock_set_node
 2024-06-06  7:15 UTC 

[PATCH] mm: increase totalram_pages on freeing to buddy system
 2024-06-06  7:14 UTC  (7+ messages)

[PATCH 00/10] use folio in ksm
 2024-06-06  7:11 UTC  (17+ messages)
` [PATCH 01/10] mm/ksm: reduce the flush action for ksm merging page
` [PATCH 02/10] mm/ksm: skip subpages of compound pages

[PATCH v2 00/13] Some cleanups for memory-failure
 2024-06-06  6:46 UTC  (15+ messages)
` [PATCH v2 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH v2 02/13] mm/memory-failure: remove MF_MSG_SLAB
` [PATCH v2 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
` [PATCH v2 04/13] mm/memory-failure: save some page_folio() calls
` [PATCH v2 05/13] mm/memory-failure: remove unneeded empty string
` [PATCH v2 06/13] mm/memory-failure: remove confusing initialization to count
` [PATCH v2 07/13] mm/memory-failure: simplify unneeded hwpoison_filter() variant
` [PATCH v2 08/13] mm/memory-failure: use helper macro task_pid_nr()
` [PATCH v2 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory()
` [PATCH v2 10/13] mm/memory-failure: move some function declarations into internal.h
` [PATCH v2 11/13] mm/memory-failure: fix comment of get_hwpoison_page()
` [PATCH v2 12/13] mm/memory-failure: remove obsolete comment in kill_proc()
` [PATCH v2 13/13] mm/memory-failure: correct comment in me_swapcache_dirty

[linus:master] [mm] efa7df3e3b: kernel_BUG_at_include/linux/page_ref.h
 2024-06-06  3:44 UTC  (12+ messages)

[PATCH] mm: introduce pmd|pte_need_soft_dirty_wp helpers for softdirty write-protect
 2024-06-06  3:40 UTC 

[PATCH v3] writeback: factor out balance_wb_limits to remove repeated code
 2024-06-06  3:35 UTC 

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-06-06  3:24 UTC  (6+ messages)
` [PATCH v2 8/8] writeback: factor out balance_wb_limits to remove repeated code

[PATCHv4 1/1] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-06-06  3:10 UTC  (4+ messages)

[PATCH v4 0/6] mm: migrate: support poison recover from migrate folio
 2024-06-06  2:36 UTC  (10+ messages)
` [PATCH v4 1/6] mm: move memory_failure_queue() into copy_mc_[user]_highpage()
` [PATCH v4 2/6] mm: add folio_mc_copy()
` [PATCH v4 3/6] mm: migrate: split folio_migrate_mapping()

[PATCH 00/18] Introduce a store type enum for the Maple tree
 2024-06-06  2:15 UTC  (4+ messages)
` [PATCH 04/18] maple_tree: introduce mas_wr_store_type()

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-06  1:55 UTC  (9+ messages)

[PATCH net-next v10 06/14] page_pool: convert to use netmem
 2024-06-06  1:48 UTC  (2+ messages)

[PATCH v3] maple_tree: modified return type of mas_wr_store_entry()
 2024-06-06  1:46 UTC 

[PATCH linux-next] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-06  1:34 UTC  (3+ messages)

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-06  0:51 UTC  (3+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-06-06  0:03 UTC  (5+ messages)

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-05 23:22 UTC  (11+ messages)
` [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[PATCH v1 1/2] selftests/mm: Include linux/mman.h
 2024-06-05 22:52 UTC  (4+ messages)
` [PATCH v1 2/2] selftests/mm: Guard defines from shm

[PATCH v13] mm: report per-page metadata information
 2024-06-05 22:27 UTC 

[PATCH] mm/mm_init.c: don't initialize page->lru again
 2024-06-05 22:14 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-06-05 21:44 UTC  (9+ messages)

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-06-05 21:33 UTC  (5+ messages)
` [RFC PATCH v8 08/10] ACPI:RAS2: Add ACPI RAS2 driver
` [RFC PATCH v8 10/10] ras: scrub: ACPI RAS2: Add memory "

Our Best Price AU029953
 2024-06-05 20:47 UTC 

[PATCH v4 0/6] slab: Introduce dedicated bucket allocator
 2024-06-05 19:54 UTC  (6+ messages)
` [PATCH v4 4/6] mm/slab: Introduce kmem_buckets_create() and family

[linux-next:master] BUILD REGRESSION 234cb065ad82915ff8d06ce01e01c3e640b674d2
 2024-06-05 17:06 UTC 

[PATCH v2] maple_tree: modified return type of mas_wr_store_entry()
 2024-06-05 16:40 UTC  (2+ messages)

[PATCH 2/2] mm: gup: do not call try_grab_folio() in slow path
 2024-06-05 16:19 UTC  (3+ messages)

[PATCH 1/2] mm: page_ref: remove folio_try_get_rcu()
 2024-06-05 16:17 UTC  (4+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-06-05 15:35 UTC  (8+ messages)

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-05 14:07 UTC  (6+ messages)
` [PATCH v5 1/2] sched/rt: "

[PATCH net-next v6 01/15] mm: page_frag: add a test module for page_frag
 2024-06-05 13:33 UTC  (11+ messages)
` [PATCH net-next v6 03/15] mm: page_frag: use free_unref_page() to free page fragment
` [PATCH net-next v6 04/15] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v6 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v6 08/15] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v6 09/15] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v6 10/15] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v6 12/15] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v6 14/15] mm: page_frag: update documentation for page_frag

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-05 11:40 UTC  (12+ messages)
` [PATCH v4 01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v4 02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
` [PATCH v4 03/11] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v4 04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v4 05/11] riscv: mm: Add pfn_to_kaddr() implementation
` [PATCH v4 06/11] riscv: mm: Add memory hotplugging support
` [PATCH v4 07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v4 08/11] riscv: Enable memory hotplugging for RISC-V
` [PATCH v4 09/11] virtio-mem: Enable virtio-mem "
` [PATCH v4 10/11] riscv: mm: Add support for ZONE_DEVICE
` [PATCH v4 11/11] riscv: Enable DAX VMEMMAP optimization

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-05 11:17 UTC  (2+ messages)

[RFC] ML infrastructure in Linux kernel
 2024-06-05 11:02 UTC 

[linux-next:master 3313/3594] kernel/trace/fgraph.c:883:43: error: 'struct ftrace_ops' has no member named 'subop_list'
 2024-06-05 10:37 UTC 

[RFC 1/3] mm/ksm: add anonymous check in find_mergeable_vma
 2024-06-05 10:04 UTC  (3+ messages)
` [RFC 3/3] mm/ksm: move flush_anon_page before checksum calculation

page:  |  | latest

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