aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08copy_from_iter_nocache()Al Viro1-0/+21
2014-12-08new helper: iov_iter_kvec()Al Viro1-0/+13
2014-12-08csum_and_copy_..._iter()Al Viro1-0/+89
2014-12-08iov_iter.c: handle ITER_KVEC directlyAl Viro1-13/+69
2014-11-27iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro1-82/+9
2014-11-27iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro1-91/+15
2014-11-27iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro1-36/+24
2014-11-27iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro1-86/+12
2014-11-27iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro1-62/+45
2014-11-27iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro1-50/+28
2014-11-27iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro1-54/+19
2014-11-27iov_iter.c: iterate_and_advanceAl Viro1-76/+28
2014-11-27iov_iter.c: macros for iterating over iov_iterAl Viro1-126/+86
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-11-13mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen1-0/+17
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen3-7/+19
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim1-0/+4
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim3-29/+78
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim1-5/+8
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2-2/+11
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim1-0/+10
2014-11-13Fix thinko in iov_iter_single_seg_countPaul Mackerras1-2/+2
2014-11-07Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-3/+3
2014-11-07mm: Fix comment before truncate_setsize()Jan Kara1-2/+3
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-24/+44
2014-10-30mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-10-29mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov1-0/+2
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka1-10/+0
2014-10-29mm: rmap: split out page_remove_file_rmap()Johannes Weiner1-32/+46
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner3-68/+79
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-19/+4
2014-10-29memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node()Yasuaki Ishimatsu1-5/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2-9/+10
2014-10-29mm: free compound page with correct orderYu Zhao1-2/+2
2014-10-29mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim1-0/+3
2014-10-29cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon1-0/+1
2014-10-27mm: cma: Use %pa to print physical addressesLaurent Pinchart1-7/+6
2014-10-27mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart1-16/+33
2014-10-27mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart1-1/+4
2014-10-27mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart1-0/+1
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+35
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+25
2014-10-24shmem: support RENAME_WHITEOUTMiklos Szeredi1-1/+35
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+57