summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-271-2/+26
* | mm/gup_benchmark.c: time put_page()Keith Busch2018-10-271-2/+7
* | mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin2018-10-271-2/+2
* | mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner2018-10-271-18/+15Star
* | mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-10-271-38/+33Star
* | mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-10-271-20/+25
* | mm: make memmap_init a proper functionPavel Tatashin2018-10-271-4/+5
* | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2018-10-271-6/+4Star
* | mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes2018-10-271-4/+3Star
* | mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-271-1/+1
* | mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn2018-10-271-0/+2
* | mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-10-271-4/+30
* | mm: brk: downgrade mmap_sem to read when shrinkingYang Shi2018-10-271-11/+35
* | mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2018-10-272-6/+18
* | mm/filemap.c: use vmf_error()Souptick Joarder2018-10-271-3/+1Star
* | mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang2018-10-271-3/+2Star
* | mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-272-8/+96
* | mm: create non-atomic version of SetPageReserved for init useAlexander Duyck2018-10-271-2/+7
* | mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-273-6/+49
* | memcg: remove memcg_kmem_skip_accountShakeel Butt2018-10-271-23/+1Star
* | mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador2018-10-271-51/+29Star
* | mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador2018-10-271-50/+7Star
* | mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador2018-10-271-4/+2Star
* | mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador2018-10-271-1/+2
* | mm/filemap.c: Use existing variablehaiqing.shq2018-10-271-1/+1
* | mm: unmap VM_PFNMAP mappings with optimized pathYang Shi2018-10-271-9/+0Star
* | mm: unmap VM_HUGETLB mappings with optimized pathYang Shi2018-10-271-1/+1
* | mm: mmap: zap pages with read mmap_sem in munmapYang Shi2018-10-271-11/+48
* | vfree: add debug might_sleep()Andrey Ryabinin2018-10-271-0/+2
* | mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin2018-10-271-0/+2
* | kvfree(): fix misleading commentAndrey Ryabinin2018-10-271-1/+1
* | mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang2018-10-271-8/+3Star
* | mm/swap.c: remove duplicated includeYueHaibing2018-10-271-1/+0Star
* | mm, page_alloc: drop should_suppress_show_memMichal Hocko2018-10-271-15/+1Star
* | mm/memcontrol.c: fix memory.stat item orderingJohannes Weiner2018-10-271-7/+7
* | mm: zero-seek shrinkersJohannes Weiner2018-10-272-4/+13
* | mm: workingset: add vmstat counter for shadow nodesJohannes Weiner2018-10-272-2/+13
* | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner2018-10-271-1/+1
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-274-4/+34
* | delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-271-0/+11
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-277-40/+70
* | mm: workingset: don't drop refault information prematurelyJohannes Weiner2018-10-271-8/+14
* | mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka2018-10-271-12/+26
* | mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-273-19/+9Star
* | mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka2018-10-271-17/+31
* | mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-273-27/+21Star
* | userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli2018-10-271-5/+19
* | mm: convert insert_pfn() to vm_fault_tMatthew Wilcox2018-10-271-19/+5Star
* | mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox2018-10-271-21/+15Star
* | mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox2018-10-271-31/+24Star