aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linusPekka Enberg3-92/+160
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim1-1/+1
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng1-2/+9
2010-05-22slub: Potential stack overflowEric Dumazet1-9/+16
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-20/+11
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-17/+8
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-2/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+5
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-0/+5
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe9-525/+675
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe1-1/+1
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+2
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe2-5/+11
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-473/+667
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse1-8/+0
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse1-8/+0
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse1-24/+0
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta1-0/+4
2010-05-18swap: Add flag to identify block swap devicesNitin Gupta1-0/+1
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-41/+0
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-2/+2
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-4/+0
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-14/+5
2010-05-11rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi1-5/+4
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killerMel Gorman1-1/+1
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+16
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin1-1/+1
2010-05-04memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney1-5/+16
2010-05-01percpu: implement kernel memory based chunk allocationTejun Heo2-0/+108
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo2-428/+475
2010-05-01percpu: misc preparations for nommu supportTejun Heo1-55/+56
2010-05-01percpu: reorganize chunk creation and destructionTejun Heo1-24/+46
2010-05-01percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys()Tejun Heo1-8/+24
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar6-14/+53
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe6-25/+69
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-3/+6
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+34
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel1-1/+2
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-0/+5
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter1-6/+6
2010-04-24rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov1-4/+5
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-04-24memcg: fix prepare migrationAndrea Arcangeli1-2/+2
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar6-56/+118
2010-04-23Merge branch 'master' into for-nextJiri Kosina41-170/+357
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe1-0/+29
2010-04-19rmap: add exclusively owned pages to the newest anon_vmaRik van Riel1-11/+16