summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli1-7/+18
2018-10-26mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams1-9/+9
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch3-59/+73
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin1-20/+26
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi1-11/+25
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch1-2/+26
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch1-2/+7
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin1-2/+2
2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner1-18/+15
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin1-38/+33
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin1-20/+25
2018-10-26mm: make memmap_init a proper functionPavel Tatashin1-4/+5
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai1-6/+4
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes1-4/+3
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn1-0/+2
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-10-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi1-11/+35
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2-6/+18
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder1-3/+1
2018-10-26mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang1-3/+2
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2-8/+96
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-2/+7
2018-10-26mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck3-6/+49
2018-10-26memcg: remove memcg_kmem_skip_accountShakeel Butt1-23/+1
2018-10-26mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador1-51/+29
2018-10-26mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador1-50/+7
2018-10-26mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador1-4/+2
2018-10-26mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador1-1/+2
2018-10-26mm/filemap.c: Use existing variablehaiqing.shq1-1/+1
2018-10-26mm: unmap VM_PFNMAP mappings with optimized pathYang Shi1-9/+0
2018-10-26mm: unmap VM_HUGETLB mappings with optimized pathYang Shi1-1/+1
2018-10-26mm: mmap: zap pages with read mmap_sem in munmapYang Shi1-11/+48
2018-10-26vfree: add debug might_sleep()Andrey Ryabinin1-0/+2
2018-10-26mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin1-0/+2
2018-10-26kvfree(): fix misleading commentAndrey Ryabinin1-1/+1
2018-10-26mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang1-8/+3
2018-10-26mm/swap.c: remove duplicated includeYueHaibing1-1/+0
2018-10-26mm, page_alloc: drop should_suppress_show_memMichal Hocko1-15/+1
2018-10-26mm/memcontrol.c: fix memory.stat item orderingJohannes Weiner1-7/+7
2018-10-26mm: zero-seek shrinkersJohannes Weiner2-4/+13
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner2-2/+13
2018-10-26mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner1-1/+1
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner4-4/+34
2018-10-26delayacct: track delays from thrashing cache pagesJohannes Weiner1-0/+11
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner7-40/+70
2018-10-26mm: workingset: don't drop refault information prematurelyJohannes Weiner1-8/+14
2018-10-26mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka1-12/+26
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka3-19/+9
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka1-17/+31