summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/memory.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm/memcontrol.c: delete duplicated wordsRandy Dunlap2020-08-121-1/+1
* mm/hugetlb.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm/hmm.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/filemap.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/compaction.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy2020-08-121-2/+1
* mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-121-3/+2
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-0/+10
* mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski2020-08-121-4/+5
* cma: don't quit at first error when activating reserved areasMike Kravetz2020-08-121-14/+9
* mm: hugetlb: fix the name of hugetlb CMABarry Song2020-08-121-1/+3
* mm: cma: fix the name of CMA areasBarry Song2020-08-122-9/+10
* mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu2020-08-121-1/+1
* mm/vmstat: add events for THP migration without splitAnshuman Khandual2020-08-122-8/+47
* mm: thp: remove debug_cow switchYang Shi2020-08-121-21/+0
* mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell2020-08-121-2/+14
* hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-122-9/+8
* mm, oom: show process exiting information in __oom_kill_process()Yafang Shao2020-08-121-0/+2
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-12/+10
* mm/mempolicy.c: check parameters first in kernel_get_mempolicyWenchao Hao2020-08-121-2/+2
* mm: mempolicy: fix kerneldoc of numa_map_to_online_node()Krzysztof Kozlowski2020-08-121-1/+1
* mm/compaction: correct the comments of compact_defer_shiftAlex Shi2020-08-121-1/+1
* mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-122-10/+10
* mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta2020-08-121-1/+1
* mm: proactive compactionNitin Gupta2020-08-123-5/+197
* mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-124-19/+37
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-124-8/+56
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-124-16/+32
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-128-19/+17
* mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim2020-08-121-1/+1
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-122-5/+19
* mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin2020-08-121-4/+16
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-122-1/+13
* mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin2020-08-125-40/+246
* percpu: return number of released bytes from pcpu_free_area()Roman Gushchin2020-08-121-3/+10
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0748-2257/+2704
|\ \
| * | mm: vmscan: consistent update to pgrefillShakeel Butt2020-08-071-1/+2
| * | mm/vmscan.c: fix typodylan-meiners2020-08-071-1/+1
| * | khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-071-4/+1
| * | khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-071-10/+14
| * | khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-071-25/+19
| * | khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins2020-08-071-1/+1
| * | mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-071-14/+10
| * | mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-2/+2
| * | mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-10/+21
| * | mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song2020-08-071-1/+5