[PATCH 00/40] Memory allocation profiling
2023-05-01 16:54 UTC (38+ 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 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 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
[LSF/MM/BPF TOPIC] Reducing zombie memcgs
2023-05-01 16:38 UTC (4+ 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)
[LSF/MM/BPF TOPIC] The future of memory tiering
2023-05-01 13:16 UTC (3+ messages)
[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
2023-05-01 12:39 UTC (49+ 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 v2 0/3] permit write-sealed memfd read-only shared mappings
2023-04-30 22:26 UTC (4+ 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()
[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
[PATCH] mm/mempolicy: Fix use-after-free of VMA iterator
2023-04-30 13:35 UTC (4+ messages)
[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] mm: Do not reclaim private data from pinned page
2023-04-29 4:50 UTC (4+ messages)
[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 (4+ messages)
` [PATCH RFC net-next/mm V3 1/2] page_pool: Remove workqueue in new shutdown scheme
` [PATCH RFC net-next/mm V3 2/2] mm/page_pool: catch page_pool memory leaks
[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 (5+ 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)
[PATCH 0/3] kmemleak report format changes
2023-04-28 17:25 UTC (4+ messages)
` [PATCH 3/3] kmemleak-test: drop __init to get better backtrace
[sudeep-holla:android13-5.10/ffa 8920/9999] arch/x86/include/asm/syscall_wrapper.h:83:21: warning: no previous prototype for '__ia32_sys_process_mrelease'
2023-04-28 17:22 UTC
[PATCH] arm64: Also reset KASAN tag if page is not PG_mte_tagged
2023-04-28 16:57 UTC (5+ messages)
[PATCH v9 2/3] mm: add new KSM process and sysfs knobs
2023-04-28 16:27 UTC (3+ messages)
[PATCH] mm/memory_hotplug: fix dead loop in offline_pages()
2023-04-28 16:22 UTC (3+ messages)
[PATCH RFC net-next/mm V2 0/2] page_pool: new approach for leak detection and shutdown phase
2023-04-28 15:46 UTC (7+ messages)
` [PATCH RFC net-next/mm V2 1/2] page_pool: Remove workqueue in new shutdown scheme
[PATCH V8 1/2] mm: fadvise: move 'endbyte' calculations to helper function
2023-04-28 15:02 UTC (2+ messages)
` [PATCH V8 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
[PATCH V8 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2023-04-28 15:02 UTC
[sudeep-holla:android13-5.10/ffa 8920/9999] arch/x86/include/asm/syscall_wrapper.h:83:21: warning: no previous prototype for '__x64_sys_process_mrelease'
2023-04-28 14:47 UTC
[PATCH] mm: fix printk format within cma
2023-04-28 14:35 UTC (4+ messages)
[PATCH] mm: optimization on page allocation when CMA enabled
2023-04-28 14:16 UTC (3+ messages)
[PATCH] string: use __builtin_memcpy() in strlcpy/strlcat
2023-04-28 13:48 UTC (3+ messages)
[syzbot] [mm?] [net?] KASAN: null-ptr-deref Read in filemap_fault
2023-04-28 13:25 UTC
[PATCH v2 0/2] memcg: OOM log improvements
2023-04-28 13:24 UTC (3+ messages)
` [PATCH v2 1/2] memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()
` [PATCH v2 2/2] memcg: dump memory.stat during cgroup OOM for v1
[PATCH 0/2] memcg: OOM log improvements
2023-04-28 13:05 UTC (8+ messages)
` [PATCH 2/2] memcg: dump memory.stat during cgroup OOM for v1
[PATCH v2] mm: compaction: optimize compact_memory to comply with the admin-guide
2023-04-28 10:58 UTC (2+ messages)
[RFC PATCH 00/26] mm: reliable huge page allocator
2023-04-28 10:41 UTC (9+ messages)
` [RFC PATCH 05/26] mm: page_alloc: per-migratetype pcplist for THPs
` [RFC PATCH 10/26] mm: page_alloc: allow compaction capturing from larger blocks
[PATCH drm-next v3 00/15] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-04-28 10:18 UTC (3+ messages)
` [PATCH drm-next v3 04/15] drm: manager to keep track of GPUs VA mappings
[PATCH 00/34] Maple tree mas_{next,prev}_range() and cleanup
2023-04-28 10:10 UTC (5+ messages)
` [PATCH 10/34] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH 11/34] maple_tree: Use MAS_BUG_ON() in mas_set_height()
[PATCH RFC 18/43] x86/percpu: Use PC-relative addressing for percpu variable references
2023-04-28 9:50 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox