summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2018-10-26hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz-0/+6
2018-10-26mm: export add_swap_extent()Omar Sandoval-0/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval-8/+11
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli-2/+2
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli-14/+19
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli-7/+18
2018-10-26mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams-9/+9
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch-59/+73
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin-20/+26
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi-11/+25
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch-2/+26
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch-2/+7
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin-2/+2
2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner-18/+15
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin-38/+33
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin-20/+25
2018-10-26mm: make memmap_init a proper functionPavel Tatashin-4/+5
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai-6/+4
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes-4/+3
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva-1/+1
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn-0/+2
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V-4/+30
2018-10-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi-11/+35
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi-6/+18
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder-3/+1
2018-10-26mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang-3/+2
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck-8/+96
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck-2/+7
2018-10-26mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck-6/+49
2018-10-26memcg: remove memcg_kmem_skip_accountShakeel Butt-23/+1
2018-10-26mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador-51/+29
2018-10-26mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador-50/+7
2018-10-26mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador-4/+2
2018-10-26mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador-1/+2
2018-10-26mm/filemap.c: Use existing variablehaiqing.shq-1/+1
2018-10-26mm: unmap VM_PFNMAP mappings with optimized pathYang Shi-9/+0
2018-10-26mm: unmap VM_HUGETLB mappings with optimized pathYang Shi-1/+1
2018-10-26mm: mmap: zap pages with read mmap_sem in munmapYang Shi-11/+48
2018-10-26vfree: add debug might_sleep()Andrey Ryabinin-0/+2
2018-10-26mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin-0/+2
2018-10-26kvfree(): fix misleading commentAndrey Ryabinin-1/+1
2018-10-26mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang-8/+3
2018-10-26mm/swap.c: remove duplicated includeYueHaibing-1/+0
2018-10-26mm, page_alloc: drop should_suppress_show_memMichal Hocko-15/+1
2018-10-26mm/memcontrol.c: fix memory.stat item orderingJohannes Weiner-7/+7
2018-10-26mm: zero-seek shrinkersJohannes Weiner-4/+13
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner-2/+13
2018-10-26mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner-1/+1
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner-4/+34
2018-10-26delayacct: track delays from thrashing cache pagesJohannes Weiner-0/+11