aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-04-06percpu: __percpu_depopulate_mask can take a const maskStephen Rothwell
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-03Staging: pohmelfs: kconfig/makefile and vfs changes.Evgeniy Polyakov
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-03kmemtrace, mm: fix slab.h dependency problem in mm/failslab.cPekka Enberg
2009-04-02memcg: cleanup cache_chargeDaisuke Nishimura
2009-04-02memcg: remove redundant message at swaponKAMEZAWA Hiroyuki
2009-04-02cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki
2009-04-02memcg: charge swapcache to proper memcgDaisuke Nishimura
2009-04-02memcg: remove mem_cgroup_calc_mapped_ratio()KOSAKI Motohiro
2009-04-02memcg: show memcg information during OOMBalbir Singh
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki
2009-04-02memcg: fix shrinking memory to return -EBUSY by fixing retry algorithmKAMEZAWA Hiroyuki
2009-04-02memcg: hierarchical statKAMEZAWA Hiroyuki
2009-04-02memcg: use CSS IDKAMEZAWA Hiroyuki
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare
2009-04-02mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky
2009-04-02mm: align vmstat_work's timerAnton Blanchard
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-04-02generic debug pagealloc: build fixAkinobu Mita
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-04-01shmem: writepage directly to swapHugh Dickins
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes
2009-04-01nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=nDavid Howells
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan
2009-04-01generic debug pageallocAkinobu Mita
2009-04-01memdup_user(): introduceLi Zefan
2009-04-01hugetlb: chg cannot become less than 0Roel Kluin
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro
2009-04-01mm: don't free swap slots on page deactivationJohannes Weiner
2009-04-01mm: move pagevec stripping to save unlock-relockJohannes Weiner
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin
2009-04-01vmscan: respect higher order in zone_reclaim()Johannes Weiner
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...KOSAKI Motohiro
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim