summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-1/+0
* sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-3/+1
* include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap2020-08-121-2/+2
* include/linux/frontswap.h: drop duplicated word in a commentRandy Dunlap2020-08-121-1/+1
* include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap2020-08-121-1/+1
* mm: drop duplicated words in <linux/mm.h>Randy Dunlap2020-08-121-2/+2
* mm: drop duplicated words in <linux/pgtable.h>Randy Dunlap2020-08-121-6/+6
* 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-125-22/+10
* x86/mm: use max memory block size on bare metalDaniel Jordan2020-08-121-0/+9
* mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski2020-08-121-4/+5
* include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long2020-08-121-3/+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-125-11/+91
* mm: thp: remove debug_cow switchYang Shi2020-08-122-28/+0
* mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell2020-08-121-0/+35
* 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-124-12/+23
* hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz2020-08-121-0/+6
* mm, oom: show process exiting information in __oom_kill_process()Yafang Shao2020-08-121-0/+2
* doc, mm: clarify /proc/<pid>/oom_score value rangeMichal Hocko2020-08-121-0/+3
* doc, mm: sync up oom_score_adj documentationMichal Hocko2020-08-121-8/+0
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-123-15/+22
* include/linux/mempolicy.h: fix typoYanfei Xu2020-08-121-1/+1
* 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-122-1/+2
* mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-124-13/+13
* mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta2020-08-121-1/+1
* mm: proactive compactionNitin Gupta2020-08-126-5/+223
* /proc/PID/smaps: consistent whitespace output formatMichal Koutný2020-08-121-2/+2
* mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-125-19/+43
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-125-12/+69
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-125-21/+43
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-1210-21/+19
* 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-123-6/+34
* kselftests: cgroup: add perpcu memory accounting testRoman Gushchin2020-08-121-1/+69
* 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-124-1/+25
* 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 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-10127-1091/+5164
|\
| * perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao2020-08-071-2/+2
| * perf tools powerpc: Add support for extended regs in power10Athira Rajeev2020-08-073-0/+15