aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2011-03-28Merge commit 'v2.6.37.6' into yocto/standard/basetzanussi/romley-machineBruce Ashfield
2011-03-27fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2011-03-27oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes
2011-03-27oom: skip zombies when iterating tasklistAndrey Vagin
2011-03-27oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes
2011-03-27mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman
2011-03-27shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-27Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg
2011-03-24Merge commit 'v2.6.37.4' into yocto/standard/baseBruce Ashfield
2011-03-14mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-03-09Merge commit 'v2.6.37.3' into yocto/standard/baseBruce Ashfield
2011-03-07mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman
2011-03-07mm: fix dubious code in __count_immobile_pages()Namhyung Kim
2011-03-07mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-17Merge remote branch '2.6.37.y/master' into yocto/standard/baseBruce Ashfield
2011-02-17memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki
2011-02-17memsw: handle swapaccount kernel parameter correctlyMichal Hocko
2011-02-17mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2011-02-17slub: Avoid use of slub_lock in show_slab_objects()Christoph Lameter
2011-02-17memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki
2011-02-17mm: fix hugepage migrationHugh Dickins
2011-02-17mm: fix migration hangs on anon_vma lockHugh Dickins
2011-02-17mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman
2011-02-02export-vmalloc-sync-all-symbol-fixMathieu Desnoyers
2011-02-02markers-update-to-channel-apiMathieu Desnoyers
2011-02-02lttng-statedump/lttng-statedump-swapMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-page-cache-transitionMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-hugetlbMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-page_allocMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-memoryMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-swapMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-filemapMathieu Desnoyers
2011-02-02lttng-instrumentation/lttng-instrumentation-mm-tracepoints-probesMathieu Desnoyers
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki
2010-12-27Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz
2010-12-22writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang
2010-12-22mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki
2010-12-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro