aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins1-1/+5
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani1-2/+2
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner2-13/+35
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner1-23/+2
2010-03-06vmscan: factor out page reference checksJohannes Weiner1-13/+43
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes1-2/+6
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-0/+25
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins1-13/+18
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel2-27/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2-0/+31
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel1-3/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel7-76/+248
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina1-1/+1
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2-1/+15
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro1-4/+0
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro1-30/+30
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-0/+4
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro1-13/+39
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro3-17/+13
2010-03-06mm: remove free_hot_page()Li Hong2-8/+4
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro1-0/+2
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro1-9/+14
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim1-10/+12
2010-03-06mm: use rlimit helpersJiri Slaby4-14/+15
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki3-4/+14
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-8/+86
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki6-32/+44
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-243/+125
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-03-04SLUB: Fix per-cpu merge conflictStephen Rothwell1-1/+1
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linusPekka Enberg3-243/+125
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-24/+508
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-155/+98
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu1-4/+7
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-10/+10
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-22/+18
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov3-6/+43
2010-02-26early_res: Add free_early_partial()Yinghai Lu1-3/+0
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King1-3/+1
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2010-02-22x86: Fix non-bootmem compilation on PowerPCYinghai Lu1-0/+2
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin1-21/+15