linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] mm/shrinker: fix name consistency issue in shrinker_debugfs_rename()
 2025-03-05 19:19 UTC  (2+ messages)

[RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-03-05 19:19 UTC  (19+ messages)
` [RFC PATCH 01/16] mm/madvise: use is_memory_failure() from madvise_do_behavior()
` [RFC PATCH 02/16] mm/madvise: split out populate behavior check logic
` [RFC PATCH 03/16] mm/madvise: deduplicate madvise_do_behavior() skip case handlings
` [RFC PATCH 04/16] mm/madvise: remove len parameter of madvise_do_behavior()
` [RFC PATCH 05/16] mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
` [RFC PATCH 06/16] mm/madvise: pass madvise_behavior struct to madvise_vma_behavior()
` [RFC PATCH 07/16] mm/madvise: make madvise_walk_vmas() visit function receives a void pointer
` [RFC PATCH 08/16] mm/madvise: pass madvise_behavior struct to madvise_dontneed_free()
` [RFC PATCH 09/16] mm/memory: split non-tlb flushing part from zap_page_range_single()
` [RFC PATCH 10/16] mm/madvise: let madvise_dontneed_single_vma() caller batches tlb flushes
` [RFC PATCH 11/16] mm/madvise: let madvise_free_single_vma() "
` [RFC PATCH 12/16] mm/madvise: batch tlb flushes for process_madvise(MADV_DONTNEED[_LOCKED])
` [RFC PATCH 13/16] mm/madvise: batch tlb flushes for process_madvise(MADV_FREE)
` [RFC PATCH 14/16] mm/madvise: batch tlb flushes for madvise(MADV_{DONTNEED[_LOCKED],FREE}
` [RFC PATCH 15/16] mm/madvise: remove !tlb support from madvise_dontneed_single_vma()
` [RFC PATCH 16/16] mm/madvise: remove !caller_tlb case of madvise_free_single_vma()

[PATCH v9] arm64: mm: Populate vmemmap at the page level if not section aligned
 2025-03-05 18:59 UTC  (2+ messages)

[PATCH mm-unstable 5/5] mm: zpool: Remove zpool_malloc_support_movable()
 2025-03-05 18:57 UTC  (10+ messages)
` [PATCH mm-unstable 0/5] Switch zswap to object read/write APIs
  ` [PATCH mm-unstable 1/5] mm: zpool: Add interfaces for "
  ` [PATCH mm-unstable 2/5] mm: zswap: Use object read/write APIs instead of object mapping APIs
  ` [PATCH mm-unstable 3/5] mm: zpool: Remove "
  ` [PATCH mm-unstable 4/5] mm: zsmalloc: Remove object mapping APIs and per-CPU map areas

[PATCH 0/7] refactor mremap and fix bug
 2025-03-05 18:52 UTC  (10+ messages)
` [PATCH 1/7] mm/mremap: correctly handle partial mremap() of VMA starting at 0
` [PATCH 2/7] mm/mremap: refactor mremap() system call implementation
` [PATCH 3/7] mm/mremap: introduce and use vma_remap_struct threaded state
` [PATCH 4/7] mm/mremap: initial refactor of move_vma()

[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-03-05 18:51 UTC  (5+ messages)
` [PATCH v2 1/3] ACPI: ACPI 6.5: RAS2: Shorten RAS2 table structure and variable names
` [PATCH v2 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v2 3/3] ras: mem: Add memory "

Softlockup when test shmem swapout-swapin and compaction
 2025-03-05 18:51 UTC  (5+ messages)

[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
 2025-03-05 18:48 UTC  (2+ messages)

[PATCH] mm/mremap: fix uninitialized return code
 2025-03-05 18:46 UTC  (5+ messages)

[PATCH mm-unstable] Docs/mm/damon/design: fix a typo on 'intervals auto-tuning' section
 2025-03-05 18:27 UTC 

Kernel oops with 6.14 when enabling TLS
 2025-03-05 18:11 UTC  (26+ messages)
                                        ` Networking people smell funny and make poor life choices

[PATCH v5 02/27] mm, cma: support multiple contiguous ranges, if requested
 2025-03-05 18:02 UTC  (2+ messages)

[PATCH 6.1 143/176] mm: Dont pin ZERO_PAGE in pin_user_pages()
 2025-03-05 17:48 UTC 

[PATCH drm-next 0/2] Enhance drm_panic Support for Virtio-GPU
 2025-03-05 17:27 UTC  (4+ messages)
` [PATCH drm-next 1/2] vmalloc: Add atomic_vmap
` [PATCH drm-next 2/2] drm/virtio: Use atomic_vmap to work drm_panic in GUI

[PATCH v3 05/11] arm64: hugetlb: Use set_ptes_anysz() and ptep_get_and_clear_anysz()
 2025-03-05 16:32 UTC  (3+ messages)

[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-05 16:28 UTC  (5+ messages)

[RFC PATCH 0/2] mm: introduce anon_vma flags, reduce kernel allocs
 2025-03-05 16:27 UTC  (5+ messages)
` [RFC PATCH 1/2] mm: introduce anon_vma flags and use wrapper functions
` [RFC PATCH 2/2] mm/madvise: utilise anon_vma unfaulted flag on guard region install

[RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface
 2025-03-05 16:25 UTC  (16+ messages)

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-05 16:16 UTC  (10+ messages)
` [PATCH v2 2/5] x86/mce: dump error msg from severities

[PATCH] mm, percpu: do not consider sleepable allocations atomic
 2025-03-05 15:35 UTC  (12+ messages)

[PATCH v9 0/7] mseal system mappings
 2025-03-05 15:32 UTC  (11+ messages)
` [PATCH v9 1/7] mseal sysmap: kernel config and header change
` [PATCH v9 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v9 3/7] mseal sysmap: enable x86-64
` [PATCH v9 4/7] mseal sysmap: enable arm64
` [PATCH v9 5/7] mseal sysmap: uprobe mapping
` [PATCH v9 6/7] mseal sysmap: update mseal.rst
` [PATCH v9 7/7] selftest: test system mappings are sealed

kernel bug found and suggestions for fixing it
 2025-03-05 15:29 UTC  (3+ messages)
` =?gb18030?B?u9i4tKO6a2VybmVsIGJ1ZyBmb3VuZCBhbmQgc3VnZ2VzdGlvbnMgZm9yIGZpeGluZyBpdA==?=

[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-05 15:20 UTC  (5+ messages)
` [PATCH -next v1 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH -next v1 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH -next v1 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[QUESTION] Plain dereference and READ_ONCE() in fault handler
 2025-03-05 15:02 UTC  (4+ messages)

[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
 2025-03-05 14:06 UTC  (11+ messages)

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (4+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION

[PATCH v3] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
 2025-03-05 12:12 UTC  (2+ messages)

[PATCH v15 00/11] AMD broadcast TLB invalidation
 2025-03-05 12:01 UTC  (3+ messages)
` [PATCH v15 02/11] x86/mm: Add INVLPGB feature and Kconfig entry

[PATCH v8 3/4] scanf: convert self-test to KUnit
 2025-03-05 11:36 UTC  (4+ messages)

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-05 10:29 UTC  (3+ messages)
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page

[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
 2025-03-05 10:26 UTC  (3+ messages)

[PATCH 5.10/5.15] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-05  9:18 UTC 

[PATCH 6.1] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-05  9:17 UTC 

[PATCH 6.6] mm/mempolicy: fix unbalanced unlock in backported VMA check
 2025-03-05  9:16 UTC 

[RFC v2 0/9] khugepaged: mTHP support
 2025-03-05  9:11 UTC  (6+ messages)
` [RFC v2 7/9] khugepaged: add "

[PATCH 3/7] lib/rbtree: add random seed
 2025-03-05  9:10 UTC  (3+ messages)

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-05  8:25 UTC  (2+ messages)

[PATCH] mm/shrinker_debug: Fix possible memory leak in shrinker_debugfs_rename function
 2025-03-05  6:46 UTC  (4+ messages)

[syzbot] [mm?] WARNING in depot_fetch_stack
 2025-03-05  5:33 UTC 

[akpm-mm:mm-unstable 400/415] mm/mremap.c:908:7: warning: variable 'err' is used uninitialized whenever 'if' condition is false
 2025-03-05  5:16 UTC 

[PATCH v2] mm/hugetlb: fix surplus pages in dissolve_free_huge_page()
 2025-03-05  3:46 UTC  (3+ messages)

[PATCH v2] mm/migrate: fix shmem xarray update during migration
 2025-03-05  3:22 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 20d5c66e1810e6e8805ec0d01373afb2dba9f51a
 2025-03-05  3:00 UTC 

[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-05  1:51 UTC  (5+ messages)
` [v2 PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses

[PATCH 0/4] Optimize __vmalloc_node_range_noprof function
 2025-03-05  1:46 UTC  (7+ messages)
` [PATCH 1/4] mm/vmalloc: Remove unnecessary size ALIGN in __vmalloc_node_range_noprof

[PATCH v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
 2025-03-05  1:14 UTC  (2+ messages)

[PATCH 0/7] lib/interval_tree: add some test cases and cleanup
 2025-03-05  0:57 UTC  (4+ messages)
` [PATCH 7/7] lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()

[Patch v2 0/3] maple_tree: Fix the replacement of a root leaf node
 2025-03-05  0:46 UTC  (4+ messages)
` [Patch v2 1/3] maple_tree: Fix mt_destroy_walk() on "
` [Patch v2 2/3] maple_tree: restart walk on correct status
` [Patch v2 3/3] maple_tree: assert retrieving new value on a tree containing just a leaf node

[PATCH 0/3] may miss to set node dead on destroy
 2025-03-05  0:32 UTC  (8+ messages)

[PATCH] mm/slab: call __kmalloc_noprof() when size isn't builtin constant in kmalloc_array_noprof()
 2025-03-04 23:32 UTC  (4+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-03-04 23:24 UTC  (3+ messages)
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files

next-20250304 build failure
 2025-03-04 22:47 UTC  (2+ messages)

[PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
 2025-03-04 21:19 UTC  (10+ messages)
` [PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [PATCH 2/9] mm/damon/paddr: support ops_filters
` [PATCH 3/9] mm/damon/core: support committing ops_filters
` [PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [PATCH 5/9] mm/damon/paddr: support only damos->ops_filters
` [PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior

[PATCH v7 00/15] zswap IAA compress batching
 2025-03-04 21:14 UTC  (4+ messages)
` [PATCH v7 01/15] crypto: acomp - Add synchronous/asynchronous acomp request chaining

[syzbot] [mm?] WARNING in fsnotify_file_area_perm
 2025-03-04 21:13 UTC  (8+ messages)
` [syzbot] [xfs?] "

[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-03-04 21:12 UTC  (19+ messages)
` [PATCH v14 03/13] x86/mm: add INVLPGB support code
` [PATCH v14 11/13] x86/mm: do targeted broadcast flushing from tlbbatch code

[PATCH v2] intel_th: avoid using deprecated page->mapping, index fields
 2025-03-04 21:08 UTC  (6+ messages)

[PATCH v8 0/7] mseal system mappings
 2025-03-04 20:53 UTC  (5+ messages)
` [PATCH v8 7/7] selftest: test system mappings are sealed

[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-03-04 20:46 UTC  (9+ messages)
` [PATCH linux-next 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-04 20:34 UTC  (6+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-03-04 19:08 UTC  (10+ messages)

circular locking between memory management and network layer (from nfs)
 2025-03-04 17:36 UTC 

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-03-04 17:14 UTC  (11+ messages)

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-03-04 16:59 UTC  (5+ messages)

[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-04 16:29 UTC  (7+ messages)
` [PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes

[PATCH v2 0/3] Fix calculations in trace_balance_dirty_pages() for cgwb
 2025-03-04 15:39 UTC  (3+ messages)
` [PATCH v2 1/3] writeback: Let trace_balance_dirty_pages() take struct dtc as parameter

[PATCH v3 00/11] Perf improvements for hugetlb and vmalloc on arm64
 2025-03-04 15:04 UTC  (2+ messages)
` [PATCH v3 11/11] arm64/mm: Batch barriers when updating kernel mappings

page:  |  | latest

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