[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 (122+ 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 151/262] mm/vmscan: throttle reclaim when no progress is being made
` [patch 155/262] mm/vmscan: increase the timeout if page reclaim is not making progress
` [patch 159/262] tools/vm/page-types.c: make walk_file() aware of address range option
` [patch 160/262] tools/vm/page-types.c: move show_file() to summary output
` [patch 161/262] tools/vm/page-types.c: print file offset in hexadecimal
` [patch 162/262] arch_numa: simplify numa_distance allocation
` [patch 163/262] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [patch 164/262] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [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 167/262] memblock: use memblock_free for freeing virtual pointers
` [patch 168/262] mm: mark the OOM reaper thread as freezable
` [patch 169/262] hugetlbfs: extend the definition of hugepages parameter to support node allocation
` [patch 170/262] mm/migrate: de-duplicate migrate_reason strings
` [patch 171/262] mm: migrate: make demotion knob depend on migration
` [patch 172/262] selftests/vm/transhuge-stress: fix ram size thinko
` [patch 173/262] mm, thp: lock filemap when truncating page cache
` [patch 174/262] mm, thp: fix incorrect unmap behavior for private pages
` [patch 175/262] mm/readahead.c: fix incorrect comments for get_init_ra_size
` [patch 176/262] mm: nommu: kill arch_get_unmapped_area()
` [patch 177/262] selftest/vm: fix ksm selftest to run with different NUMA topologies
` [patch 178/262] selftests: vm: add KSM huge pages merging time test
` [patch 179/262] mm/vmstat: annotate data race for zone->free_area[order].nr_free
` [patch 180/262] mm: vmstat.c: make extfrag_index show more pretty
` [patch 181/262] selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
` [patch 182/262] mm/memory_hotplug: add static qualifier for online_policy_to_str()
` [patch 183/262] memory-hotplug.rst: fix two instances of "movablecore" that should be "movable_node"
` [patch 184/262] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path
` [patch 185/262] memory-hotplug.rst: document the "auto-movable" online policy
` [patch 186/262] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [patch 187/262] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [patch 188/262] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [patch 189/262] mm/memory_hotplug: remove HIGHMEM leftovers
` [patch 190/262] mm/memory_hotplug: remove stale function declarations
` [patch 191/262] x86: remove memory hotplug support on X86_32
` [patch 192/262] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [patch 193/262] memblock: improve MEMBLOCK_HOTPLUG documentation
` [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)
[PATCH] mm: fix panic in __alloc_pages
2021-11-08 10:37 UTC (14+ messages)
` [PATCH v2] "
[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 v3 0/3] mm/hwpoison: fix unpoison_memory()
2021-11-07 23:48 UTC (4+ messages)
` [PATCH v3 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
[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 v3 3/3] mm/hwpoison: fix unpoison_memory()
2021-11-06 23:25 UTC (2+ messages)
[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: 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