aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-07-24vmalloc: remove KM_USER0 from commentsCong Wang
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-23mm/frontswap: cleanup doc and comment errorWanpeng Li
2012-07-23mm: frontswap: remove unneeded headersSasha Levin
2012-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-07-19mm: frontswap: split out function to clear a page outSasha Levin
2012-07-18bounce: allow use of bounce pool via config optionChris Metcalf
2012-07-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu
2012-07-17Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-12slob: Fix early boot kernel crashChristoph Lameter
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-07-11Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Ingo Molnar
2012-07-11x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck
2012-07-10mm, slub: ensure irqs are enabled for kmemcheckDavid Rientjes
2012-07-09mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter
2012-07-09mm, sl[aou]b: Use a common mutex definitionChristoph Lameter
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter
2012-07-09slub: remove invalid reference to list iterator variableJulia Lawall
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski
2012-07-06mm: cma: don't replace lowmem pages with highmemRabin Vincent
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-02slab: move FULL state transition to an initcallGlauber Costa
2012-07-02slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang
2012-07-02mm, slab: Build fix for recent kmem_cache changesThierry Reding
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa
2012-06-29Merge branch 'master' into for-nextJiri Kosina
2012-06-28mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li
2012-06-28mm: fix page reclaim comment errorWanpeng Li
2012-06-27mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap
2012-06-20mm: fix kernel-doc warningsWanpeng Li
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes
2012-06-20slub: refactoring unfreeze_partials()Joonsoo Kim