summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu2008-12-291-6/+31
| | | * | | | | | | | | | | | | | | | | | | | | kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu2008-12-291-7/+64
| | | * | | | | | | | | | | | | | | | | | | | | kmemtrace: Core implementation.Eduard - Gabriel Munteanu2008-12-292-0/+336
| | | * | | | | | | | | | | | | | | | | | | | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-12-292-28/+28
* | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-054-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-314-7/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-3012-101/+290
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar2009-03-134-7/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-134-7/+9
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-131-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | / / / | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | 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