linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RESEND 0/4] improve fadvise(POSIX_FADV_WILLNEED) with large folio
 2025-12-02  1:33 UTC  (10+ messages)
` [PATCH 1/4] mm/readahead: fix the broken readahead for POSIX_FADV_WILLNEED
  ` [f2fs-dev] "
` [PATCH 2/4] mm/readahead: use page_cache_sync_ra for FADVISE_FAV_WILLNEED
` [PATCH 3/4] mm/readahead: add a_ops->ra_folio_order to get a desired folio order
` [PATCH 4/4] f2fs: attach a_ops->ra_folio_order to allocate large folios for readahead

[RFC PATCH 0/6] Remove device private pages from physical address space
 2025-12-02  1:32 UTC  (15+ messages)
` [RFC PATCH 1/6] mm/hmm: Add flag to track device private PFNs
` [RFC PATCH 4/6] mm: Add a new swap type for migration entries with "

[PATCH 0/3 v2] improve fadvise(POSIX_FADV_WILLNEED) with large folio
 2025-12-02  1:30 UTC  (4+ messages)
` [PATCH 1/3] mm/readahead: fix the broken readahead for POSIX_FADV_WILLNEED
` [PATCH 2/3] mm/readahead: use page_cache_sync_ra for FADVISE_FAV_WILLNEED
` [PATCH 3/3] mm/readahead: try to allocate high order pages "

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-01 23:44 UTC  (17+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v4] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
 2025-12-01 23:40 UTC  (3+ messages)

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-12-01 23:37 UTC  (19+ messages)

[PATCH] arch/x86: memory_hotplug, do not bump up max_pfn for device private pages
 2025-12-01 23:01 UTC  (2+ messages)

[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
 2025-12-01 22:05 UTC  (7+ messages)

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-12-01 21:50 UTC  (5+ messages)
` [PATCH v1 23/26] mm: vmscan: prepare for reparenting MGLRU folios

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-01 21:39 UTC  (21+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock
                        ` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)

[PATCH 0/3] mm/lru_gen: move lru_gen control interface from debugfs to procfs
 2025-12-01 21:35 UTC  (18+ messages)
` [PATCH 2/3] mm/lru_gen: add configuration option to select debugfs/procfs for lru_gen

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-12-01 21:29 UTC  (3+ messages)

[linux-next:master] [mm] f66e2727dd: stress-ng.rawsock.ops_per_sec 46.9% regression
 2025-12-01 21:13 UTC  (4+ messages)

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-01 20:57 UTC  (11+ messages)
` [PATCH v3 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-12-01 20:36 UTC  (28+ messages)
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug

[RFC PATCH 0/4] Optimize rss_stat initialization/teardown for single-threaded tasks
 2025-12-01 19:16 UTC  (11+ messages)
` [RFC PATCH 4/4] mm: Split a slow path for updating mm counters

[PATCH V3 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2025-12-01 18:56 UTC  (3+ messages)
` [PATCH V3 1/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
` [PATCH V3 2/2] mm/khugepaged: retry with sync writeback for MADV_COLLAPSE

[PATCH 2/3] mm/vmstat: get fragmentation statistics from per-migragetype count
 2025-12-01 18:54 UTC  (3+ messages)

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-01 18:52 UTC  (19+ messages)
` [PATCH v13 mm-new 01/16] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v13 mm-new 02/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v13 mm-new 03/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v13 mm-new 04/16] khugepaged: generalize alloc_charge_folio()
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper
` [PATCH v13 mm-new 06/16] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v13 mm-new 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v13 mm-new 09/16] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v13 mm-new 10/16] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v13 mm-new 11/16] khugepaged: improve tracepoints for mTHP orders
` [PATCH v13 mm-new 12/16] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v13 mm-new 13/16] khugepaged: Introduce mTHP collapse support
` [PATCH v13 mm-new 14/16] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v13 mm-new 15/16] khugepaged: run khugepaged for all orders
` [PATCH v13 mm-new 16/16] Documentation: mm: update the admin guide for mTHP collapse

[PATCH] lib/test_vmalloc.c: Minor fixes to test_vmalloc.c
 2025-12-01 18:18 UTC 

