summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm/page_alloc.c: remove duplicate checkGavin Shan2012-12-191-2/+1Star
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-185-484/+387Star
|\ \
| * \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2012-12-185-326/+221Star
| |\ \
| | * | mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-115-69/+34Star
| | * | slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter2012-12-111-33/+16Star
| | * | slub: Use statically allocated kmem_cache boot structure for bootstrapChristoph Lameter2012-12-111-47/+20Star
| | * | mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-114-66/+60Star
| | * | slab: Simplify bootstrapChristoph Lameter2012-12-111-8/+13
| | * | slub: Use correct cpu_slab on dead cpuChristoph Lameter2012-12-111-5/+7
| | * | mm: fix slab.c kernel-doc warningsRandy Dunlap2012-11-151-4/+1Star
| | * | mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann2012-10-311-3/+3
| | * | slab: Ignore internal flags in cache creationGlauber Costa2012-10-314-25/+32
| | * | mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia2012-10-311-1/+1
| | * | mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia2012-10-313-21/+0Star
| | * | mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia2012-10-311-3/+3
| | * | mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia2012-10-311-14/+10Star
| | * | slub: Commonize slab_cache field in struct pageGlauber Costa2012-10-241-12/+12
| | * | Merge branch 'slab/procfs' into slab/nextPekka Enberg2012-10-244-158/+166
| | |\ \
| | * | | slub: remove one code path and reduce lock contention in __slab_free()Joonsoo Kim2012-10-191-20/+14Star
| * | | | Merge branch 'slab/procfs' into slab/for-linusPekka Enberg2012-12-184-158/+166
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | sl[au]b: Process slabinfo_show in common codeGlauber Costa2012-10-244-27/+57
| | * | | mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa2012-10-244-36/+23Star
| | * | | mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-244-105/+96Star
| | |/ /
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-182-15/+14Star
|\ \ \ \
| * | | | mm: use kbasename()Andy Shevchenko2012-12-181-5/+3Star
| * | | | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-10/+10
| * | | | mm/memory.c: suppress warningAndrew Morton2012-12-181-0/+1
* | | | | mm,numa: fix update_mmu_cache_pmd callStephen Rothwell2012-12-181-1/+1
|/ / / /
* | | | Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"Linus Torvalds2012-12-171-84/+0Star
* | | | Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-0/+84
|\ \ \ \
| * | | | bdi: add a user-tunable cpu_list for the bdi flusher threadsJeff Moyer2012-12-051-0/+84
* | | | | mm: fix kernel BUG at huge_memory.c:1474!Hugh Dickins2012-12-171-3/+3
* | | | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-1718-131/+1098
|\ \ \ \ \
| * | | | | mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-117-35/+35
| * | | | | mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-113-17/+17
| * | | | | mm: migrate: Account a transhuge page properly when rate limitingMel Gorman2012-12-111-4/+4
| * | | | | mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman2012-12-111-1/+4
| * | | | | mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman2012-12-111-0/+2
| * | | | | mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-114-64/+240
| * | | | | mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-111-0/+46
| * | | | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-112-5/+9
| * | | | | mm: numa: Use a two-stage filter to restrict pages being migrated for unlikel...Mel Gorman2012-12-111-1/+29
| * | | | | mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton2012-12-111-0/+3
| * | | | | mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton2012-12-111-0/+1
| * | | | | mm: numa: Introduce last_nid to the page frameMel Gorman2012-12-111-0/+2
| * | | | | mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-111-0/+20
| * | | | | mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman2012-12-111-1/+29
| * | | | | mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-111-0/+5
| * | | | | mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman2012-12-112-22/+54
| * | | | | mm: numa: Migrate on reference policyMel Gorman2012-12-111-2/+36