linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
slabinfo shows incorrect active_objs ???
 2022-02-23  0:32 UTC  (10+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-23  0:28 UTC  (23+ messages)
` [PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
            ` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs
            ` [PATCH 2/2] kernel/dma: rename dma_alloc_direct and dma_map_direct
` [PATCH 22/22] mtd: rawnand: Use dma_alloc_noncoherent() for dma buffer

[PATCH] mm/hugetlb: use helper macro __ATTR_RW
 2022-02-23  0:27 UTC  (2+ messages)

[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-23  0:15 UTC  (7+ messages)

[PATCH 0/5] slab cleanups
 2022-02-22 23:48 UTC  (11+ messages)
` [PATCH 1/5] mm/sl[au]b: Unify __ksize()
` [PATCH 2/5] mm/sl[auo]b: Do not export __ksize()
` [PATCH 3/5] mm/slab: Do not call kmalloc_large() for unsupported size
` [PATCH 4/5] mm/slub: Limit min_partial only in cache creation
` [PATCH 5/5] mm/slub: Refactor deactivate_slab()

[PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
 2022-02-22 23:38 UTC  (4+ messages)

[PATCH] mm/damon: remove unnecessary CONFIG_DAMON option
 2022-02-22 23:31 UTC 

[PATCH V2 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-22 22:56 UTC  (6+ messages)
` [PATCH V2 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 25/30] nios2/mm: "

[PATCH v5 1/2] kasan: split kasan_*enabled() functions into a separate header
 2022-02-22 22:38 UTC  (3+ messages)

[PATCH v2] hugetlb: clean up potential spectre issue warnings
 2022-02-22 21:53 UTC  (7+ messages)

[PATCH v1] drivers/base/memory: clarify adding and removing of memory blocks
 2022-02-22 19:50 UTC  (3+ messages)

[PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
 2022-02-22 19:25 UTC  (2+ messages)

[PATCH mm v2] another fix for "kasan: improve vmalloc tests"
 2022-02-22 18:48 UTC  (2+ messages)

[PATCH mm] another fix for "kasan: improve vmalloc tests"
 2022-02-22 18:27 UTC  (5+ messages)

[PATCH v5 0/6] Allocate module text and data separately
 2022-02-22 17:57 UTC  (8+ messages)
` [PATCH v5 1/6] module: Always have struct mod_tree_root
` [PATCH v5 2/6] module: Prepare for handling several RB trees
` [PATCH v5 3/6] module: Introduce data_layout
` [PATCH v5 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v5 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v5 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-22 17:27 UTC  (2+ messages)
` [PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress'

[PATCH 0/3] Docs/damon: Update documents for better consistency
 2022-02-22 17:01 UTC  (4+ messages)
` [PATCH 1/3] Docs/vm/damon: Call low level monitoring primitives the operations
` [PATCH 2/3] Docs/vm/damon/design: Update DAMON-Idle Page Tracking interference handling
` [PATCH 3/3] Docs/damon: Update outdated term 'regions update interval'

[PATCH mm v2] kasan: print virtual mapping info in reports
 2022-02-22 16:43 UTC 

[PATCH mm] kasan: print virtual mapping info in reports
 2022-02-22 16:42 UTC 

[PATCH] MAINTAINERS: add myself as a memcg co-maintainer
 2022-02-22 16:38 UTC  (4+ messages)

[PATCH] kasan: update function name in comments
 2022-02-22 16:38 UTC  (4+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-22 16:36 UTC  (6+ messages)
` [PATCH v2 09/18] mips: use simpler access_ok()

[PATCH -V13 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-22 16:34 UTC  (3+ messages)
` [PATCH -V13 2/3] NUMA balancing: optimize page "

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-02-22 16:25 UTC  (3+ messages)
` [patch v3] "

[patch 0/2] replace work queue synchronization with synchronize_rcu
 2022-02-22 16:16 UTC  (7+ messages)
` [patch 1/2] mm: protect local lock sections with rcu_read_lock (on RT)
` [patch 2/2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu

[PATCH 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-22 15:56 UTC  (10+ messages)
` [PATCH 2/3] mm: prevent vm_area_struct::anon_name refcount saturation
` [PATCH v4 3/3] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH v3 09/12] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
 2022-02-22 13:46 UTC  (2+ messages)
` [mm] edd4aa55af: WARNING:possible_recursive_locking_detected

[PATCH v4 0/6] Allocate module text and data separately
 2022-02-22 10:32 UTC  (7+ messages)
` [PATCH v4 1/6] module: Always have struct mod_tree_root
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 3/6] module: Introduce data_layout
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v4 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v4 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-22  9:56 UTC  (10+ messages)
` [PATCH v4 1/6] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v4 2/6] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v4 3/6] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v4 4/6] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
` [PATCH v4 5/6] mm/memcg: Protect memcg_stock with a local_lock_t
` [PATCH v4 6/6] mm/memcg: Disable migration instead of preemption in drain_all_stock()

[RFC PATCH v1 3/3] mm/damon/reclaim: Add per NUMA node proactive reclamation by DAMON_RECLAIM
 2022-02-22  9:53 UTC  (2+ messages)

[RFC PATCH v1 2/3] mm/damon/core: Add damon_start_one()
 2022-02-22  9:53 UTC  (2+ messages)

[RFC PATCH v1 1/3] mm/damon: Rebase damos watermarks for NUMA systems
 2022-02-22  9:53 UTC  (2+ messages)

[RFC PATCH v1 0/3] Rebase DAMON_RECALIM for NUMA system
 2022-02-22  9:53 UTC  (2+ messages)

[linux-next:master 5970/6564] mm/huge_memory.c:2145:4: warning: Value stored to 'page' is never read [clang-analyzer-deadcode.DeadStores]
 2022-02-22  9:05 UTC 

[PATCH v2] userfaultfd: provide unmasked address on page-fault
 2022-02-22  9:00 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] page table reclaim
 2022-02-22  8:56 UTC 

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-22  8:27 UTC  (5+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH v3 1/1] mm: fix use-after-free when anon vma name is used after vma is freed
 2022-02-22  5:48 UTC  (8+ messages)

[PATCH 3/3] mm/usercopy: return 1 from hardened_usercopy __setup() handler
 2022-02-22  3:42 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-22  3:17 UTC  (12+ messages)
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 07/11] Remove inode_congested()
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-22  1:47 UTC  (6+ messages)
` [PATCH v7 12/12] mm: multigenerational LRU: documentation

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-22  1:16 UTC  (5+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH 2/2] mm/mmap: return 1 from stack_guard_gap __setup() handler
 2022-02-22  0:58 UTC 

[PATCH 1/2] mm/memcontrol: return 1 from cgroup.memory __setup() handler
 2022-02-22  0:58 UTC 

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-21 20:06 UTC  (3+ messages)

[PATCH] mailmap: update Roman Gushchin's email
 2022-02-21 20:00 UTC 

[PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
 2022-02-21 19:54 UTC  (4+ messages)

[linux-next:master 5872/6564] ERROR: modpost: "set_memory_rw" [lib/test_kasan.ko] undefined!
 2022-02-21 19:05 UTC 

[PATCH v3 0/5] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-21 17:25 UTC  (20+ messages)
` [PATCH v3 1/5] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v3 2/5] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v3 3/5] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v3 4/5] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
` [PATCH v3 5/5] mm/memcg: Protect memcg_stock with a local_lock_t

[PATCH v4] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-02-21 15:29 UTC  (2+ messages)

[PATCH v2] vsprintf: Fix %pK with kptr_restrict == 0
 2022-02-21 14:30 UTC  (2+ messages)

[PATCH v2] arch/x86/mm/numa: Do not initialize nodes twice
 2022-02-21 14:26 UTC 

[PATCH v2 0/6] Follow-up on high-order PCP caching
 2022-02-21 13:38 UTC  (6+ messages)
` [PATCH 5/6] mm/page_alloc: Free pages in a single pass during bulk free

