aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn1-10/+6
2010-05-25mempolicy: rename policy_types and cleanup initializationLee Schermerhorn1-6/+12
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn1-6/+4
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn1-5/+4
2010-05-25mempolicy: remove redundant checkBob Liu1-11/+5
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu1-3/+1
2010-05-25mempolicy: remove redundant codeBob Liu1-4/+1
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim1-6/+1
2010-05-25shmem: remove redundant codeHuang Shijie1-2/+0
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu1-3/+6
2010-05-25page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free listsCorrado Zoccolo1-5/+25
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
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