aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds25-758/+1654
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pagesRaghavendra K T1-2/+2
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov1-5/+3
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-0/+3
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-04-03mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Kirill A. Shutemov1-77/+2
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov1-36/+30
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov1-60/+45
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov1-164/+62
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov1-0/+62
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov1-0/+43
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov1-31/+45
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov1-5/+5
2014-04-03mm/nobootmem.c: mark function as staticRashika Kheria1-1/+1
2014-04-03mm/page_cgroup.c: mark functions as staticRashika Kheria1-6/+6
2014-04-03mm/process_vm_access.c: mark function as staticRashika Kheria1-1/+1
2014-04-03mm/mmap.c: mark function as staticRashika Kheria1-1/+1
2014-04-03mm/memory.c: mark functions as staticRashika Kheria1-2/+2
2014-04-03mm/compaction.c: mark function as staticRashika Kheria1-1/+1
2014-04-03mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes1-2/+3
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner5-20/+274
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner6-23/+321
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner3-9/+80
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner6-123/+325
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner2-2/+78
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-04-03mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso1-13/+71
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim1-50/+45
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim1-12/+3
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso1-20/+38
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim1-13/+17
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-16/+21
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman6-25/+23
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-04-03mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov1-20/+12
2014-04-03mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov1-31/+25
2014-04-03mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-04-03kmemleak: change some global variables to intLi Zefan1-40/+40
2014-04-03kmemleak: remove redundant codeLi Zefan1-6/+1
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan1-14/+32
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan1-4/+9
2014-04-03bdi: avoid oops on device removalJan Kara1-4/+9
2014-04-03backing_dev: fix hung task on syncDerek Basehore1-1/+4
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-86/+43
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+16
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-96/+112