summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka3-27/+21
2018-10-26userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli1-5/+19
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox1-19/+5
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox1-21/+15
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox1-31/+24
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox1-25/+29
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox1-25/+25
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox1-16/+31
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox1-4/+10
2018-10-26mm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-10-26mm/page_alloc.c: clean up check_for_memory()Oscar Salvador1-6/+3
2018-10-26mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying1-3/+1
2018-10-26mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying1-6/+4
2018-10-26mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying1-32/+25
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch1-7/+35
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko1-31/+0
2018-10-26mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko1-16/+16
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin1-2/+4
2018-10-26mm: drain memcg stocks on css offliningRoman Gushchin1-0/+2
2018-10-26slub: extend slub debug to handle multiple slabsAaron Tomlin1-6/+44
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-10-26mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko1-13/+7
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+6
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-250/+264
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox1-2/+2
2018-10-21page cache: Finish XArray conversionMatthew Wilcox1-1/+1
2018-10-21shmem: Comment fixupsMatthew Wilcox1-6/+6
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox1-26/+18
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox1-36/+25