aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS), fix SLOBIngo Molnar2009-03-301-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar2009-02-151-2/+1
| * | | | | | | | | | | | | | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-145-0/+15
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-301-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/coreIngo Molnar2009-03-287-74/+112
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar2009-03-187-26/+1475
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | / | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | | | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-142-3/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / / / / / / / / / / / / / / | | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | / / / / / / / / / / / / / / / / / / / / / / | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | / / / / / / / / / / / / / / / / / / / / / | | | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | / | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | | | | VM, x86, PAT: add a new vm flag to track full pfnmap at mmapPallipadi, Venkatesh2009-03-141-2/+2