summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka
2018-10-26userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox
2018-10-26mm: convert to use vm_fault_tSouptick Joarder
2018-10-26mm/page_alloc.c: clean up check_for_memory()Oscar Salvador
2018-10-26mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying
2018-10-26mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying
2018-10-26mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko
2018-10-26mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin
2018-10-26mm: drain memcg stocks on css offliningRoman Gushchin
2018-10-26slub: extend slub debug to handle multiple slabsAaron Tomlin
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov
2018-10-26mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-24mm/page_poison: expose page_poisoning_enabled to kernel modulesWei Wang
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox
2018-10-21page cache: Finish XArray conversionMatthew Wilcox
2018-10-21shmem: Comment fixupsMatthew Wilcox
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_free_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-21mm: Convert is_page_cache_freeable to XArrayMatthew Wilcox
2018-10-21mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox
2018-10-21mm: Convert collapse_shmem to XArrayMatthew Wilcox
2018-10-21mm: Convert huge_memory to XArrayMatthew Wilcox
2018-10-21mm: Convert page migration to XArrayMatthew Wilcox
2018-10-21mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox