linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-16 07:24:05 to 2022-09-19 15:30:00 UTC [more...]

[PATCH mm-unstable v3 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-19 15:29 UTC  (12+ messages)
` [PATCH mm-unstable v3 01/10] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable v3 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v3 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE
` [PATCH mm-unstable v3 04/10] mm/khugepaged: add tracepoint to hpage_collapse_scan_file()

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-19 15:23 UTC  (8+ messages)
` [PATCH v2 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v2 3/3] mm,page_owner: Filter out stacks by a threshold counter

[PATCH v1 1/2] mm/damon/sysfs: remove unnecessary variables
 2022-09-19 15:12 UTC  (2+ messages)
` [PATCH v1 2/2] mm/damon/sysfs: use kzmalloc instead kmalloc to simplify codes

[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-19 15:01 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-09-19 14:58 UTC  (2+ messages)

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-19 14:46 UTC  (12+ messages)
` [PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
` [PATCH 2/3] x86/dumpstack: Inline copy_from_user_nmi()
` [PATCH 3/3] usercopy: Add find_vmap_area_try() to avoid deadlocks

[PATCH v2] mm: oom_kill: add trace logs in process_mrelease() system call
 2022-09-19 14:43 UTC  (4+ messages)

[linux-next:master 6912/7934] perf_pai_ext.c:undefined reference to `__tsan_memcpy'
 2022-09-19 14:37 UTC 

[linux-next:master 7127/7934] drivers/clk/rockchip/clk-rv1126.c:178:7: warning: unused variable 'mux_cpll_hpll_gpll_p'
 2022-09-19 14:37 UTC 

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-09-19 14:34 UTC  (6+ messages)

[PATCH] fs/binfmt_flat.c: use __func__ instead of function name
 2022-09-19 13:52 UTC  (2+ messages)

[PATCH] mm/slab_common: fix possiable double free of kmem_cache
 2022-09-19 13:34 UTC  (7+ messages)

[RESEND PATCH] mm:page_alloc.c: lower the order requirement of should_reclaim_retry
 2022-09-19 13:28 UTC  (4+ messages)

[PATCH] mm: move PG_slab flag to page_type
 2022-09-19 13:16 UTC  (3+ messages)
` [RFC PATCH] "

[PATCH -v2] lib/notifier-error-inject: fix error when writing errno to debugfs file
 2022-09-19 11:54 UTC  (4+ messages)

[PATCH] kasan: call kasan_malloc() from __kmalloc_*track_caller()
 2022-09-19 11:42 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 166f57a723e13d816b09b2f27433f2c8ba2f06fe
 2022-09-19 11:40 UTC 

[PATCH v2 00/16] A few cleanup patches for mm
 2022-09-19 11:30 UTC  (7+ messages)
` [PATCH v2 02/16] mm/page_alloc: make zone_pcp_update() static
` [PATCH v2 08/16] mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()
` [PATCH v2 09/16] mm/page_alloc: use local variable zone_idx directly
` [PATCH v2 12/16] mm/page_alloc: use helper macro SZ_1{K,M}

[PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values
 2022-09-19 11:05 UTC  (2+ messages)

[PATCH 00/21] mm: introduce Designated Movable Blocks
 2022-09-19 11:03 UTC  (10+ messages)
` [PATCH 16/21] dt-bindings: reserved-memory: introduce designated-movable-block

[PATCH] mm: check high-order page when free it to pcp
 2022-09-19 10:42 UTC  (3+ messages)

[RFC PATCH] mm: check global free_list if there is ongoing reclaiming when pcp fail
 2022-09-19 10:16 UTC  (2+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-19  9:12 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH -next v2 0/5] Optimize and bugfix for notifier error
 2022-09-19  8:43 UTC  (4+ messages)
` [PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values

[PATCH mm v3 00/34] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-09-19  8:07 UTC  (5+ messages)

[PATCH v3] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-19  7:50 UTC  (2+ messages)

[PATCH mm-unstable v15 00/14] Multi-Gen LRU Framework
 2022-09-19  7:46 UTC  (21+ messages)
` [PATCH mm-unstable v15 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH mm-unstable v15 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH mm-unstable v15 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH mm-unstable v15 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH mm-unstable v15 05/14] mm: multi-gen LRU: groundwork
` [PATCH mm-unstable v15 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH mm-unstable v15 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH mm-unstable v15 08/14] mm: multi-gen LRU: support page table walks
` [PATCH mm-unstable v15 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH mm-unstable v15 10/14] mm: multi-gen LRU: kill switch
` [PATCH mm-unstable v15 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH mm-unstable v15 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH mm-unstable v15 13/14] mm: multi-gen LRU: admin guide
` [PATCH mm-unstable v15 14/14] mm: multi-gen LRU: design doc

[PATCH] mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
 2022-09-19  6:28 UTC 

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-19  5:08 UTC  (11+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-19  4:50 UTC  (2+ messages)

[PATCH v4 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-19  2:47 UTC  (4+ messages)
` [PATCH v4 1/3] memblock test: Add test to memblock_add() "
` [PATCH v4 2/3] memblock test: Add test to memblock_reserve() "
` [PATCH v4 3/3] memblock test: Update TODO list

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-09-18 23:53 UTC  (18+ messages)
      ` [PATCH v14-fix 01/11] mm: multi-gen LRU: update admin guide
        ` [PATCH v14-fix 02/11] mm: multi-gen LRU: add comment in lru_gen_use_mm()
        ` [PATCH v14-fix 03/11] mm: multi-gen LRU: warn on !ptep_test_and_clear_young()
        ` [PATCH v14-fix 04/11] mm: multi-gen LRU: fix warning from __rcu
        ` [PATCH v14-fix 05/11] mm: multi-gen LRU: fix warning from seq_is_valid()
        ` [PATCH v14-fix 06/11] mm: multi-gen LRU: delete overcautious VM_WARN_ON_ONCE()
        ` [PATCH v14-fix 07/11] mm: multi-gen LRU: dial down MAX_LRU_BATCH
        ` [PATCH v14-fix 08/11] mm: multi-gen LRU: delete newline in kswapd_age_node()
        ` [PATCH v14-fix 09/11] mm: multi-gen LRU: add comment in lru_gen_look_around()
        ` [PATCH v14-fix 10/11] mm: multi-gen LRU: fixed long-tailed direct reclaim latency
        ` [PATCH v14-fix 11/11] mm: multi-gen LRU: refactor get_nr_evictable()

[PATCH] Fix race condition when exec'ing setuid files
 2022-09-18 21:27 UTC  (3+ messages)

[PATCH linux-next] lib/test_maple_tree: fix comparing pointer to 0
 2022-09-18 14:23 UTC 

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-18 12:53 UTC  (6+ messages)
` [PATCH v6 0/2] ipc/msg: mitigate the lock contention in ipc/msg
  ` [PATCH v6 1/2] percpu: Add percpu_counter_add_local and percpu_counter_sub_local
  ` [PATCH v6 2/2] ipc/msg: mitigate the lock contention with percpu counter

[PATCH v4 5/8] sched/fair: Take into account latency priority at wakeup
 2022-09-18 10:46 UTC  (4+ messages)

[PATCH v3 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-18  9:48 UTC  (4+ messages)
` [PATCH v3 1/3] memblock test: Add test to memblock_add() "

[PATCH] mm/slub: clean up create_unique_id()
 2022-09-18  9:21 UTC 

[linux-stable-rc:linux-5.15.y 5237/9999] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:967:12: warning: stack frame size (1040) exceeds limit (1024) in 'hclge_dbg_dump_tm_pri'
 2022-09-18  9:05 UTC 

[PATCH v6 0/4] memblock tests: add NUMA tests for memblock_alloc_try_nid*
 2022-09-18  7:32 UTC  (2+ messages)

[linux-next:master 4356/7639] arch/powerpc/math-emu/fcmpu.c:14:2: warning: variable 'B_c' set but not used
 2022-09-18  5:13 UTC 

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-18  3:44 UTC  (8+ messages)

[PATCH] mm/page_alloc: update comments for rmqueue()
 2022-09-18  2:56 UTC 

[PATCH] mm/damon: return void from damon_set_schemes()
 2022-09-18  2:36 UTC  (3+ messages)

[linux-next:master 4848/7639] drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_fs.c:539:6: warning: variable 'macsec_rule' is used uninitialized whenever 'if' condition is true
 2022-09-17 20:15 UTC 

[linux-next:master 7634/7639] decompress.c:(.text.xxh32_update+0x2b4): undefined reference to `warn_slowpath_fmt'
 2022-09-17 19:33 UTC 

[linux-next:master 6728/7639] drivers/gpu/drm/tests/drm_mm_test.c:344:12: warning: stack frame size (1032) exceeds limit (1024) in '__drm_test_mm_reserve'
 2022-09-17 16:00 UTC 

[PATCH v2] mm/damon: rename damon_pageout_score() to damon_cold_score()
 2022-09-17 13:56 UTC 

[PATCH] mm/damon: rename damon_pageout_score() to damon_cold_score()
 2022-09-17 13:34 UTC  (3+ messages)

[PATCH -next] mm/damon: change damon_lru_sort_stub_pattern to static
 2022-09-17 12:12 UTC 

[PATCH v14 00/70] Introducing the Maple Tree
 2022-09-17  8:24 UTC  (4+ messages)

[PATCH] lib/notifier-error-inject: fix error when writing errno to debugfs file
 2022-09-17  7:06 UTC 

[PATCH v1] mm/vmscan: check the return value of migrate_pages()
 2022-09-17  4:25 UTC  (3+ messages)

[PATCH V2] mm/hugetlb: add is_resv_equal_free() func
 2022-09-17  1:17 UTC  (4+ messages)

[PATCH V3] mm/hugetlb: add available_huge_pages() func
 2022-09-17  1:15 UTC 

[PATCH] mm/slub: fix to return errno if kmalloc() fails
 2022-09-16 22:58 UTC  (5+ messages)

[PATCH v2] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-09-16 21:46 UTC 

[PATCH V2] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
 2022-09-16 21:02 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION d5538ab91d3a9a237805be6f8c6c272af2987995
 2022-09-16 20:06 UTC 

[linux-next:master 1206/7639] arch/arm/include/asm/arch_gicv3.h:44:9: error: implicit declaration of function 'write_sysreg'
 2022-09-16 19:52 UTC  (2+ messages)

Is it possible to corrupt disk when writeback page with undetected UE?
 2022-09-16 19:26 UTC  (5+ messages)

[linux-next:master 6296/7172] ERROR: modpost: "kvm_spurious_fault" [arch/x86/kvm/kvm-intel.ko] undefined!
 2022-09-16 19:00 UTC  (4+ messages)
  ` [kbuild-all] "

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:967:12: warning: stack frame size (1040) exceeds limit (1024) in 'hclge_dbg_dump_tm_pri'
 2022-09-16 18:50 UTC 

[Bug 216489] New: Machine freezes due to memory lock
 2022-09-16 18:47 UTC  (10+ messages)

[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
 2022-09-16 17:06 UTC  (11+ messages)

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-16 15:43 UTC  (7+ messages)
` [PATCH v8 0/3] "

[linux-next:master 2735/7639] ERROR: modpost: "vpss_clear_wbl_overflow" [drivers/staging/media/deprecated/vpfe_capture/dm644x_ccdc.ko] undefined!
 2022-09-16 14:12 UTC 

[linux-next:master 891/7639] drivers/macintosh/ams/ams-i2c.c:74:20: error: incompatible function pointer types initializing 'void (*)(struct i2c_client *)' with an expression of type 'int (struct i2c_client *)'
 2022-09-16 13:40 UTC 

[PATCH] mm/damon/sysfs: more simplified code calls damon_target_has_pid()
 2022-09-16 13:35 UTC 

[PATCH] mm/hugetlbfs: use macro SZ_1K to replace 1024
 2022-09-16 11:47 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 269f27f24a11bdf68f4853e269d2371a046b0cea
 2022-09-16 11:10 UTC 

[linux-next:master 3205/7639] drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c:607:34: warning: unused variable 'mdp_comp_dt_ids'
 2022-09-16 11:05 UTC 

[PATCH] mm/vmscan: don't scan adjust too much if current is not kswapd
 2022-09-16 10:19 UTC  (9+ messages)

[PATCH v7 00/43] Add KernelMemorySanitizer infrastructure
 2022-09-16  9:12 UTC  (4+ messages)
` [PATCH v7 27/43] kmsan: disable physical page merging in biovec

[PATCH] mm/page_table_check: Fix typos
 2022-09-16  9:04 UTC 

[PATCH V1 1/2] mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
 2022-09-16  8:57 UTC  (3+ messages)

[linux-next:master 891/7393] drivers/macintosh/ams/ams-i2c.c:74:27: error: initialization of 'void (*)(struct i2c_client *)' from incompatible pointer type 'int (*)(struct i2c_client *)'
 2022-09-16  8:10 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).