summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2014-04-072-12/+7
| * | | | mempool: add unlikely and likely hintsMikulas Patocka2014-04-071-2/+2
| * | | | mm, compaction: determine isolation mode only onceDavid Rientjes2014-04-071-7/+2
| * | | | mm, mempolicy: remove per-process flagDavid Rientjes2014-04-072-33/+2
| * | | | mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-073-12/+9
| * | | | mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-075-6/+13
| * | | | mm: per-thread vma cachingDavidlohr Bueso2014-04-074-35/+158
| * | | | mm: implement ->map_pages for shmem/tmpfsNing Qu2014-04-071-0/+1
| * | | | mm: add debugfs tunable for fault_around_orderKirill A. Shutemov2014-04-071-7/+61
| * | | | mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov2014-04-071-7/+7
| * | | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-072-0/+80
| * | | | mm: introduce vm_ops->map_pages()Kirill A. Shutemov2014-04-071-3/+78
| * | | | mm: disable split page table lock for !MMUKirill A. Shutemov2014-04-071-0/+1
| * | | | mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton2014-04-071-4/+9
| * | | | mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim2014-04-071-7/+4
| * | | | mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim2014-04-071-15/+19
| * | | | mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim2014-04-071-1/+1
| * | | | mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim2014-04-071-2/+11
| * | | | mm/compaction: disallow high-order page for migration targetJoonsoo Kim2014-04-071-12/+3
| * | | | mm: exclude memoryless nodes from zone_reclaimMichal Hocko2014-04-071-2/+3
| * | | | mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso2014-04-071-2/+2
| * | | | mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang2014-04-071-1/+3
| * | | | mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang2014-04-071-0/+8
| * | | | mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-072-3/+14
| * | | | mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman2014-04-071-2/+34
| * | | | mm,numa: reorganize change_pmd_range()Rik van Riel2014-04-071-3/+4
| * | | | mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi2014-04-071-2/+3
* | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-073-10/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-4/+4
| * | | | mm, vmstat: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+3
| * | | | zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+14
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2014-04-047-59/+50
| |\ \ \ \ \
| * | | | | | ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott2014-03-121-0/+5
* | | | | | | mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins2014-04-041-21/+45
* | | | | | | Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-042-2/+2
|\ \ \ \ \ \ \
| * | | | | | | locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2014-03-312-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-0325-758/+1654
|\ \ \ \ \ \ \
| * | | | | | | mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T2014-04-031-2/+2
| * | | | | | | slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov2014-04-031-5/+3
| * | | | | | | drop_caches: add some documentation and info messageDave Hansen2014-04-031-0/+3
| * | | | | | | mm: remove read_cache_page_async()Sasha Levin2014-04-031-41/+23
| * | | | | | | mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Kirill A. Shutemov2014-04-031-77/+2
| * | | | | | | mm: consolidate code to setup pteKirill A. Shutemov2014-04-031-36/+30
| * | | | | | | mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov2014-04-031-60/+45
| * | | | | | | mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov2014-04-031-164/+62
| * | | | | | | mm: introduce do_cow_fault()Kirill A. Shutemov2014-04-031-0/+62
| * | | | | | | mm: introduce do_read_fault()Kirill A. Shutemov2014-04-031-0/+43
| * | | | | | | mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov2014-04-031-31/+45
| * | | | | | | mm: rename __do_fault() -> do_fault()Kirill A. Shutemov2014-04-031-5/+5
OpenPOWER on IntegriCloud