linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
incoming
 2021-11-09  2:32 UTC  (16+ messages)
` [patch 01/87] vfs: keep inodes with page cache off the inode shrinker LRU
` [patch 02/87] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
` [patch 03/87] procfs: do not list TID 0 in /proc/<pid>/task
` [patch 04/87] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [patch 05/87] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [patch 06/87] x86/xen: print a warning when HVMOP_get_mem_type fails
` [patch 07/87] proc/vmcore: let pfn_is_ram() return a bool
` [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [patch 09/87] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [patch 10/87] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [patch 11/87] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [patch 12/87] virtio-mem: kdump mode to sanitize /proc/vmcore access
` [patch 14/87] kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
` [patch 15/87] kernel.h: split out container_of() and typeof_member() macros
` [patch 16/87] include/kunit/test.h: replace kernel.h with the necessary inclusions

[PATCH v4 00/11] Multigenerational LRU Framework
 2021-11-09  2:13 UTC  (2+ messages)

[PATCH] mm: fix panic in __alloc_pages
 2021-11-09  2:08 UTC  (16+ messages)
                    ` [PATCH v2] "
                        ` [PATCH v3] "

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-09  1:19 UTC  (10+ messages)
` [PATCH v1 2/5] mm: add tmpfs memcg= permissions check
` [PATCH v1 3/5] mm/oom: handle remote ooms
` [PATCH v1 4/5] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v1 5/5] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH v3 0/3] mm/hwpoison: fix unpoison_memory()
 2021-11-09  1:03 UTC  (9+ messages)
