summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa
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-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-04Merge branch 'slub/cleanups' into slab/nextPekka Enberg
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-06-01unexport do_munmap()Al Viro
2012-06-01new helper: vm_mmap_pgoff()Al Viro
2012-06-01kill do_mmap() completelyAl Viro
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01move security_mmap_addr() to saner placeAl Viro
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro
2012-06-01slub: pass page to node_match() instead of kmem_cache_cpu structureChristoph Lameter
2012-06-01slub: Use page variable instead of c->page.Christoph Lameter
2012-06-01slub: Separate out kmem_cache_cpu processing from deactivate_slabChristoph Lameter
2012-06-01slub: Get rid of the node fieldChristoph Lameter
2012-06-01slub: new_slab_objects() can also get objects from partial listChristoph Lameter
2012-06-01slub: Simplify control flow in __slab_alloc()Christoph Lameter
2012-06-01slub: Acquire_slab() avoid loopChristoph Lameter
2012-06-01slub: Add frozen check in __slab_allocChristoph Lameter
2012-06-01slub: Use freelist instead of "object" in __slab_allocChristoph Lameter
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-30unexport do_mmap()Al Viro
2012-05-30merge do_mremap() into sys_mremap()Al Viro
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen
2012-05-29->encode_fh() API changeAl Viro
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa
2012-05-29memcg: always free struct memcg through schedule_work()Glauber Costa
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins
2012-05-29mm: memcg: print statistics from live countersJohannes Weiner
2012-05-29mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner
2012-05-29mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner
2012-05-29mm: memcg: print statistics directly to seq_fileJohannes Weiner
2012-05-29mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner
2012-05-29mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki