summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter2012-07-095-56/+62
* mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter2012-07-095-31/+83
* slub: remove invalid reference to list iterator variableJulia Lawall2012-07-091-1/+1
* slab: move FULL state transition to an initcallGlauber Costa2012-07-021-4/+4
* slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang2012-07-021-1/+1
* mm, slab: Build fix for recent kmem_cache changesThierry Reding2012-07-021-1/+1
* slab: rename gfpflags to allocflagsGlauber Costa2012-07-021-5/+5
* slub: refactoring unfreeze_partials()Joonsoo Kim2012-06-201-34/+14
* slub: use __cmpxchg_double_slab() at interrupt disabled placeJoonsoo Kim2012-06-201-3/+9
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2012-06-203-4/+10
* slab: Get rid of obj_size macroChristoph Lameter2012-06-141-26/+21
* mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter2012-06-143-107/+99
* slab: Remove some accessorsChristoph Lameter2012-06-141-27/+8
* slab: Use page struct fields instead of castingChristoph Lameter2012-06-141-4/+4
* slob: Remove various small accessorsChristoph Lameter2012-06-141-40/+9
* slob: No need to zero mapping since it is no longer in useChristoph Lameter2012-06-141-1/+0
* slob: Define page struct fields used in mm_types.hChristoph Lameter2012-06-141-58/+37
* Merge branch 'slub/cleanups' into slab/nextPekka Enberg2012-06-041-81/+92
|\
| * slub: pass page to node_match() instead of kmem_cache_cpu structureChristoph Lameter2012-06-011-4/+6
| * slub: Use page variable instead of c->page.Christoph Lameter2012-06-011-7/+10
| * slub: Separate out kmem_cache_cpu processing from deactivate_slabChristoph Lameter2012-06-011-12/+12
| * slub: Get rid of the node fieldChristoph Lameter2012-06-011-19/+16
| * slub: new_slab_objects() can also get objects from partial listChristoph Lameter2012-06-011-7/+9
| * slub: Simplify control flow in __slab_alloc()Christoph Lameter2012-06-011-8/+6
| * slub: Acquire_slab() avoid loopChristoph Lameter2012-06-011-13/+15
| * slub: Add frozen check in __slab_allocChristoph Lameter2012-06-011-0/+6
| * slub: Use freelist instead of "object" in __slab_allocChristoph Lameter2012-06-011-18/+20
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-011-10/+13
|\ \
| * | slub: use __SetPageSlab function to set PG_slab flagJoonsoo Kim2012-05-181-1/+1
| * | slub: fix a memory leak in get_partial_node()Joonsoo Kim2012-05-181-3/+6
| * | slub: remove unused argument of init_kmem_cache_node()Joonsoo Kim2012-05-161-4/+4
| * | slub: fix a possible memory leakJoonsoo Kim2012-05-161-1/+1
| * | slub: fix incorrect return type of get_any_partial()Joonsoo Kim2012-05-081-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-019-176/+58
|\ \ \
| * | | fs: introduce inode operation ->update_timeJosef Bacik2012-06-012-2/+6
| * | | unexport do_munmap()Al Viro2012-06-011-1/+0
| * | | new helper: vm_mmap_pgoff()Al Viro2012-06-014-57/+36
| * | | kill do_mmap() completelyAl Viro2012-06-012-22/+10
| * | | switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-012-4/+4
| * | | move security_mmap_addr() to saner placeAl Viro2012-06-012-21/+3
| * | | take security_mmap_file() outside of ->mmap_semAl Viro2012-06-012-21/+24
| * | | split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-313-7/+14
| * | | unexport do_mmap()Al Viro2012-05-302-2/+0
| * | | merge do_mremap() into sys_mremap()Al Viro2012-05-301-14/+5
| * | | fs: move file_remove_suid() to fs/inode.cCong Wang2012-05-301-65/+0
| * | | ->encode_fh() API changeAl Viro2012-05-292-8/+4
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-311-8/+8
|\ \ \ \
| * | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-311-8/+8
* | | | | mm: fix vma_resv_map() NULL pointerDave Hansen2012-05-301-1/+2
|/ / / /
* | | | memcg: decrement static keys at real destroy timeGlauber Costa2012-05-291-2/+29