linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/3] mm: handle swap page faults under VMA lock if page is uncontended
 2023-05-02 14:28 UTC  (7+ messages)
` [PATCH 2/3] mm: drop VMA lock before waiting for migration
` [PATCH 3/3] mm: implement folio wait under VMA lock

[PATCH v6 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-02 12:54 UTC  (13+ messages)
` [PATCH v6 1/3] mm/mmap: separate writenotify and dirty tracking logic
` [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings

[PATCH 00/40] Memory allocation profiling
 2023-05-02 12:50 UTC  (60+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 05/40] prandom: Remove unused include
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 07/40] Lazy percpu counters
` [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH 13/40] lib: code tagging framework
` [PATCH 14/40] lib: code tagging module support
` [PATCH 15/40] lib: prevent module unloading if memory is not freed
` [PATCH 16/40] lib: code tagging query helper functions
` [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling
` [PATCH 18/40] lib: introduce support for page allocation tagging
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 20/40] mm: enable page allocation tagging
` [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH 22/40] mm: create new codetag references during page splitting
` [PATCH 23/40] lib: add codetag reference into slabobj_ext
` [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH 27/40] mempool: Hook up to memory allocation profiling
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext
` [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging
` [PATCH 32/40] arm64: Fix circular header dependency
` [PATCH 33/40] move stack capture functionality into a separate function for reuse
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations
` [PATCH 36/40] lib: add memory allocations report in show_mem()
` [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself
` [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty
` [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-02 11:53 UTC  (5+ messages)
` [PATCH v5 09/20] gfs2: use __bio_add_page for adding single page to bio
` [PATCH v5 11/20] zram: "

[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-02  8:39 UTC  (36+ messages)

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-02  7:18 UTC  (5+ messages)

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-05-01 22:30 UTC  (9+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-01 20:59 UTC  (36+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[LSF/MM/BPF TOPIC] The future of memory tiering
 2023-05-01 19:21 UTC  (4+ messages)

[PATCH v2 0/3] permit write-sealed memfd read-only shared mappings
 2023-05-01 19:02 UTC  (5+ messages)
` [PATCH v2 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v2 2/3] mm: update seal_check_[future_]write() to include F_SEAL_WRITE as well
` [PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()

mbind MPOL_INTERLEAVE existing pages
 2023-05-01 18:58 UTC 

[PATCH] mm/mempolicy: Fix use-after-free of VMA iterator
 2023-05-01 18:24 UTC  (5+ messages)

[PATCH] mm: Do not reclaim private data from pinned page
 2023-05-01 18:12 UTC  (3+ messages)

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-05-01 17:54 UTC  (8+ messages)

[PATCH] mm: optimization on page allocation when CMA enabled
 2023-05-01 17:12 UTC  (2+ messages)

RFC: allow building a kernel without buffer_heads
 2023-05-01 16:00 UTC  (7+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[syzbot] [mm?] KCSAN: data-race in generic_fillattr / shmem_mknod (2)
 2023-05-01 14:05 UTC  (3+ messages)

[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-05-01 10:12 UTC  (3+ messages)
` [PATCH v6 1/3] mm: vmscan: ignore "

[PATCH v3 0/2] Reduce lock contention related with large folio
 2023-05-01  5:52 UTC  (5+ messages)
` [PATCH v3 1/2] THP: avoid lock when check whether THP is in deferred list
` [PATCH v3 2/2] lru: allow large batched add large folio to lru list

[PATCH v2 0/2] Reduce lock contention related with large folio
 2023-05-01  5:50 UTC  (8+ messages)
` [PATCH v2 1/2] THP: avoid lock when check whether THP is in deferred list

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-05-01  4:47 UTC  (16+ messages)

[PATCH v2] mm/mmap: Regression fix for unmapped_area{_topdown}
 2023-04-30 22:41 UTC  (3+ messages)

[PATCH] mm/mmap/vma_merge: always check invariants
 2023-04-30 20:19 UTC 

[PATCH v2] mm/mempolicy: Correctly update prev when policy is equal on mbind
 2023-04-30 15:07 UTC 

[linux-stable-rc:linux-6.2.y] [mm/mempolicy] 75cd8305a0: WARNING:at_mm/mmap.c:#vma_merge
 2023-04-30 13:11 UTC  (3+ messages)

[PATCH] mm/mempolicy: Correctly update prev when policy is equal on mbind
 2023-04-30 13:00 UTC 

fs/dax.c:1087:23: sparse: sparse: Using plain integer as NULL pointer
 2023-04-30  1:21 UTC 

[PATCH RFC v2 4/4] mm/ptshare: Add page fault handling for page table shared regions
 2023-04-29 14:07 UTC  (2+ messages)

[cel:topic-shmem-stable-dir-cookies] [shmem] 77323f99e9: aim9.disk_src.ops_per_sec -18.6% regression
 2023-04-29 13:31 UTC 

[PATCH v3] migrate_pages: Avoid blocking for IO in MIGRATE_SYNC_LIGHT
 2023-04-29 10:13 UTC  (3+ messages)

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-29 10:06 UTC  (11+ messages)
                  ` [PATCH] debugobjects,locking: Annotate __debug_object_init() wait type violation

[linux-next:master] BUILD REGRESSION 92e815cf07ed24ee1c51b122f24ffcf2964b4b13
 2023-04-29  9:49 UTC 

[linux-next:master 14283/14376] trace.c:undefined reference to `ftrace_stub_direct_tramp'
 2023-04-29  5:12 UTC 

[PATCH AUTOSEL 6.1 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:59 UTC 

[PATCH AUTOSEL 6.2 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:58 UTC 

[PATCH AUTOSEL 6.3 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-04-29  1:58 UTC 

Maple tree MAP_32BIT issue
 2023-04-29  1:48 UTC 

[linux-next:pending-fixes] BUILD SUCCESS b3f869e79cdf0e15e03b2e77ca14e825c18d933e
 2023-04-29  1:38 UTC 

fuse uring / wake_up on the same core
 2023-04-28 23:37 UTC  (3+ messages)

[PATCH 6.3 00/11] 6.3.1-rc1 review
 2023-04-28 23:14 UTC 

[PATCH RFC net-next/mm V3 0/2] page_pool: new approach for leak detection and shutdown phase
 2023-04-28 21:38 UTC  (3+ messages)
` [PATCH RFC net-next/mm V3 1/2] page_pool: Remove workqueue in new shutdown scheme

[GIT PULL] ext4 changes for the 6.4 merge window
 2023-04-28 21:18 UTC  (10+ messages)

[PATCH 0/1] mm/oom_kill: system enters a state something like hang when running stress-ng
 2023-04-28 19:53 UTC  (7+ messages)
` [PATCH 1/1] mm/oom_kill: trigger the oom killer if oom occurs without __GFP_FS

[LSF/MM/BPF TOPIC] userspace control of memory management
 2023-04-28 17:47 UTC  (4+ messages)
  ` [Lsf-pc] Fwd: "

[PATCH 1/1] mm: change per-VMA lock statistics to be disabled by default
 2023-04-28 17:40 UTC  (2+ messages)

[GIT PULL] MM updates for 6.4-rc1
 2023-04-28 17:38 UTC  (8+ messages)

page:  |  | latest

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