summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-254-0/+88
* mm: compaction: memory compaction coreMel Gorman2010-05-2510-1/+472
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-252-5/+5
* 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-253-2/+38
* 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-254-40/+24Star
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-253-5/+40
* mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10
* pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi2010-05-251-0/+4
* 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-2511-20/+148
* mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-253-24/+119
* mempolicy: document cpuset interaction with tmpfs mpol mount optionLee Schermerhorn2010-05-251-1/+9
* 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-252-8/+3Star
* 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-252-12/+2Star
* xtensa: includecheck fix: vectors.SJaswinder Singh Rajput2010-05-251-2/+0Star
* xtensa: convert to asm-generic/hardirq.hChristoph Hellwig2010-05-252-21/+3Star
* xtensa: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2010-05-244-8/+8
|\
| * cmd640: fix kernel oops in test_irq() methodSergei Shtylyov2010-05-111-4/+2Star
| * pdc202xx_old: ignore "FIFO empty" bit in test_irq() methodSergei Shtylyov2010-04-231-2/+2
| * pdc202xx_old: wire test_irq() method for PDC2026xSergei Shtylyov2010-04-231-0/+1
| * IDE: pass IRQ flags to the IDE coreYegor Yefremov2010-04-151-0/+1
| * ide: fix comment typo in ide.hSergei Shtylyov2010-04-151-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-05-2448-3241/+1938Star
|\ \
| * | Blackfin: SMP: fix continuation linesJoe Perches2010-05-221-2/+2
| * | Blackfin: acvilon: fix timeout usage for I2CWolfram Sang2010-05-221-1/+2
| * | Blackfin: fix typo in BF537 IRQ commentMichael Hennerich2010-05-221-1/+1
| * | Blackfin: unify duplicate MEM_MT48LC32M8A2_75 kconfig optionsMike Frysinger2010-05-221-6/+1Star
| * | Blackfin: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-221-0/+2
| * | Blackfin: use atomic kmalloc in L1 alloc so it too can be atomicMike Frysinger2010-05-221-1/+2
| * | Blackfin: another year of changes (update copyright in boot log)Mike Frysinger2010-05-221-2/+2
| * | Blackfin: optimize strncpy a bitRobin Getz2010-05-222-13/+47