[PATCH] mm: convert page type macros to enum
2024-06-06 17:34 UTC (2+ messages)
[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-06 17:33 UTC (17+ 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 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
[linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
2024-06-06 17:15 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 17:14 UTC (34+ messages)
[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] mm: zswap: limit number of zpools based on CPU and RAM
2024-06-06 16:53 UTC
[PATCH net-next v6 10/15] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
2024-06-06 16:37 UTC (4+ messages)
` [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
[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
2024-06-06 16:05 UTC (11+ messages)
[PATCH] selftests/mm: use volatile keyword to not optimize mmap read variable
2024-06-06 15:57 UTC (7+ messages)
[PATCH] mm/util: Swap kmemdup_array() arguments
2024-06-06 15:55 UTC (3+ messages)
[PATCH v2] selftests/mm: use global variable to not optimize mmap read variable
2024-06-06 15:47 UTC (2+ messages)
[RFC PATCH v5 0/3] Add memory.max.effective for application's allocators
2024-06-06 15:22 UTC (4+ 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
[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
[syzbot] [mm?] general protection fault in dequeue_hugetlb_folio_nodemask
2024-06-06 14:55 UTC (2+ messages)
[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 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
[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 (18+ messages)
` [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
` [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 (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 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 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: "
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