linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linux-next:master 1507/4264] arch/microblaze/boot/dts/system.dts:20.9-23.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
 2024-06-07  1:47 UTC 

[PATCH linux-next v2] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-07  1:36 UTC  (9+ messages)

[PATCH] mm: zswap: limit number of zpools based on CPU and RAM
 2024-06-07  1:00 UTC  (3+ messages)

[PATCH net-next v11 05/13] page_pool: convert to use netmem
 2024-06-07  0:51 UTC  (2+ messages)
` [PATCH net-next v11 06/13] page_pool: devmem support

[PATCH v3] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-07  0:46 UTC 

[linux-next:pending-fixes] BUILD REGRESSION eac0f86fec23396edab323b71e25e483e475929a
 2024-06-07  0:33 UTC 

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-07  0:14 UTC  (3+ messages)
` [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation

[PATCH v3] mm: convert page type macros to enum
 2024-06-07  0:11 UTC 

[PATCH v2] mm: convert page type macros to enum
 2024-06-07  0:06 UTC  (3+ messages)

[linux-next:fs-current] BUILD SUCCESS 26fa7358af64b3d2b47553abfb1cd2bb20c406d8
 2024-06-07  0:06 UTC 

[PATCH v4 0/6] mm: migrate: support poison recover from migrate folio
 2024-06-06 23:46 UTC  (19+ 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 v4 4/6] mm: migrate: support poisoned recover from migrate folio
` [PATCH v4 5/6] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v4 6/6] mm: migrate: remove folio_migrate_copy()

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

[PATCH 3/3] RISC-V: Report vector unaligned accesse speed hwprobe
 2024-06-06 23:11 UTC 

[PATCH] mm: zsmalloc: share slab caches for all zsmalloc zpools
 2024-06-06 23:10 UTC  (3+ messages)

Unifying page table walkers
 2024-06-06 23:07 UTC  (8+ messages)

[PATCH 2/3] RISC-V: Detect unaligned vector accesses supported
 2024-06-06 21:58 UTC 

[PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
 2024-06-06 21:53 UTC  (8+ messages)

[PATCH 0/6] Enable P2PDMA in Userspace RDMA
 2024-06-06 21:32 UTC  (6+ messages)
` [PATCH 1/6] kernfs: create vm_operations_struct without page_mkwrite()

[PATCH v3 08/13] tracing: Add option to use memmapped memory for trace boot instance
 2024-06-06 21:26 UTC  (2+ messages)

[PATCH v3] selftests/mm: use asm volatile to not optimize mmap read variable
 2024-06-06 21:09 UTC  (3+ messages)

[PATCH] mm: swap: remove 'synchronous' argument to swap_read_folio()
 2024-06-06 21:08 UTC 

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

[syzbot] [mm?] general protection fault in dequeue_hugetlb_folio_nodemask
 2024-06-06 20:20 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 20:17 UTC  (8+ messages)

[PATCH] mm/util: Swap kmemdup_array() arguments
 2024-06-06 18:45 UTC  (7+ messages)

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-06 18:32 UTC  (21+ 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

[RFC PATCH v5 0/3] Add memory.max.effective for application's allocators
 2024-06-06 18:15 UTC  (5+ messages)
` [RFC PATCH v5 1/3] memcg: Add memory.max.effective attribute
` [RFC PATCH v5 2/3] memcg: Add memory.swap.max.effective like hierarchical_memsw_limit
` [RFC PATCH v5 3/3] memcg: Notify on memory.max.effective changes

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 18:03 UTC  (37+ messages)

[linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
 2024-06-06 17:51 UTC  (2+ messages)

[PATCH] mm: convert page type macros to enum
 2024-06-06 17:34 UTC  (2+ messages)

[PATCH v2 00/13] Some cleanups for memory-failure
 2024-06-06 17:15 UTC  (16+ 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

[PATCH v2 0/8] mm: workingset reporting
 2024-06-06 17:02 UTC  (3+ messages)
` [PATCH v2 8/8] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces

[PATCH net-next v6 14/15] mm: page_frag: update documentation for page_frag
 2024-06-06 16:37 UTC  (2+ messages)

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-06-06 16:05 UTC  (11+ messages)

[PATCH v2] selftests/mm: use global variable to not optimize mmap read variable
 2024-06-06 15:47 UTC  (2+ messages)

[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-06 15:01 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

[PATCH 0/2] mm/pstore: Reserve named unspecified memory across boots
 2024-06-06 14:50 UTC  (6+ messages)
` [PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up

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

[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  (3+ 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  (16+ messages)
` [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop

[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] 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 00/10] use folio in ksm
 2024-06-06  7:11 UTC  (7+ messages)
` [PATCH 02/10] mm/ksm: skip subpages of compound pages

[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 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)

page:  |  | latest

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