aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King1-1/+1
2021-11-06mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du1-4/+2
2021-11-06mm/damon: remove unnecessary do_exit() from kdamondChangbin Du1-1/+1
2021-11-06mm/damon/core: print kdamond start log in debug mode onlySeongJae Park1-1/+1
2021-11-06mm/damon: grammar s/works/work/Geert Uytterhoeven1-1/+1
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver1-9/+7
2021-11-06kfence: shorten critical sections of alloc/freeMarco Elver1-17/+21
2021-11-06kfence: test: use kunit_skip() to skip testsMarco Elver1-6/+8
2021-11-06kfence: limit currently covered allocations when pool nearly fullMarco Elver2-2/+109
2021-11-06kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver1-11/+24
2021-11-06kfence: count unexpectedly skipped allocationsMarco Elver1-3/+13
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt3-35/+0
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny1-3/+3
2021-11-06mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()Miaohe Lin1-3/+4
2021-11-06mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple1-2/+6
2021-11-06mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand1-1/+4
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand1-0/+4
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-5/+6
2021-11-06mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand1-2/+6
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand1-34/+2
2021-11-06mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand1-1/+1
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2-6/+0
2021-11-06mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUGDavid Hildenbrand1-1/+1
2021-11-06mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou1-1/+1
2021-11-06mm: vmstat.c: make extfrag_index show more prettyLin Feng1-1/+1
2021-11-06mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin1-3/+12
2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang1-6/+0
2021-11-06mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng1-1/+1
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi2-61/+61
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard1-9/+11
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node allocationZhenguo Yao1-25/+128
2021-11-06mm: mark the OOM reaper thread as freezableSultan Alsawaf1-0/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport3-8/+8
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport5-11/+11
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport1-4/+4
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2-5/+5
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song1-1/+1
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman1-2/+5
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman1-1/+1
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman4-17/+40
2021-11-06mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman1-20/+1
2021-11-06mm/writeback: throttle based on page writeback instead of congestionMel Gorman1-2/+9
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2-9/+29
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman3-8/+35
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman6-60/+88
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song1-2/+1
2021-11-06mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin1-2/+7
2021-11-06mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin1-17/+3
2021-11-06hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz1-1/+0
2021-11-06hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang1-1/+0