summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-03-07mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-11memcg, shmem: fix shmem migration to use lrucareMichal Hocko2-2/+2
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-02-06memcg: remove extra newlines from memcg oom kill logGreg Thelen1-2/+2
2015-02-06vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-02-06vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+3
2015-01-30mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2-41/+29
2015-01-08mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim1-1/+13
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-03mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-03mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-11-14mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen1-0/+17
2014-11-14mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen3-7/+19
2014-11-14mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-14mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6
2014-11-14mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-14mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim1-0/+4
2014-11-14mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim3-29/+78
2014-11-14mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3
2014-11-14mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim1-5/+8
2014-11-14mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2-2/+11
2014-11-14mm/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-08Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2014-11-07mm: Fix comment before truncate_setsize()Jan Kara1-2/+3
2014-11-04Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-24/+44
2014-10-30mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-10-30mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov1-0/+2
2014-10-30mm/slab_common: don't check for duplicate cache namesMikulas Patocka1-10/+0
2014-10-30mm: rmap: split out page_remove_file_rmap()Johannes Weiner1-32/+46
2014-10-30mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner3-68/+79
2014-10-30mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-19/+4
2014-10-30memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node()Yasuaki Ishimatsu1-5/+0
2014-10-30mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2-9/+10
2014-10-30mm: free compound page with correct orderYu Zhao1-2/+2
2014-10-30mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim1-0/+3
2014-10-30cgroup/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/vir...Linus Torvalds1-1/+35