[PATCH 0/1] Fix allocating nodes twice on x86
 2022-02-21 13:32 UTC  (5+ messages)
` [PATCH 1/1] arch/x86/mm/numa: Do not initialize nodes twice

tools/cgroup/memcg_slabinfo.py is broken
 2022-02-21 13:27 UTC  (6+ messages)

[PATCH v2] mm: clean up hwpoison page cache page in fault path
 2022-02-21 13:19 UTC  (6+ messages)

[linux-next:master 4779/6564] include/asm-generic/io.h:464:31: warning: performing pointer arithmetic on a null pointer has undefined behavior err: false
 2022-02-21 12:15 UTC 

[PATCH v4 2/2] mm/hwpoison: Add in-use hugepage hwpoison filter judgement
 2022-02-21 12:05 UTC  (2+ messages)

[PATCH] mm/ksm: use helper macro __ATTR_RW
 2022-02-21 11:58 UTC 

[linux-next:master 125/6564] arch/arm/mach-iop32x/cp6.c:10:6: warning: no previous prototype for 'iop_enable_cp6'
 2022-02-21 11:44 UTC 

[PATCH 0/9] A few cleanup patches for z3fold
 2022-02-21 11:37 UTC  (6+ messages)
` [PATCH 6/9] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()

[PATCH] mm/pages_alloc.c: Don't create ZONE_MOVABLE beyond the end of a node
 2022-02-21 11:20 UTC  (2+ messages)

[PATCH] kasan: fix more unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2022-02-21 11:20 UTC  (2+ messages)

[PATCH linux-next] mm: swap: get rid of deadloop in swapin readahead
 2022-02-21 11:17 UTC 

page:  |  | latest

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