linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-30 14:51:56 to 2025-10-31 21:33:04 UTC [more...]

[PATCH v8 00/23] SLUB percpu sheaves
 2025-10-31 21:32 UTC  (3+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH 1/1] kexec: Use %pe format specifier for error pointer printing
 2025-10-31 21:00 UTC  (5+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 20:07 UTC  (5+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH] pm-hibernate: flush block device cache when hibernating
 2025-10-31 19:35 UTC  (5+ messages)
    ` [PATCH 1/2] pm-hibernate: flush disk cache when suspending
    ` [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-31 19:29 UTC  (14+ messages)
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-10-31 18:31 UTC  (10+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
  ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

arch/um/include/asm/kasan.h:29:2: error: #error UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-10-31 18:24 UTC 

[PATCH v2 0/3] ksm: perform a range-walk to jump over holes in break_ksm
 2025-10-31 17:46 UTC  (4+ messages)
` [PATCH v2 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH v2 2/3] ksm: perform a range-walk in break_ksm
` [PATCH v2 3/3] ksm: replace function unmerge_ksm_pages with break_ksm

[PATCH v2 1/5] mm, swap: do not perform synchronous discard during allocation
 2025-10-31 17:45 UTC  (2+ messages)

[PATCH v2 00/23] mm: BPF OOM
 2025-10-31 17:37 UTC  (39+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
            ` bpf_st_ops and cgroups. Was: "
` [PATCH v2 04/23] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH v2 05/23] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-10-31 17:15 UTC  (2+ messages)

[PATCH RFC] mm: allow __GFP_NOFAIL allocation up to BLK_MAX_BLOCK_SIZE to support LBS
 2025-10-31 16:55 UTC  (9+ messages)

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-10-31 16:20 UTC  (4+ messages)
` [PATCH v5 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v5 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH] mm/vma: small VMA lock cleanups
 2025-10-31 15:55 UTC  (2+ messages)

[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-31 15:44 UTC  (12+ messages)
` [PATCH v4 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v4 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v4 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2025-10-31 15:30 UTC  (3+ messages)

[RFC PATCH v7 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-10-31 14:42 UTC  (3+ messages)
` [RFC PATCH v7 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v7 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-31 13:58 UTC  (10+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

[PATCH] maple_tree: fix tracepoint string pointers
 2025-10-31 13:08 UTC  (4+ messages)

[PATCH v2 1/1] mm/secretmem: fix use-after-free race in fault handler
 2025-10-31 12:09 UTC 

[PATCH] mm/kmsan: Fix kmsan kmalloc hook when no stack depots are allocated yet
 2025-10-31 11:57 UTC  (7+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-31 11:52 UTC  (11+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

Oops in secretmem_fault()
 2025-10-31 11:48 UTC  (10+ messages)
` [PATCH 1/1] mm/secretmem: fix use-after-free race in fault handler

[PATCH v5 0/6] Cache coherency management subsystem
 2025-10-31 11:17 UTC  (7+ messages)
` [PATCH v5 1/6] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v5 2/6] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v5 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v5 4/6] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v5 5/6] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v5 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-31 11:12 UTC  (19+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function

Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
 2025-10-31 10:40 UTC  (2+ messages)

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-10-31 10:35 UTC  (4+ messages)

move blk-crypto-fallback to sit above the block layer
 2025-10-31  9:34 UTC  (10+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 6/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

Accounting for vmap_area object growth when kmemleak doesn't notice any leaks
 2025-10-31  8:46 UTC  (2+ messages)

[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-10-31  8:27 UTC  (5+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-10-31  7:11 UTC  (11+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH 10/19] mm, swap: consolidate cluster reclaim and check logic
` [PATCH 15/19] mm, swap: add folio to swap cache directly on allocation

[PATCH v2 0/5] mm: swap: small fixes and comment cleanups
 2025-10-31  6:50 UTC  (6+ messages)
` [PATCH v2 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH v2 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH v2 3/5] mm, swap: Remove redundant comment for read_swap_cache_async
` [PATCH v2 4/5] mm: swap: change swap_alloc_slow() to void
` [PATCH v2 5/5] mm: swap: remove scan_swap_map_slots() references from comments

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-31  6:48 UTC  (7+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH] Documentation: treewide: Replace marc.info links with lore
 2025-10-31  4:33 UTC 

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-31  2:19 UTC  (2+ messages)

[Patch v3 0/4] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-31  2:00 UTC  (10+ messages)
` [Patch v3 2/4] mm/huge_memory: update folio stat after successful split
` [Patch v3 4/4] mm/huge_memory: optimize old_order derivation during folio splitting

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-31  1:55 UTC  (7+ messages)
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS

[linux-next:master] BUILD REGRESSION 131f3d9446a6075192cdd91f197989d98302faa6
 2025-10-30 22:09 UTC 

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-30 21:48 UTC  (15+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-10-30 21:33 UTC  (16+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-30 21:28 UTC  (9+ messages)

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-30 18:47 UTC  (3+ messages)
` [RFC PATCH 2/5] lib: Introduce BLOG (Binary LOGging) subsystem

filemap_* writeback interface cleanups v2
 2025-10-30 18:21 UTC  (3+ messages)
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-30 17:08 UTC  (8+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-30 16:50 UTC  (8+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`

[PATCH RFC] shmem: don't trim whole folio loop boundaries on partial truncate
 2025-10-30 16:51 UTC 

[RFC PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-10-30 16:43 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [RFC PATCH 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [RFC PATCH 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [RFC PATCH 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-30 16:39 UTC  (8+ messages)
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-10-30 16:34 UTC  (5+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-30 15:59 UTC  (7+ messages)
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths

[PATCH] s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
 2025-10-30 15:45 UTC  (4+ messages)

[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
 2025-10-30 14:59 UTC  (10+ messages)

[PATCH v2 0/3] mm: Convert memory block states (MEM_*) macros to
 2025-10-30 14:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).