summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-07-12slob: Fix early boot kernel crashChristoph Lameter1-1/+1
2012-07-10mm, slub: ensure irqs are enabled for kmemcheckDavid Rientjes1-7/+6
2012-07-09mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter3-67/+54
2012-07-09mm, sl[aou]b: Use a common mutex definitionChristoph Lameter4-86/+82
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter5-56/+62
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter5-31/+83
2012-07-09slub: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-07-02slab: move FULL state transition to an initcallGlauber Costa1-4/+4
2012-07-02slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang1-1/+1
2012-07-02mm, slab: Build fix for recent kmem_cache changesThierry Reding1-1/+1
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa1-5/+5
2012-06-20slub: refactoring unfreeze_partials()Joonsoo Kim1-34/+14
2012-06-20slub: use __cmpxchg_double_slab() at interrupt disabled placeJoonsoo Kim1-3/+9
2012-06-20slab/mempolicy: always use local policy from interrupt contextAndi Kleen3-4/+10
2012-06-14slab: Get rid of obj_size macroChristoph Lameter1-26/+21
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter3-107/+99
2012-06-14slab: Remove some accessorsChristoph Lameter1-27/+8
2012-06-14slab: Use page struct fields instead of castingChristoph Lameter1-4/+4
2012-06-14slob: Remove various small accessorsChristoph Lameter1-40/+9
2012-06-14slob: No need to zero mapping since it is no longer in useChristoph Lameter1-1/+0
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter1-58/+37
2012-06-04Merge branch 'slub/cleanups' into slab/nextPekka Enberg1-81/+92
2012-06-02Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+13
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-176/+58
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik2-2/+6
2012-06-01unexport do_munmap()Al Viro1-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro4-57/+36
2012-06-01kill do_mmap() completelyAl Viro2-22/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2-4/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro2-21/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro2-21/+24
2012-06-01slub: pass page to node_match() instead of kmem_cache_cpu structureChristoph Lameter1-4/+6
2012-06-01slub: Use page variable instead of c->page.Christoph Lameter1-7/+10
2012-06-01slub: Separate out kmem_cache_cpu processing from deactivate_slabChristoph Lameter1-12/+12
2012-06-01slub: Get rid of the node fieldChristoph Lameter1-19/+16
2012-06-01slub: new_slab_objects() can also get objects from partial listChristoph Lameter1-7/+9
2012-06-01slub: Simplify control flow in __slab_alloc()Christoph Lameter1-8/+6
2012-06-01slub: Acquire_slab() avoid loopChristoph Lameter1-13/+15
2012-06-01slub: Add frozen check in __slab_allocChristoph Lameter1-0/+6
2012-06-01slub: Use freelist instead of "object" in __slab_allocChristoph Lameter1-18/+20
2012-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-06-01aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-8/+8
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro3-7/+14
2012-05-31unexport do_mmap()Al Viro2-2/+0
2012-05-31merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-31fs: move file_remove_suid() to fs/inode.cCong Wang1-65/+0
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-05-30->encode_fh() API changeAl Viro2-8/+4
2012-05-30memcg: decrement static keys at real destroy timeGlauber Costa1-2/+29
2012-05-30memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13