summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-267-40/+70
* | | | | mm: workingset: don't drop refault information prematurelyJohannes Weiner2018-10-261-8/+14
* | | | | mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka2018-10-261-12/+26
* | | | | mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-263-19/+9
* | | | | mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka2018-10-261-17/+31
* | | | | mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-263-27/+21
* | | | | userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli2018-10-261-5/+19
* | | | | mm: convert insert_pfn() to vm_fault_tMatthew Wilcox2018-10-261-19/+5
* | | | | mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox2018-10-261-21/+15
* | | | | mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox2018-10-261-31/+24
* | | | | mm: remove vm_insert_pfn()Matthew Wilcox2018-10-261-25/+29
* | | | | mm: make vm_insert_pfn_prot() staticMatthew Wilcox2018-10-261-25/+25