summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park2021-11-061-0/+109
| * | | | mm/damon/core: account age of target regionsSeongJae Park2021-11-061-0/+13
| * | | | mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King2021-11-061-1/+1
| * | | | mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du2021-11-061-4/+2
| * | | | mm/damon: remove unnecessary do_exit() from kdamondChangbin Du2021-11-061-1/+1
| * | | | mm/damon/core: print kdamond start log in debug mode onlySeongJae Park2021-11-061-1/+1
| * | | | mm/damon: grammar s/works/work/Geert Uytterhoeven2021-11-061-1/+1
| * | | | kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-061-9/+7
| * | | | kfence: shorten critical sections of alloc/freeMarco Elver2021-11-061-17/+21
| * | | | kfence: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
| * | | | kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-062-2/+109
| * | | | kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2021-11-061-11/+24
| * | | | kfence: count unexpectedly skipped allocationsMarco Elver2021-11-061-3/+13
| * | | | mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-063-35/+0
| * | | | mm/highmem: remove deprecated kmap_atomicIra Weiny2021-11-061-3/+3
| * | | | mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-061-3/+4
| * | | | mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple2021-11-061-2/+6
| * | | | mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...David Hildenbrand2021-11-061-1/+4
| * | | | memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand2021-11-061-0/+4
| * | | | memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-062-5/+6
| * | | | mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand2021-11-061-2/+6
| * | | | mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand2021-11-061-34/+2
| * | | | mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand2021-11-061-1/+1
| * | | | mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-062-6/+0
| * | | | mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...David Hildenbrand2021-11-061-1/+1
| * | | | mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou2021-11-061-1/+1
| * | | | mm: vmstat.c: make extfrag_index show more prettyLin Feng2021-11-061-1/+1
| * | | | mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin2021-11-061-3/+12
| * | | | mm: nommu: kill arch_get_unmapped_area()Kefeng Wang2021-11-061-6/+0
| * | | | mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng2021-11-061-1/+1
| * | | | mm: migrate: make demotion knob depend on migrationYang Shi2021-11-062-61/+61
| * | | | mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2021-11-061-9/+11
| * | | | hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-25/+128
| * | | | mm: mark the OOM reaper thread as freezableSultan Alsawaf2021-11-061-0/+2
| * | | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-063-8/+8
| * | | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-065-11/+11
| * | | | memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2021-11-061-4/+4
| * | | | memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-062-5/+5
| * | | | mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song2021-11-061-1/+1
| * | | | mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman2021-11-061-2/+5
| * | | | mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman2021-11-061-1/+1
| * | | | mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-064-17/+40
| * | | | mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman2021-11-061-20/+1
| * | | | mm/writeback: throttle based on page writeback instead of congestionMel Gorman2021-11-061-2/+9
| * | | | mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-062-9/+29
| * | | | mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-063-8/+35
| * | | | mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-066-60/+88
| * | | | mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song2021-11-061-2/+1
| * | | | mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin2021-11-061-2/+7
| * | | | mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin2021-11-061-17/+3