summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman
2021-11-06mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman
2021-11-06mm/writeback: throttle based on page writeback instead of congestionMel Gorman
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song
2021-11-06mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin
2021-11-06mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin
2021-11-06hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz
2021-11-06hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang
2021-11-06hugetlb: remove redundant validation in has_same_uncharge_info()Baolin Wang
2021-11-06hugetlb: replace the obsolete hugetlb_instantiation_mutex in the commentsBaolin Wang
2021-11-06hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang
2021-11-06hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-06hugetlb: add hugetlb demote page supportMike Kravetz
2021-11-06hugetlb: add demote bool to gigantic page routinesMike Kravetz
2021-11-06hugetlb: be sure to free demoted CMA pages to CMAMike Kravetz
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu
2021-11-06mm: hwpoison: handle non-anonymous THP correctlyYang Shi
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi
2021-11-06mm: hwpoison: refactor refcount check handlingYang Shi
2021-11-06mm: filemap: coding style cleanup for filemap_map_pmd()Yang Shi
2021-11-06mm/memory_failure: constify static mm_walk_opsRikard Falkeborn
2021-11-06mm/page_alloc: use clamp() to simplify codeWang ShaoBo
2021-11-06mm: page_alloc: use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior
2021-11-06mm/page_alloc.c: show watermark_boost of zone in zoneinfoLiangcai Fan
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-11-06mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()Eric Dumazet
2021-11-06mm: move fold_vm_numa_events() to fix NUMA without SMPGeert Uytterhoeven
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven
2021-11-06mm/page_alloc: use accumulated load when building node fallback listKrupa Ramakrishnan
2021-11-06mm/page_alloc: print node fallback orderBharata B Rao
2021-11-06mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]Miaohe Lin
2021-11-06mm/page_alloc.c: use helper function zone_spans_pfn()Miaohe Lin
2021-11-06mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()Miaohe Lin
2021-11-06mm/page_alloc.c: simplify the code by using macro K()Miaohe Lin
2021-11-06mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()Miaohe Lin
2021-11-06mm/large system hash: avoid possible NULL deref in alloc_large_system_hashEric Dumazet