aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-6/+2
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+3
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-60/+90
2012-07-24vmalloc: remove KM_USER0 from commentsCong Wang1-6/+2
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-3/+5
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-07-23mm/frontswap: cleanup doc and comment errorWanpeng Li1-1/+1
2012-07-23mm: frontswap: remove unneeded headersSasha Levin1-4/+0
2012-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+8
2012-07-19mm: frontswap: split out function to clear a page outSasha Levin1-6/+9
2012-07-18bounce: allow use of bounce pool via config optionChris Metcalf1-3/+5
2012-07-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-1/+8
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu1-0/+4
2012-07-17Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-1/+6
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu2-43/+46
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu3-7/+15
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-07-11Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mceIngo Molnar1-6/+8
2012-07-11x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck1-6/+8
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-07-06mm: cma: don't replace lowmem pages with highmemRabin Vincent1-1/+6
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-29Merge branch 'master' into for-nextJiri Kosina30-984/+1137
2012-06-28mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li1-1/+1
2012-06-28mm: fix page reclaim comment errorWanpeng Li1-1/+2
2012-06-27mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi1-0/+9
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes1-1/+1
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li6-13/+11
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-11mm: frontswap: remove unnecessary check during initializationSasha Levin1-2/+1
2012-06-11mm: frontswap: make all branches of if statement in put page consistentSasha Levin1-5/+5
2012-06-11mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin1-15/+21
2012-06-11mm: frontswap: split out __frontswap_unuse_pagesSasha Levin1-20/+39
2012-06-11mm: frontswap: split out __frontswap_curr_pagesSasha Levin1-11/+17