aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes7-3/+63
2018-01-31mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V7-86/+35
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2-21/+16
2018-01-31mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2-4/+4
2018-01-31x86/mm: provide pmdp_establish() helperKirill A. Shutemov2-1/+51
2018-01-31sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-01-31s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky1-2/+2
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2-4/+7
2018-01-31mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-01-31arm64: provide pmdp_establish() helperCatalin Marinas1-0/+7
2018-01-31arm/mm: provide pmdp_establish() helperKirill A. Shutemov1-0/+3
2018-01-31arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-01-31asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-01-31mm: get 7% more pages in a pagevecMatthew Wilcox1-3/+3
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox6-60/+61
2018-01-31mm, userfaultfd, THP: avoid waiting when PMD under THP migrationHuang Ying1-1/+4
2018-01-31mm/huge_memory.c: fix comment in __split_huge_pmd_lockedYisheng Xie1-4/+3
2018-01-31mm: memory_hotplug: remove second __nr_to_section in register_page_bootmem_info_section()Oscar Salvador1-2/+2
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memoryKonstantin Khlebnikov1-3/+8
2018-01-31mm: update comment describing tlb_gather_mmuMike Rapoport1-4/+11
2018-01-31mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_section()Oscar Salvador1-3/+0
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko4-36/+1
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara3-34/+0
2018-01-31mm/interval_tree.c: use vma_pages() helperVasyl Gomonovych1-1/+1
2018-01-31selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V4-179/+311
2018-01-31mm: do not stall register_shrinker()Minchan Kim1-0/+9
2018-01-31mm/page_alloc.c: fix comment in __get_free_pages()Jiankang Chen1-1/+1
2018-01-31mm/page_owner.c: use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-31mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2-84/+113
2018-01-31mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner1-22/+22
2018-01-31mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2-45/+45
2018-01-31mm/filemap.c: remove include of hardirq.hYang Shi1-1/+0
2018-01-31mm: split deferred_init_range into initializing and freeing partsPavel Tatashin1-70/+76
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik2-47/+23
2018-01-31mm: show total hugetlb memory consumption in /proc/meminfoRoman Gushchin2-21/+42
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko3-10/+9
2018-01-31mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-01-31mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-01-31mm/mempolicy: remove redundant check in get_nodesYisheng Xie1-2/+0
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin4-9/+1
2018-01-31zswap: same-filled pages handlingSrividya Desireddy1-5/+66
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi1-1/+0
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2-234/+238
2018-01-31slub: remove obsolete comments of put_cpu_partial()Miles Chen1-3/+1
2018-01-31mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan1-3/+5
2018-01-31mm/slab.c: remove redundant assignments for slab_stateOscar Salvador1-4/+0
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee2-30/+29
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsChangwei Ge1-0/+2