summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-04-03mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes
2014-04-03mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov
2014-04-03mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov
2014-04-03mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov
2014-04-03kmemleak: change some global variables to intLi Zefan
2014-04-03kmemleak: remove redundant codeLi Zefan
2014-04-03kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan
2014-04-03kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan
2014-04-03bdi: avoid oops on device removalJan Kara
2014-04-03backing_dev: fix hung task on syncDerek Basehore
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-02sparse: fix commentLi Zhong
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-03-19mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold
2014-03-17percpu: allocation size should be evenViro
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-10mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-03-04mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins
2014-03-04mm: close PageTail raceDavid Rientjes
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov