aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+5
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasGravatar Hugh Dickins 1-21/+45
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 2-2/+2
2014-04-04Merge branch 'devel-stable' into for-nextGravatar Russell King 7-59/+50
2014-04-03Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 25-758/+1654
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Gravatar Raghavendra K T 1-2/+2
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addGravatar Vladimir Davydov 1-5/+3
2014-04-03drop_caches: add some documentation and info messageGravatar Dave Hansen 1-0/+3
2014-04-03mm: remove read_cache_page_async()Gravatar Sasha Levin 1-41/+23
2014-04-03mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Gravatar Kirill A. Shutemov 1-77/+2
2014-04-03mm: consolidate code to setup pteGravatar Kirill A. Shutemov 1-36/+30
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Gravatar Kirill A. Shutemov 1-60/+45
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Gravatar Kirill A. Shutemov 1-164/+62
2014-04-03mm: introduce do_cow_fault()Gravatar Kirill A. Shutemov 1-0/+62
2014-04-03mm: introduce do_read_fault()Gravatar Kirill A. Shutemov 1-0/+43
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionGravatar Kirill A. Shutemov 1-31/+45
2014-04-03mm: rename __do_fault() -> do_fault()Gravatar Kirill A. Shutemov 1-5/+5
2014-04-03mm/nobootmem.c: mark function as staticGravatar Rashika Kheria 1-1/+1
2014-04-03mm/page_cgroup.c: mark functions as staticGravatar Rashika Kheria 1-6/+6
2014-04-03mm/process_vm_access.c: mark function as staticGravatar Rashika Kheria 1-1/+1
2014-04-03mm/mmap.c: mark function as staticGravatar Rashika Kheria 1-1/+1
2014-04-03mm/memory.c: mark functions as staticGravatar Rashika Kheria 1-2/+2
2014-04-03mm/compaction.c: mark function as staticGravatar Rashika Kheria 1-1/+1
2014-04-03mm, compaction: avoid isolating pinned pagesGravatar David Rientjes 1-0/+9
2014-04-03mm, hugetlb: mark some bootstrap functions as __initGravatar David Rientjes 1-2/+3
2014-04-03mm: keep page cache radix tree nodes in checkGravatar Johannes Weiner 5-20/+274
2014-04-03mm: thrash detection-based file cache sizingGravatar Johannes Weiner 6-23/+321
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 3-9/+80
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesGravatar Johannes Weiner 6-123/+325
2014-04-03mm: filemap: move radix tree hole searching hereGravatar Johannes Weiner 2-2/+78
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesGravatar Johannes Weiner 1-13/+12
2014-04-03mm: vmscan: shrink_slab: rename max_pass -> freeableGravatar Vladimir Davydov 1-13/+13
2014-04-03mm, hugetlb: improve page-fault scalabilityGravatar Davidlohr Bueso 1-13/+71
2014-04-03mm, hugetlb: use vma_resv_map() map typesGravatar Joonsoo Kim 1-50/+45
2014-04-03mm, hugetlb: remove resv_map_putGravatar Joonsoo Kim 1-12/+3
2014-04-03mm, hugetlb: fix race in region trackingGravatar Davidlohr Bueso 1-20/+38
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersGravatar Joonsoo Kim 1-13/+17
2014-04-03mm, hugetlb: unify region structure handlingGravatar Joonsoo Kim 1-16/+21
2014-04-03mm: optimize put_mems_allowed() usageGravatar Mel Gorman 6-25/+23
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionGravatar David Rientjes 1-0/+1
2014-04-03mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Gravatar Vladimir Davydov 1-20/+12
2014-04-03mm: vmscan: move call to shrink_slab() to shrink_zones()Gravatar Vladimir Davydov 1-31/+25
2014-04-03mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimGravatar Vladimir Davydov 1-2/+2
2014-04-03kmemleak: change some global variables to intGravatar Li Zefan 1-40/+40
2014-04-03kmemleak: remove redundant codeGravatar Li Zefan 1-6/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledGravatar Li Zefan 1-14/+32
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedGravatar Li Zefan 1-4/+9
2014-04-03bdi: avoid oops on device removalGravatar Jan Kara 1-4/+9
2014-04-03backing_dev: fix hung task on syncGravatar Derek Basehore 1-1/+4
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 3-86/+43