aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev2009-03-301-1/+1
* | CacheFiles: Permit the page lock state to be monitoredDavid Howells2009-04-031-0/+18
* | FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-036-19/+23
* | FS-Cache: Release page->private after failed readaheadDavid Howells2009-04-031-2/+37
* | memcg: cleanup cache_chargeDaisuke Nishimura2009-04-021-37/+23
* | memcg: remove redundant message at swaponKAMEZAWA Hiroyuki2009-04-021-7/+0
* | cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki2009-04-022-30/+76
* | memcg: charge swapcache to proper memcgDaisuke Nishimura2009-04-021-2/+13
* | memcg: remove mem_cgroup_calc_mapped_ratio()KOSAKI Motohiro2009-04-021-17/+0
* | memcg: show memcg information during OOMBalbir Singh2009-04-022-0/+70
* | memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki2009-04-021-2/+28
* | memcg: fix shrinking memory to return -EBUSY by fixing retry algorithmKAMEZAWA Hiroyuki2009-04-021-12/+59
* | memcg: hierarchical statKAMEZAWA Hiroyuki2009-04-021-41/+119
* | memcg: use CSS IDKAMEZAWA Hiroyuki2009-04-021-138/+82
* | cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki2009-04-021-2/+3
* | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-2/+1
* | mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky2009-04-021-2/+2
* | mm: align vmstat_work's timerAnton Blanchard2009-04-021-2/+3
* | nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-022-30/+25
* | generic debug pagealloc: build fixAkinobu Mita2009-04-021-0/+9
* | shmem: writepage directly to swapHugh Dickins2009-04-011-2/+1
* | vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki2009-04-012-3/+13
* | vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes2009-04-011-2/+3
* | nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=nDavid Howells2009-04-011-1/+0
* | nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells2009-04-012-3/+13
* | mm: introduce debug_kmap_atomicAkinobu Mita2009-04-011-0/+45
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-4/+22
* | mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan2009-04-011-9/+11
* | generic debug pageallocAkinobu Mita2009-04-013-0/+147
* | memdup_user(): introduceLi Zefan2009-04-011-0/+30
* | hugetlb: chg cannot become less than 0Roel Kluin2009-04-011-3/+3
* | mm: remove pagevec_swap_free()KOSAKI Motohiro2009-04-011-23/+0
* | mm: don't free swap slots on page deactivationJohannes Weiner2009-04-011-3/+0
* | mm: move pagevec stripping to save unlock-relockJohannes Weiner2009-04-011-5/+2
* | vfs: add/use account_page_dirtied()Edward Shishkin2009-04-011-7/+15
* | vmscan: respect higher order in zone_reclaim()Johannes Weiner2009-04-011-0/+1
* | mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...KOSAKI Motohiro2009-04-011-0/+5
* | vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner2009-04-011-1/+1
* | mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim2009-04-011-22/+24
* | mm: don't call mark_page_accessed() in do_swap_page()KOSAKI Motohiro2009-04-011-2/+0
* | mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-013-33/+8
* | vmscan: rename sc.may_swap to may_unmapJohannes Weiner2009-04-011-10/+10
* | oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov2009-04-011-7/+5
* | vmap: remove needless lock and list in vmapMinChan Kim2009-04-011-16/+3
* | mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov2009-04-011-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-303-3/+3
|\ \
| * | cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-302-2/+2
| * | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-301-1/+1
| |/
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-305-0/+14
|\ \