summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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_unregi...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_DR...David 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_MEMO...David 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 "movabl...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 alloc...Zhenguo 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
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport45-76/+79
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2-10/+5
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport10-25/+12
2021-11-06xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport1-1/+1
2021-11-06arch_numa: simplify numa_distance allocationMike Rapoport1-4/+2
2021-11-06tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi1-2/+2
2021-11-06tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi1-3/+7
2021-11-06tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi1-6/+18
2021-11-06tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei2-10/+107
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song2-2/+2
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