` [PATCH v3 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v3 3/3] mm/hwpoison: fix unpoison_memory()

[PATCH v4] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-08 21:04 UTC 

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-11-08 19:33 UTC  (3+ messages)

[PATCH 0/7] task comm cleanups
 2021-11-08 18:20 UTC  (9+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
` [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change

vfs-keep-inodes-with-page-cache-off-the-inode-shrinker-lru.patch
 2021-11-08 17:42 UTC  (2+ messages)

incoming
 2021-11-08 17:30 UTC  (89+ messages)
` [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags
` [patch 142/262] hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_page
` [patch 146/262] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
` [patch 149/262] mm/vmscan: throttle reclaim until some writeback completes if congested
` [patch 165/262] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [patch 166/262] memblock: rename memblock_free to memblock_phys_free
` [patch 171/262] mm: migrate: make demotion knob depend on migration
` [patch 177/262] selftest/vm: fix ksm selftest to run with different NUMA topologies
` [patch 194/262] memblock: allow to specify flags with memblock_add_node()
` [patch 195/262] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [patch 196/262] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED
` [patch 197/262] mm/rmap.c: avoid double faults migrating device private pages
` [patch 198/262] mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()
` [patch 199/262] mm/highmem: remove deprecated kmap_atomic
` [patch 200/262] zram_drv: allow reclaim on bio_alloc
` [patch 201/262] zram: off by one in read_block_state()
` [patch 202/262] zram: introduce an aged idle interface
` [patch 203/262] mm: remove HARDENED_USERCOPY_FALLBACK
` [patch 204/262] include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
` [patch 205/262] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
` [patch 206/262] kfence: count unexpectedly skipped allocations
` [patch 207/262] kfence: move saving stack trace of allocations into __kfence_alloc()
` [patch 208/262] kfence: limit currently covered allocations when pool nearly full
` [patch 209/262] kfence: add note to documentation about skipping covered allocations
` [patch 210/262] kfence: test: use kunit_skip() to skip tests
` [patch 211/262] kfence: shorten critical sections of alloc/free
` [patch 212/262] kfence: always use static branches to guard kfence_alloc()
` [patch 213/262] kfence: default to dynamic branch instead of static keys mode
` [patch 214/262] mm/damon: grammar s/works/work/
` [patch 215/262] Documentation/vm: move user guides to admin-guide/mm/
` [patch 216/262] MAINTAINERS: update SeongJae's email address
` [patch 217/262] docs/vm/damon: remove broken reference
` [patch 218/262] include/linux/damon.h: fix kernel-doc comments for 'damon_callback'
` [patch 219/262] mm/damon/core: print kdamond start log in debug mode only
` [patch 220/262] mm/damon: remove unnecessary do_exit() from kdamond
` [patch 221/262] mm/damon: needn't hold kdamond_lock to print pid of kdamond
` [patch 222/262] mm/damon/core: nullify pointer ctx->kdamond with a NULL
` [patch 223/262] mm/damon/core: account age of target regions
` [patch 224/262] mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
` [patch 225/262] mm/damon/vaddr: support DAMON-based Operation Schemes
` [patch 226/262] mm/damon/dbgfs: "
` [patch 227/262] mm/damon/schemes: implement statistics feature
` [patch 228/262] selftests/damon: add 'schemes' debugfs tests
` [patch 229/262] Docs/admin-guide/mm/damon: document DAMON-based Operation Schemes
` [patch 230/262] mm/damon/dbgfs: allow users to set initial monitoring target regions
` [patch 231/262] mm/damon/dbgfs-test: add a unit test case for 'init_regions'
` [patch 232/262] Docs/admin-guide/mm/damon: document 'init_regions' feature
` [patch 233/262] mm/damon/vaddr: separate commonly usable functions
` [patch 234/262] mm/damon: implement primitives for physical address space monitoring
` [patch 235/262] mm/damon/dbgfs: support physical memory monitoring
` [patch 236/262] Docs/DAMON: document physical memory monitoring support
` [patch 237/262] mm/damon/vaddr: constify static mm_walk_ops
` [patch 238/262] mm/damon/dbgfs: remove unnecessary variables
` [patch 239/262] mm/damon/paddr: support the pageout scheme
` [patch 240/262] mm/damon/schemes: implement size quota for schemes application speed control
` [patch 241/262] mm/damon/schemes: skip already charged targets and regions
` [patch 242/262] mm/damon/schemes: implement time quota
` [patch 243/262] mm/damon/dbgfs: support quotas of schemes
` [patch 244/262] mm/damon/selftests: support schemes quotas
` [patch 245/262] mm/damon/schemes: prioritize regions within the quotas
` [patch 246/262] mm/damon/vaddr,paddr: support pageout prioritization
` [patch 247/262] mm/damon/dbgfs: support prioritization weights
` [patch 248/262] tools/selftests/damon: update for regions prioritization of schemes
` [patch 249/262] mm/damon/schemes: activate schemes based on a watermarks mechanism
` [patch 250/262] mm/damon/dbgfs: support watermarks
` [patch 251/262] selftests/damon: "
` [patch 252/262] mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
` [patch 253/262] Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM
` [patch 254/262] mm/damon: remove unnecessary variable initialization
` [patch 255/262] mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
` [patch 256/262] Docs/admin-guide/mm/damon/start: fix wrong example commands
` [patch 257/262] Docs/admin-guide/mm/damon/start: fix a wrong link
` [patch 258/262] Docs/admin-guide/mm/damon/start: simplify the content
` [patch 259/262] Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions
` [patch 260/262] mm/damon: simplify stop mechanism
` [patch 261/262] mm/damon: fix a few spelling mistakes in comments and a pr_debug message
` [patch 262/262] mm/damon: remove return value from before_terminate callback

[linux-next:master] BUILD REGRESSION e844ee04dee0cf1b6d97183c12266c7726d73636
 2021-11-08 16:19 UTC 

[PATCH v2] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-08 14:00 UTC 

[linux-next:master 7498/13432] drivers/dma/at_xdmac.c:2210:32: error: 'atmel_xdmac_dev_pm_ops' defined but not used
 2021-11-08 11:40 UTC  (2+ messages)

[PATCH v2] arm64: Track no early_pgtable_alloc() for kmemleak
 2021-11-08 10:37 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 61166c09fc600988aa6ea72e8a6b8667ad8ed515
 2021-11-08 10:01 UTC 

[linux-next:master 5501/13432] drivers/gpu/drm/tegra/nvdec.c:48:13: error: 'nvdec_writel' defined but not used
 2021-11-08  9:45 UTC 

[PATCH] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-08  9:44 UTC  (8+ messages)

[Resend PATCH] psi : calc cfs task memstall time more precisely
 2021-11-08  9:20 UTC  (9+ messages)

[RFC PATCH] mm: migrate: Add new node demotion strategy
 2021-11-08  8:43 UTC  (12+ messages)

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-08  8:41 UTC 

[stable 5.10 v2 PATCH 1/2] mm: hwpoison: remove the unnecessary THP check
 2021-11-08  8:06 UTC  (2+ messages)

[PATCH] mm/hmm.c: Allow VM_MIXEDMAP to work with hmm_range_fault
 2021-11-08  7:58 UTC  (3+ messages)

[PATCH] mm/migrate.c: Rework migration_entry_wait() to not take a pageref
 2021-11-08  7:21 UTC  (3+ messages)

[PATCH v0.8 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-08  7:12 UTC  (11+ messages)
` [PATCH v0.8 3/6] sched/umcg: implement UMCG syscalls
` [PATCH v0.8 4/6] sched/umcg, lib/umcg: implement libumcg

[linux-next:master 1194/13432] denali_dt.c:undefined reference to `devm_platform_ioremap_resource_byname'
 2021-11-08  5:53 UTC 

[RFC 0/6] Reclaim zero subpages of thp to avoid memory bloat
 2021-11-08  3:24 UTC  (5+ messages)

[PATCH v3] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-08  2:51 UTC  (4+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:57 UTC 

[PATCH v3] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:51 UTC  (2+ messages)

[PATCH v2] mm: Add PM_THP to /proc/pid/pagemap
 2021-11-07 22:56 UTC  (4+ messages)

mm/mremap.c:215:20: warning: unused function 'arch_supports_page_table_move'
 2021-11-07 18:07 UTC 

[RFC PATCH 0/3] Improve the migration stats
 2021-11-07  9:08 UTC  (6+ messages)
` [RFC PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()

[PATCH 0/3] Improve the migration stats
 2021-11-07  8:57 UTC  (4+ messages)
` [PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()
` [PATCH 2/3] mm: migrate: Correct the hugetlb migration stats
` [PATCH 3/3] mm: compaction: Fix the migration stats in trace_mm_compaction_migratepages()

[linux-next:master 10053/13220] drivers/dma/sa11x0-dma.c:1004:12: error: unused function 'sa11x0_dma_suspend'
 2021-11-07  2:37 UTC 

[patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable
 2021-11-06 19:10 UTC  (3+ messages)

[patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables
 2021-11-06 18:54 UTC  (3+ messages)

[hnaz-mm:master 347/435] include/linux/generic-radix-tree.h:190:18: error: implicit declaration of function 'round_up'
 2021-11-06 16:40 UTC 

[linux-next:master] BUILD REGRESSION 6a37ebbe07bf72cd5fd791d67a664f37c8f17a13
 2021-11-06 16:25 UTC 

[linux-next:master 6206/13220] lib/zstd/compress/zstd_compress_superblock.c:413:12: error: variable 'litLengthSum' set but not used
 2021-11-06 13:36 UTC 

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-06 11:29 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 42298a382ab96bf39f529d88eccda07ee0048436
 2021-11-05 22:33 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