summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov
2014-04-07mm: disable split page table lock for !MMUKirill A. Shutemov
2014-04-07mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton
2014-04-07mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim
2014-04-07mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim
2014-04-07mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim
2014-04-07mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim
2014-04-07mm/compaction: disallow high-order page for migration targetJoonsoo Kim
2014-04-07mm: exclude memoryless nodes from zone_reclaimMichal Hocko
2014-04-07mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso
2014-04-07mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang
2014-04-07mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel
2014-04-07mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-04Merge branch 'devel-stable' into for-nextRussell King
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov
2014-04-03drop_caches: add some documentation and info messageDave Hansen
2014-04-03mm: remove read_cache_page_async()Sasha Levin
2014-04-03mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Kirill A. Shutemov
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov
2014-04-03mm/nobootmem.c: mark function as staticRashika Kheria
2014-04-03mm/page_cgroup.c: mark functions as staticRashika Kheria
2014-04-03mm/process_vm_access.c: mark function as staticRashika Kheria
2014-04-03mm/mmap.c: mark function as staticRashika Kheria
2014-04-03mm/memory.c: mark functions as staticRashika Kheria
2014-04-03mm/compaction.c: mark function as staticRashika Kheria
2014-04-03mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner