aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman1-10/+27
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-3/+4
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen1-1/+1
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton4-53/+1
2012-11-16tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins1-2/+14
2012-11-16mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures"Mel Gorman1-25/+0
2012-11-16swapfile: fix name leak in swapoffXiaotian Feng1-2/+2
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins3-17/+37
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko1-6/+15
2012-11-16mm: fix build warning for uninitialized valueDavid Rientjes1-6/+4
2012-11-16mm: add anon_vma_lock to validate_mm()Michel Lespinasse1-0/+2
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2012-10-25mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes1-2/+2
2012-10-25mm/mmu_notifier: allocate mmu_notifier in advanceGavin Shan1-13/+13
2012-10-25mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu1-1/+1
2012-10-25mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara1-5/+15
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+24
2012-10-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixesOlof Johansson1-3/+3
2012-10-19Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-1/+1
2012-10-19mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman1-1/+1
2012-10-19remap_file_pages: correctly handle the case of a NULL vm_ops pointerLinus Torvalds1-1/+1
2012-10-16mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes1-3/+2
2012-10-15mm: huge_memory: Fix build error.Ralf Baechle1-0/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-2/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+5
2012-10-12Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+4
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-27/+37
2012-10-10mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina1-1/+4
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-2/+4
2012-10-09mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann1-3/+3
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller1-2/+3
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller1-3/+3
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXXXX-YYYYYYYYYYYYYYYY>" warningYasuaki Ishimatsu1-2/+2
2012-10-09mm: document PageHuge somewhatAndrew Morton1-0/+5
2012-10-09mm: use %pK for /proc/vmallocinfoKees Cook1-1/+1
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes2-4/+8
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2-2/+11
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-1/+32
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-2/+11
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu1-1/+2
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim1-2/+4
2012-10-09CMA: migrate mlocked pagesMinchan Kim4-6/+10
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day1-1/+1
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins1-1/+0