summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-01-14mm: unify module_alloc code for vmallocDavid Rientjes1-21/+29
2011-01-14mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes2-13/+10
2011-01-14mm: remove unused get_vm_area_nodeDavid Rientjes1-7/+0
2011-01-14mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman1-35/+35
2011-01-14mm: compaction: perform a faster migration scan when migrating asynchronouslyMel Gorman1-0/+15
2011-01-14mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman4-8/+10
2011-01-14mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman7-26/+49
2011-01-14mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman4-49/+175
2011-01-14mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman1-18/+28
2011-01-14mm: compaction: add trace events for memory compaction activityMel Gorman1-1/+13
2011-01-14mm: convert sprintf_symbol to %pSJoe Perches2-14/+6
2011-01-14mm: find_get_pages_contig fixletNick Piggin1-3/+10
2011-01-14vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro1-46/+46
2011-01-14mm/page-writeback.c: fix __set_page_dirty_no_writeback() return valueBob Liu1-1/+1
2011-01-14mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman2-31/+24
2011-01-14mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman4-40/+107
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds5-5/+5
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-22/+46
2011-01-09Merge branch 'slab/next' into for-linusPekka Enberg2-22/+46
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds3-45/+118
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin4-97/+1
2011-01-04writeback: fix global_dirty_limits comment runtime -> real-timeMinchan Kim1-1/+1
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki1-10/+9
2010-12-27Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+27
2010-12-27mm/rmap.c: fix commentFigo.zhang1-1/+1
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-1/+1
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt1-1/+26
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt1-0/+1
2010-12-23mm/migrate.c: fix compilation errorMichal Nazarewicz1-0/+2
2010-12-23writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang1-1/+1
2010-12-23mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim1-1/+0
2010-12-22Merge branch 'master' into for-nextJiri Kosina17-98/+185
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo1-1/+1
2010-12-18vmstat: User per cpu atomics to avoid interrupt disable / enableChristoph Lameter1-14/+87
2010-12-17vmstat: Use this_cpu_inc_return for vm statisticsChristoph Lameter1-6/+2
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo4-4/+28
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-3/+3
2010-12-17vmstat: Optimize zone counter modifications through the use of this cpu opera...Christoph Lameter1-20/+28
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2-2/+2
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-0/+16
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl1-6/+2
2010-12-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+12
2010-12-07PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-7/+12
2010-12-06Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2