summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-251-1/+4
* | | | mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-1/+11
* | | | mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-253-2/+194
* | | | mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+23
* | | | mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+62
* | | | mm: compaction: memory compaction coreMel Gorman2010-05-255-1/+456
* | | | mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-5/+0Star
* | | | mm: export fragmentation index via debugfsMel Gorman2010-05-251-0/+84
* | | | mm: export unusable free space index via debugfsMel Gorman2010-05-251-1/+149
* | | | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-1/+29
* | | | mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman2010-05-251-3/+14
* | | | mm: migration: allow the migration of PageSwapCache pagesMel Gorman2010-05-251-17/+36
* | | | mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman2010-05-251-0/+11
* | | | mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-253-8/+6Star
* | | | mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-252-5/+17
* | | | mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10
* | | | mincore: do nested page table walksJohannes Weiner2010-05-251-17/+58
* | | | mincore: pass ranges as start,end address pairsJohannes Weiner2010-05-251-30/+27Star
* | | | mincore: break do_mincore() into logical piecesJohannes Weiner2010-05-251-74/+97
* | | | mincore: cleanupsJohannes Weiner2010-05-251-49/+27Star
* | | | cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-257-12/+52
* | | | mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-251-19/+105
* | | | mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn2010-05-251-10/+6Star
* | | | mempolicy: rename policy_types and cleanup initializationLee Schermerhorn2010-05-251-6/+12
* | | | mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn2010-05-251-6/+4Star
* | | | mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn2010-05-251-5/+4Star
* | | | mempolicy: remove redundant checkBob Liu2010-05-251-11/+5Star
* | | | mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu2010-05-251-3/+1Star
* | | | mempolicy: remove redundant codeBob Liu2010-05-251-4/+1Star
* | | | mm: remove return value of putback_lru_pages()Minchan Kim2010-05-251-6/+1Star
* | | | shmem: remove redundant codeHuang Shijie2010-05-251-2/+0Star
* | | | sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu2010-05-251-3/+6
* | | | page allocator: reduce fragmentation in buddy allocator by adding buddies tha...Corrado Zoccolo2010-05-251-5/+25
* | | | tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-05-251-2/+2
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg2010-05-223-92/+160
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | slub: Use alloc_pages_exact_node() for page allocationMinchan Kim2010-05-221-1/+1
| | | | | * | slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng2010-05-221-2/+9
| | | | | * | slub: Potential stack overflowEric Dumazet2010-05-221-9/+16
| | | | | |/
| | | | * | slab: add memory hotplug supportDavid Rientjes2010-04-071-32/+125
| | | * | | slab: Fix missing DEBUG_SLAB last userShiyong Li2010-04-141-4/+4
| | * | | | slab: Fix continuation linesJoe Perches2010-03-281-4/+5
| | | |/ / | | |/| |
| * | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse2010-05-191-8/+0Star
| * | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse2010-05-191-8/+0Star
| * | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse2010-05-191-24/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-222-20/+11Star
|\ \ \ \
| * | | | ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-17/+8Star
| * | | | sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-221-1/+1
| * | | | fs: xattr_handler table should be constStephen Hemminger2010-05-221-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-05-221-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-211-0/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |