summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2012-06-20slub: use __cmpxchg_double_slab() at interrupt disabled placeJoonsoo Kim
2012-06-20slab/mempolicy: always use local policy from interrupt contextAndi Kleen
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-06-14slab: Get rid of obj_size macroChristoph Lameter
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter
2012-06-14slab: Remove some accessorsChristoph Lameter
2012-06-14slab: Use page struct fields instead of castingChristoph Lameter
2012-06-14slob: Remove various small accessorsChristoph Lameter
2012-06-14slob: No need to zero mapping since it is no longer in useChristoph Lameter
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-11mm: frontswap: remove unnecessary check during initializationSasha Levin
2012-06-11mm: frontswap: make all branches of if statement in put page consistentSasha Levin
2012-06-11mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin
2012-06-11mm: frontswap: split out __frontswap_unuse_pagesSasha Levin
2012-06-11mm: frontswap: split out __frontswap_curr_pagesSasha Levin
2012-06-11mm: frontswap: trivial coding convention issuesSasha Levin
2012-06-11mm: frontswap: remove casting from function calls through ops structureSasha Levin
2012-06-09writeback: Fix some comment errorsWanpeng Li