summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-4/+2
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2-0/+51
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-1/+1
2021-11-06mm/damon: simplify stop mechanismChangbin Du1-1/+0
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao1-0/+1
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park1-1/+51
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park1-0/+4
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park1-0/+26
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park1-5/+20
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park1-0/+5
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park1-4/+32
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park1-0/+2
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park1-0/+10
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park1-1/+9
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park1-0/+2
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park1-0/+66
2021-11-06mm/damon/core: account age of target regionsSeongJae Park1-0/+10
2021-11-06include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park1-3/+3
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver1-10/+11
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2-2/+1
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2-1/+2
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt1-2/+0
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny1-14/+14
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand1-2/+14
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-2/+3
2021-11-06memblock: improve MEMBLOCK_HOTPLUG documentationDavid Hildenbrand1-1/+5
2021-11-06mm/memory_hotplug: remove stale function declarationsDavid Hildenbrand1-3/+0
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand1-1/+0
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2-16/+12
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi2-4/+4
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2-18/+14
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao1-2/+4
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport1-6/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-12/+0
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song1-1/+1
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2-1/+4
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2-1/+4
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman4-8/+47
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry1-0/+19
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan1-0/+1
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz1-0/+1
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz1-0/+1
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu1-10/+0
2021-11-06mm: fix data race in PagePoisoned()Marco Elver1-1/+1
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy1-14/+0
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy1-0/+1
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2-0/+39
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun1-0/+4