summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-04mm: introduce do_cow_fault()Kirill A. Shutemov1-0/+62
2014-04-04mm: introduce do_read_fault()Kirill A. Shutemov1-0/+43
2014-04-04mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov1-31/+45
2014-04-04mm: rename __do_fault() -> do_fault()Kirill A. Shutemov1-5/+5
2014-04-04mm/nobootmem.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/page_cgroup.c: mark functions as staticRashika Kheria1-6/+6
2014-04-04mm/process_vm_access.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/mmap.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/memory.c: mark functions as staticRashika Kheria1-2/+2
2014-04-04mm/compaction.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-04-04mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes1-2/+3
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner5-20/+274
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner6-23/+321
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner3-9/+80
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner6-123/+325
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner2-2/+78
2014-04-04mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-04-04mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-04-04mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso1-13/+71
2014-04-04mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim1-50/+45
2014-04-04mm, hugetlb: remove resv_map_putJoonsoo Kim1-12/+3
2014-04-04mm, hugetlb: fix race in region trackingDavidlohr Bueso1-20/+38
2014-04-04mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim1-13/+17
2014-04-04mm, hugetlb: unify region structure handlingJoonsoo Kim1-16/+21
2014-04-04mm: optimize put_mems_allowed() usageMel Gorman6-25/+23
2014-04-04mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-04-04mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov1-20/+12
2014-04-04mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov1-31/+25
2014-04-04mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-04-04kmemleak: change some global variables to intLi Zefan1-40/+40
2014-04-04kmemleak: remove redundant codeLi Zefan1-6/+1
2014-04-04kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan1-14/+32
2014-04-04kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan1-4/+9
2014-04-04bdi: avoid oops on device removalJan Kara1-4/+9
2014-04-04backing_dev: fix hung task on syncDerek Basehore1-1/+4
2014-04-04Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-86/+43
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+16
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-96/+112
2014-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-0/+13
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-23/+21
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-73/+1
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2-2/+2
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan1-1/+3
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2-2/+35
2014-03-20mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins1-6/+22
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2-3/+3
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold1-4/+16