summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-102-640/+422
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-0819-856/+762
| |\
| | * copy_from_iter_nocache()Al Viro2014-12-081-0/+21
| | * new helper: iov_iter_kvec()Al Viro2014-12-081-0/+13
| | * csum_and_copy_..._iter()Al Viro2014-12-081-0/+89
| | * iov_iter.c: handle ITER_KVEC directlyAl Viro2014-12-081-13/+69
| | * iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro2014-11-271-82/+9
| | * iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro2014-11-271-91/+15
| | * iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro2014-11-271-36/+24
| | * iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro2014-11-271-86/+12
| | * iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro2014-11-271-62/+45
| | * iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro2014-11-271-50/+28
| | * iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro2014-11-271-54/+19
| | * iov_iter.c: iterate_and_advanceAl Viro2014-11-271-76/+28
| | * iov_iter.c: macros for iterating over iov_iterAl Viro2014-11-271-126/+86
| * | kill f_dentry usesAl Viro2014-11-191-2/+2
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-1/+1
|\ \ \
| * | | RAS, HWPOISON: Fix wrong error recovery statusChen, Gong2014-10-211-1/+1
* | | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-0/+2
|\ \ \ \
| * | | | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+2
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-12-091-22/+8
|\ \ \ \ \
| * | | | | mmu_gather: move minimal range calculations into generic codeWill Deacon2014-11-171-22/+8
| | |_|/ / | |/| | |
* | | | | slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras2014-12-031-1/+1
* | | | | mm: fix anon_vma_clone() error treatmentDaniel Forrest2014-12-032-5/+11
* | | | | mm: fix swapoff hang after page migration and forkHugh Dickins2014-12-031-13/+13
* | | | | mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2014-12-021-3/+5
* | | | | mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2014-12-021-1/+3
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-11-141-2/+2
|\ \ \ \
| * | | | Fix thinko in iov_iter_single_seg_countPaul Mackerras2014-11-131-2/+2
* | | | | mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen2014-11-131-0/+17
* | | | | mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-133-7/+19
* | | | | mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim2014-11-131-3/+5
* | | | | mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka2014-11-131-2/+6
* | | | | mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz2014-11-131-3/+2
* | | | | mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim2014-11-131-0/+4
* | | | | mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim2014-11-133-29/+78
* | | | | mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim2014-11-131-11/+3
* | | | | mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim2014-11-131-5/+8
* | | | | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-132-2/+11
* | | | | mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim2014-11-131-0/+10
| |_|/ / |/| | |
* | | | Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-11-071-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mm: Fix comment before truncate_setsize()Jan Kara2014-11-071-2/+3
| * | | mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-10-301-1/+0
| |/ /
* | | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-11-031-24/+44
|\ \ \
| * | | mm: cma: Use %pa to print physical addressesLaurent Pinchart2014-10-271-7/+6
| * | | mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart2014-10-271-16/+33
| * | | mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart2014-10-271-1/+4
| * | | mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart2014-10-271-0/+1
| |/ /
* | | mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov2014-10-291-0/+2
* | | mm/slab_common: don't check for duplicate cache namesMikulas Patocka2014-10-291-10/+0