summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-102-108/+117
|\
| * memcg: update memcg_has_children() to use css_next_child()Tejun Heo2014-05-161-10/+21
| * memcg: remove tasks/children test from mem_cgroup_force_empty()Michal Hocko2014-05-161-7/+0Star
| * cgroup: remove css_parent()Tejun Heo2014-05-162-8/+8
| * cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-132-24/+26
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-132-29/+34
| * cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-132-23/+25
| * cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-041-2/+2
| * cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-6/+2Star
* | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-081-7/+5Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-5/+6
|\ \
| * | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-5/+6
| |/
* | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0847-2724/+2974
|\ \
| * | mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-074-12/+24
| * | mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick2014-06-071-17/+19
| * | mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov2014-06-071-0/+4
| * | mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner2014-06-071-20/+14Star
| * | mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan2014-06-071-50/+39Star
| * | mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2014-06-072-4/+8
| * | mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas2014-06-071-0/+6
| * | mm: introduce kmemleak_update_trace()Catalin Marinas2014-06-071-0/+34
| * | mm/kmemleak.c: use %u to print ->checksumJianpeng Ma2014-06-071-1/+1
| * | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-072-11/+9Star
| * | mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-072-7/+7
| * | slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim2014-06-071-1/+1
| * | mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-071-0/+3
| * | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-29/+60
| |\ \
| | * \ Merge remote-tracking branch 'origin/x86/urgent' into x86/vdsoH. Peter Anvin2014-05-221-0/+15
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-2215-90/+138
| | |\ \ \
| | * | | | x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-29/+60
| * | | | | mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet2014-06-051-1/+1
| * | | | | mm/zsmalloc: make zsmalloc module-buildableMinchan Kim2014-06-051-1/+1
| * | | | | mm/vmalloc.c: export unmap_kernel_range()Minchan Kim2014-06-051-0/+1
| * | | | | zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang2014-06-051-1/+1
| * | | | | mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2014-06-051-2/+2
| * | | | | mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-051-1/+1
| * | | | | mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2014-06-051-13/+43
| * | | | | mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-051-9/+12
| * | | | | mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-051-2/+2
| * | | | | mm/page-writeback.c: remove outdated commentJianyu Zhan2014-06-051-18/+0Star
| * | | | | mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong2014-06-051-26/+3Star
| * | | | | hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi2014-06-052-2/+2
| * | | | | mm: document do_fault_around() featureKirill A. Shutemov2014-06-051-0/+27
| * | | | | mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov2014-06-051-39/+23Star
| * | | | | mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen2014-06-051-13/+8Star
| * | | | | mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov2014-06-051-5/+5
| * | | | | mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov2014-06-051-1/+1
| * | | | | mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov2014-06-051-10/+0Star
| * | | | | mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-06-051-11/+25
| * | | | | mm: fix typo in comment in do_fault_around()Kirill A. Shutemov2014-06-051-1/+1