summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz2021-11-061-1/+0
* hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang2021-11-061-1/+0
* hugetlb: remove redundant validation in has_same_uncharge_info()Baolin Wang2021-11-061-2/+1
* hugetlb: replace the obsolete hugetlb_instantiation_mutex in the commentsBaolin Wang2021-11-061-1/+1
* hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang2021-11-061-3/+0
* hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang2021-11-061-9/+77
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-062-9/+138
* mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-062-3/+14
* hugetlb: add hugetlb demote page supportMike Kravetz2021-11-061-8/+92
* hugetlb: add demote bool to gigantic page routinesMike Kravetz2021-11-061-11/+43
* hugetlb: be sure to free demoted CMA pages to CMAMike Kravetz2021-11-061-2/+39
* mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2021-11-061-4/+20
* hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-061-1/+154
* mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-061-3/+3