[PATCH v3] mm/mm_init: Introduce a boot parameter for check_pages
 2025-12-01 18:07 UTC 

[PATCH v10 00/10] drm: Reduce page tables overhead with THP
 2025-12-01 18:06 UTC  (21+ messages)
` [PATCH v10 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v10 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v10 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v10 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v10 06/10] drm/v3d: Use "
` [PATCH v10 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v10 09/10] drm/panfrost: "
` [PATCH v10 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH 0/2] zram: introduce compressed data writeback
 2025-12-01 18:00 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH] mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
 2025-12-01 17:41 UTC  (2+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 17:09 UTC  (9+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
 2025-12-01 17:01 UTC  (3+ messages)

[PATCH v3] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-01 16:30 UTC  (2+ messages)

[PATCH 0/2] support batched checks of the references for large folios
 2025-12-01 16:23 UTC  (2+ messages)

BUG: kernel NULL pointer dereference, address: 0000000000000000
 2025-12-01 16:05 UTC  (4+ messages)

[PATCH v3] io: add io_pgtable abstraction
 2025-12-01 13:55 UTC  (6+ messages)

[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
 2025-12-01 13:28 UTC  (24+ messages)
      ` [RFC][alpha] saner vmalloc handling (was Re: [Bug report] hash_name() may cross page boundary and trigger sleep in RCU context)

[PATCH 0/2] kho: fixes for vmalloc restoration
 2025-12-01 13:23 UTC  (5+ messages)
` [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-01 13:11 UTC 

[PATCH] mm: fix config option typo in header file
 2025-12-01 12:52 UTC  (3+ messages)

[PATCH v2] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
 2025-12-01 12:28 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-12-01 10:56 UTC  (3+ messages)
` [PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled

[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
 2025-12-01 10:49 UTC  (8+ messages)
` [PATCH v5 2/4] "

[PATCH] mm/swapfile: validate swap offset in unuse_pte_range()
 2025-12-01 10:48 UTC  (4+ messages)

[PATCHv2 0/7] zram: introduce compressed data writeback
 2025-12-01  9:47 UTC  (8+ messages)
` [PATCHv2 1/7] "
` [PATCHv2 2/7] zram: introduce writeback_compressed device attribute
` [PATCHv2 3/7] zram: document writeback_batch_size
` [PATCHv2 4/7] zram: move bd_stat to writeback section
` [PATCHv2 5/7] zram: rename zram_free_page()
` [PATCHv2 6/7] zram: switch to guard() for init_lock
` [PATCHv2 7/7] zram: consolidate device-attr declarations

[PATCH v2 0/5] printk: add macros to simplify handling struct va_format
 2025-12-01  9:31 UTC  (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] drivers/core: use va_format_call helper
` [PATCH v2 3/5] drivers/core: simplify variadic args handling
` [PATCH v2 4/5] mm: use va_format_call helper
` [PATCH v2 5/5] mm: simplify variadic args handling

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-12-01  9:19 UTC  (4+ messages)
` [RFC PATCH v5 11/18] mm: Introduce kpkeys_hardened_pgtables

[PATCH v2] mm: khugepaged: fix memory leak in collapse_file xas retry loop
 2025-12-01  8:39 UTC  (3+ messages)
` [PATCH v3] lib: xarray: free unused spare node in xas_create_range()

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH v8 00/23] SLUB percpu sheaves
 2025-12-01  6:55 UTC  (8+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH RFC] mm/memblock: Fix reserve_mem allocation overlapping KHO scratch regions
 2025-12-01  6:50 UTC  (3+ messages)

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-12-01  6:21 UTC  (3+ messages)
` [PATCH v5 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE

[rppt-memblock:for-next] BUILD SUCCESS 9f0a133cff2757757910e062c769f44f2c6a2868
 2025-12-01  2:55 UTC 

[PATCH] liveupdate: luo_core: fix redundant bound check in luo_ioctl()
 2025-11-30 22:53 UTC  (2+ messages)

[syzbot] [fuse?] possible deadlock in __folio_end_writeback
 2025-11-30 22:47 UTC  (2+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in __list_lru_walk_one (3)
 2025-11-30 22:29 UTC 

[GIT PULL] slab updates for 6.19
 2025-11-30 21:20 UTC 

page:  |  | latest

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