linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-20 18:16:52 to 2022-02-22 13:47:02 UTC [more...]

[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 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-22 13:42 UTC  (20+ 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

slabinfo shows incorrect active_objs ???
 2022-02-22 12:10 UTC  (4+ messages)

[PATCH] MAINTAINERS: add myself as a memcg co-maintainer
 2022-02-22 11:48 UTC  (3+ messages)

[PATCH] mm/hugetlb: use helper macro __ATTR_RW
 2022-02-22 11:27 UTC 

[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] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
 2022-02-22 10:31 UTC 

[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)

[PATCH 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-22  9:17 UTC  (7+ 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

[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  (6+ 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 0/5] slab cleanups
 2022-02-22  8:10 UTC  (9+ 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 v2] hugetlb: clean up potential spectre issue warnings
 2022-02-22  7:47 UTC  (4+ messages)

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

[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 V2 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-22  5:44 UTC  (35+ messages)
` [PATCH V2 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH V2 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH V2 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 05/30] arm64/mm: "
` [PATCH V2 06/30] sparc/mm: "
` [PATCH V2 07/30] mips/mm: "
` [PATCH V2 08/30] m68k/mm: "
` [PATCH V2 09/30] arm/mm: "
` [PATCH V2 10/30] x86/mm: "
` [PATCH V2 11/30] mm/mmap: Drop protection_map[]
` [PATCH V2 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V2 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH V2 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 15/30] riscv/mm: "
` [PATCH V2 16/30] alpha/mm: "
` [PATCH V2 17/30] sh/mm: "
` [PATCH V2 18/30] arc/mm: "
` [PATCH V2 19/30] csky/mm: "
` [PATCH V2 20/30] extensa/mm: "
` [PATCH V2 21/30] parisc/mm: "
` [PATCH V2 22/30] openrisc/mm: "
` [PATCH V2 23/30] um/mm: "
` [PATCH V2 24/30] microblaze/mm: "
` [PATCH V2 25/30] nios2/mm: "
` [PATCH V2 26/30] hexagon/mm: "
` [PATCH V2 27/30] nds32/mm: "
` [PATCH V2 28/30] ia64/mm: "
` [PATCH V2 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH V2 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[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 07/11] Remove inode_congested()
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [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 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 04/11] fuse: remove reliance on bdi congestion

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-22  1:47 UTC  (11+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork
` [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)

[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-21 19:13 UTC  (5+ 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 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-21 15:21 UTC  (5+ messages)
` [PATCH v2 09/18] mips: use simpler access_ok()

[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  (8+ 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 

[PATCH] kasan: update function name in comments
 2022-02-21 11:15 UTC  (3+ messages)

[PATCH v2 0/6] More follow-up on high-order PCP caching
 2022-02-21  9:43 UTC  (3+ messages)
` [PATCH 1/1] mm/page_alloc: Do not prefetch buddies during bulk free

[PATCH] mm/kfence: remove unnecessary CONFIG_KFENCE option
 2022-02-21  8:56 UTC 

[PATCH] mm/kasan: remove unnecessary CONFIG_KASAN option
 2022-02-21  8:55 UTC  (2+ messages)

[PATCH -V13 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-21  8:45 UTC  (4+ messages)
` [PATCH -V13 1/3] NUMA Balancing: add page promotion counter
` [PATCH -V13 2/3] NUMA balancing: optimize page placement for memory tiering system
` [PATCH -V13 3/3] memory tiering: skip to scan fast memory

[mm/munlock] 237b445401: stress-ng.remap.ops_per_sec -62.6% regression
 2022-02-21  6:32 UTC  (3+ messages)

[PATCH] userfaultfd: mark uffd_wp regardless of VM_WRITE flag
 2022-02-21  6:23 UTC  (4+ messages)

[PATCH v2 10/11] fs/drop_caches: move drop_caches sysctls to its own file
 2022-02-21  6:10 UTC 

[PATCH v4 1/2] mm/hwpoison: Avoid the impact of hwpoison_filter() return value on mce handler
 2022-02-21  2:14 UTC 

[PATCH 10/11] fs/drop_caches: move drop_caches sysctls to its own file
 2022-02-21  1:55 UTC  (3+ messages)

[PATCH v3 1/2] hw/poison: Avoid the impact of hwpoison_filter() return value on mce handler
 2022-02-21  1:48 UTC  (3+ messages)
  ` 答复: "

[PATCH v3 2/2] hw/poison: Add in-use hugepage hwpoison filter judgement
 2022-02-21  1:32 UTC  (2+ messages)

[PATCH v3 0/8] A few cleanup and fixup patches for memory failure
 2022-02-20 23:43 UTC  (3+ messages)
` [PATCH v3 4/8] mm/memory-failure.c: fix race with changing page more robustly

[ammarfaizi2-block:google/android/kernel/common/android-gs-raviole-5.10-android12-qpr1-d 1559/8858] arch/s390/include/asm/kasan.h:20:31: error: unknown type name 'pgd_t'; did you mean 'pid_t'?
 2022-02-20 20:40 UTC 

[linux-next:master 5320/6564] drivers/edac/ghes_edac.c:503:43: error: array has incomplete element type 'struct acpi_platform_list'
 2022-02-20 18:16 UTC 


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).