aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06MAINTAINERS: update SeongJae's email addressSeongJae Park1-1/+1
2021-11-06Documentation/vm: move user guides to admin-guide/mm/SeongJae Park4-21/+7
2021-11-06mm/damon: grammar s/works/work/Geert Uytterhoeven1-1/+1
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver2-15/+23
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver2-19/+18
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: add note to documentation about skipping covered allocationsMarco Elver1-0/+11
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-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver4-26/+31
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu8-7/+2
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt6-52/+0
2021-11-06zram: introduce an aged idle interfaceBrian Geffon2-16/+54
2021-11-06zram: off by one in read_block_state()Dan Carpenter1-1/+1
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim1-1/+1
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny2-17/+17
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 Hildenbrand3-2/+23
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand12-17/+26
2021-11-06memblock: improve MEMBLOCK_HOTPLUG documentationDavid Hildenbrand1-1/+5
2021-11-06mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand1-2/+6
2021-11-06x86: remove memory hotplug support on X86_32David Hildenbrand2-34/+3
2021-11-06mm/memory_hotplug: remove stale function declarationsDavid Hildenbrand1-3/+0
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand4-42/+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 Hildenbrand13-36/+24
2021-11-06mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUGDavid Hildenbrand1-1/+1
2021-11-06memory-hotplug.rst: document the "auto-movable" online policyDavid Hildenbrand1-20/+121
2021-11-06memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ pathDavid Hildenbrand1-1/+1
2021-11-06memory-hotplug.rst: fix two instances of "movablecore" that should be "movable_node"David Hildenbrand1-2/+2
2021-11-06mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou1-1/+1
2021-11-06selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headersDavid Hildenbrand1-14/+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-06selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes1-1/+124
2021-11-06selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V1-3/+26
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, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis1-1/+1
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi4-65/+65
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard3-27/+25
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node allocationZhenguo Yao5-33/+155
2021-11-06mm: mark the OOM reaper thread as freezableSultan Alsawaf1-0/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport29-43/+40