linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/23] mm: BPF OOM
 2025-10-30  4:32 UTC  (22+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-30  4:32 UTC  (33+ messages)
` [PATCH RFC 01/19] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath

[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-30  4:01 UTC  (10+ 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 0/4] initial work on making VMA flags a bitmap
 2025-10-30  3:07 UTC  (8+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH 3/4] mm: introduce VMA flags bitmap type
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

[PATCH v2 0/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
 2025-10-30  2:56 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-30  2:40 UTC  (6+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[PATCH v2 0/2] mm/damon: fixes for the jiffies-related issues
 2025-10-30  2:07 UTC  (3+ messages)
` [PATCH v2 1/2] mm/damon/stat: change last_refresh_jiffies to a global variable
` [PATCH v2 2/2] mm/damon/sysfs: change next_update_jiffies "

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-30  1:26 UTC  (20+ messages)
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 5/7] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-30  1:15 UTC  (25+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-30  1:05 UTC  (6+ 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 3/3] selftests/mm/guard-regions: add smaps visibility test

oom-killer not invoked on systems with multiple memory-tiers
 2025-10-30  0:51 UTC  (3+ messages)

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

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-10-30  0:17 UTC  (10+ messages)
` [PATCH v8 4/7] x86/mm: Simplify clear_page_*
` [PATCH v8 5/7] x86/clear_page: Introduce clear_pages()

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-10-29 23:13 UTC  (21+ messages)
` [PATCH v6 01/18] kasan: Unpoison pcpu chunks with base address tag
` [PATCH v6 02/18] kasan: Unpoison vms[area] addresses with a common tag
` [PATCH v6 03/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v6 05/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v6 06/18] x86/kasan: Add arch specific kasan functions
` [PATCH v6 07/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v6 08/18] x86/mm: Reset tag for virtual to physical address conversions
` [PATCH v6 09/18] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v6 10/18] x86/mm: Physical address comparisons in fill_p*d/pte
` [PATCH v6 11/18] x86/kasan: KASAN raw shadow memory PTE init
` [PATCH v6 12/18] x86/mm: LAM compatible non-canonical definition
` [PATCH v6 13/18] x86/mm: LAM initialization
` [PATCH v6 14/18] x86: Minimal SLAB alignment
` [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports
` [PATCH v6 16/18] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow
` [PATCH v6 18/18] x86/kasan: Make software tag-based kasan available

[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-29 22:35 UTC  (8+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-29 22:00 UTC  (11+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2025-10-29 21:31 UTC  (2+ messages)

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-29 21:23 UTC  (8+ messages)

[PATCH v2 0/3] mm: Convert memory block states (MEM_*) macros to
 2025-10-29 20:59 UTC  (5+ messages)
` [PATCH v2 1/3] mm: convert memory block states (MEM_*) macros to enum
` [PATCH v2 2/3] mm: change type of state in struct memory_block
` [PATCH v2 3/3] mm: change type of parameter for memory_notify

[Bug report][xfstests generic/751] hang on nfs writeback
 2025-10-29 20:50 UTC  (3+ messages)

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-29 19:48 UTC  (27+ messages)
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [External] : "
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-10-29 19:25 UTC  (24+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH 05/19] mm, swap: simplify the code and reduce indention
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH 10/19] mm, swap: consolidate cluster reclaim and check logic
` [PATCH 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH 14/19] mm, swap: sanitize swap entry management workflow
` [PATCH 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH 16/19] mm, swap: check swap table directly for checking cache
` [PATCH 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH 19/19] mm, swap: remove no longer needed _swap_info_get

[linux-next:master] BUILD REGRESSION f9ba12abc5282bf992f9a9ae87ad814fd03a0270
 2025-10-29 19:07 UTC 

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-29 18:57 UTC  (3+ messages)
` [RFC PATCH 1/5] sched, fork: Wire BLOG contexts into task lifecycle

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-29 18:05 UTC  (3+ messages)
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-10-29 18:02 UTC  (12+ messages)

[syzbot] [net?] kernel BUG in filemap_fault (3)
 2025-10-29 17:59 UTC 

[PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
 2025-10-29 17:30 UTC  (2+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-29 17:15 UTC  (14+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 17:10 UTC  (8+ messages)
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

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

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-29 16:31 UTC  (5+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH 0/5] mm: swap: small fixes and comment cleanups
 2025-10-29 16:13 UTC  (7+ messages)
` [PATCH 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH 4/5] mm: swap: change swap_alloc_slow() to void

[PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
 2025-10-29 16:06 UTC  (3+ messages)

[PATCH v1] mm/mm_init: Fix hash table order logging in alloc_large_system_hash()
 2025-10-29 16:05 UTC  (5+ messages)

[PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
 2025-10-29 15:51 UTC  (2+ messages)

[PATCH v5 mm-new 0/2] mm/swapfile.c: select swap devices of default priority round robin
 2025-10-29 15:38 UTC  (2+ messages)

[PATCH v2 0/8] Guaranteed CMA
 2025-10-29 15:01 UTC  (6+ messages)

allow file systems to increase the minimum writeback chunk size v2
 2025-10-29 14:56 UTC  (3+ messages)

filemap_* writeback interface cleanups v2
 2025-10-29 14:53 UTC  (2+ messages)

[PATCH 0/3] ksm: perform a range-walk to jump over holes in break_ksm
 2025-10-29 14:46 UTC  (5+ messages)
` [PATCH 2/3] ksm: perform a range-walk "
` [PATCH 3/3] ksm: replace function unmerge_ksm_pages with break_ksm

[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
 2025-10-29 14:36 UTC  (4+ messages)
` [PATCH 3/6] x86/entry/vdso32: remove int80_landing_pad

page:  |  | latest

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