summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2018-10-261-16/+31
* mm: remove vm_insert_mixed()Matthew Wilcox2018-10-261-4/+10
* mm: convert to use vm_fault_tSouptick Joarder2018-10-261-2/+2
* mm/page_alloc.c: clean up check_for_memory()Oscar Salvador2018-10-261-6/+3
* mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying2018-10-261-3/+1
* mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying2018-10-261-6/+4
* mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying2018-10-261-32/+25
* kmemleak: add module param to print warnings to dmesgVincent Whitchurch2018-10-261-7/+35
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-31/+0
* mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko2018-10-261-16/+16
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-10-261-2/+4
* mm: drain memcg stocks on css offliningRoman Gushchin2018-10-261-0/+2
* slub: extend slub debug to handle multiple slabsAaron Tomlin2018-10-261-6/+44
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-262-6/+10
* mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko2018-10-261-13/+7
* Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-261-7/+0
|\
| * mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski2018-10-161-7/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\ \
| * | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2018-09-111-2/+2
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-0/+1
|\ \ \
| * | | x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra2018-10-091-0/+1