summaryrefslogtreecommitdiffstats
path: root/mm/ptdump.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi2-1/+2
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta4-13/+13
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta6-5/+223
2020-08-12/proc/PID/smaps: consistent whitespace output formatMichal Koutný1-2/+2
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim1-1/+1
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim5-19/+43
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim5-12/+69
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim5-21/+43
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim10-21/+19
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim1-1/+1
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineMuchun Song3-6/+34
2020-08-12kselftests: cgroup: add perpcu memory accounting testRoman Gushchin1-1/+69
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin1-4/+16
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin4-1/+25
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin5-40/+246
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin1-3/+10
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)1-3/+6
2020-08-09thunderbolt: merge fix for kunix_resource changesStephen Rothwell1-2/+2
2020-08-09kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada2-8/+7
2020-08-09kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada4-18/+9
2020-08-09kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada22-55/+78
2020-08-09kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2-7/+8
2020-08-09kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada4-43/+55
2020-08-09kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov5-11/+11
2020-08-09kbuild: trace functions in subdirectories of lib/Masahiro Yamada17-40/+0
2020-08-09kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada24-23/+64
2020-08-09kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada3-3/+6
2020-08-09kbuild: always create directories of targetsMasahiro Yamada1-3/+1
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang3-5/+16
2020-08-08arm64/fixmap: make notes of fixed_addresses more preciselyPingfan Liu1-4/+3
2020-08-08powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman1-2/+0
2020-08-08fs: fix a struct path leak in path_umountChristoph Hellwig1-14/+18
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)2-0/+45
2020-08-07net/scm: Fix typo in SCM_RIGHTS compat refactoringKees Cook1-1/+1
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt1-1/+2
2020-08-07mm/vmscan.c: fix typodylan-meiners1-1/+1
2020-08-07khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-07khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-07khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-07khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-08-07mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu1-14/+10
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2-17/+22
2020-08-07mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song1-1/+5
2020-08-07mm/page_alloc: fallbacks at most has 3 elementsWei Yang1-1/+1
2020-08-07mm/page_alloc: silence a KASAN false positiveQian Cai1-0/+3
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang3-17/+9
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang2-22/+13