summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fix __swap_writepage() compile failure on old gcc versionsAl Viro2014-06-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-126-186/+626
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-128-27/+55
| |\
| * | shmem: switch to iter_file_splice_write()Al Viro2014-06-121-1/+1
| * | bio_vec-backed iov_iterAl Viro2014-05-062-39/+370
| * | optimize copy_page_{to,from}_iter()Al Viro2014-05-061-0/+8
| * | bury generic_file_aio_{read,write}Al Viro2014-05-061-35/+8
| * | new helper: copy_page_from_iter()Al Viro2014-05-061-0/+78
| * | bury __generic_file_aio_write()Al Viro2014-05-061-11/+0
| * | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-063-27/+40
| * | shmem: switch to ->read_iter()Al Viro2014-05-061-10/+5
| * | iov_iter_truncate()Al Viro2014-05-061-12/+7
| * | new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-0/+40
| * | new helper: iov_iter_npages()Al Viro2014-05-061-0/+27
| * | new helper: iov_iter_get_pages()Al Viro2014-05-061-0/+27
| * | start adding the tag to iov_iterAl Viro2014-05-065-6/+21
| * | new helper: generic_file_read_iter()Al Viro2014-05-061-33/+34
| * | new primitive: iov_iter_alignment()Al Viro2014-05-061-0/+25
| * | give ->direct_IO() a copy of iov_iterAl Viro2014-05-061-3/+7
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-062-7/+8
| * | kill generic_segment_checks()Al Viro2014-05-062-55/+5
| * | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-8/+7
| * | kill iov_iter_copy_from_user()Al Viro2014-05-062-32/+1
* | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-092-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/+0
| * | | 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/+2
* | | | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-081-7/+5
* | | | 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-064-12/+24
| * | | | mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick2014-06-061-17/+19
| * | | | mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov2014-06-061-0/+4
| * | | | mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner2014-06-061-20/+14
| * | | | mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan2014-06-061-50/+39
| * | | | mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2014-06-062-4/+8
| * | | | mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas2014-06-061-0/+6
| * | | | mm: introduce kmemleak_update_trace()Catalin Marinas2014-06-061-0/+34
| * | | | mm/kmemleak.c: use %u to print ->checksumJianpeng Ma2014-06-061-1/+1
| * | | | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-062-11/+9
| * | | | mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-7/+7
| * | | | slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim2014-06-061-1/+1
| * | | | mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-061-0/+3
OpenPOWER on IntegriCloud