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