summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Avoid pgoff overflow in remap_file_pagesLarry Woodman2010-09-251-0/+4
* fremap: get rid of broken 'end' variableLinus Torvalds2010-09-241-2/+1Star
* hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi2010-09-241-0/+2
* hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi2010-09-241-10/+12
* hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi2010-09-241-1/+1
* hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi2010-09-241-6/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-231-1/+1
|\
| * percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-211-1/+1
* | mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-231-0/+1
* | oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-231-21/+19Star
* | vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim2010-09-231-8/+35
* | oom: always return a badness score of non-zero for eligible tasksDavid Rientjes2010-09-231-2/+7
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-221-0/+2
|\ \ | |/ |/|
| * bdi: Initialize noop_backing_dev_info properlyJan Kara2010-09-221-0/+2
* | mm: further fix swapin race conditionHugh Dickins2010-09-201-3/+5
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-101-2/+5
|\
| * writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy2010-08-271-2/+5
* | mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-101-4/+16
* | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-103-3/+37
* | mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-101-4/+5
* | vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki2010-09-101-0/+1
* | swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins2010-09-101-1/+1
* | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3Star
* | swap: prevent reuse during hibernationHugh Dickins2010-09-101-4/+20
* | swap: revert special hibernation allocationHugh Dickins2010-09-101-72/+22Star
* | bounce: call flush_dcache_page() after bounce_copy_vec()Gary King2010-09-101-1/+1
* | memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-101-8/+8
* | mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim2010-09-101-3/+4
* | mm: avoid warning when COMPACTION is selectedAndrea Arcangeli2010-09-101-1/+1
* | mm: fix swapin race conditionAndrea Arcangeli2010-09-102-8/+34
* | mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-6/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-072-4/+6
|\ \
| * | percpu: fix a mismatch between code and commentNamhyung Kim2010-08-271-1/+1
| * | percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie2010-08-271-1/+3
| * | percpu: add __percpu notations to UP allocatorNamhyung Kim2010-08-071-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-08-281-0/+1
|\ \ \
| * | | mm: exporting account_page_dirtyMichael Rubin2010-08-231-0/+1
* | | | mm: fix hang on anon_vma->root->lockHugh Dickins2010-08-281-3/+16
* | | | Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-251-16/+10Star
|\ \ \ \
| * | | | writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner2010-08-241-16/+10Star
| | |_|/ | |/| |
* / | | guard page for stacks that grow upwardsLuck, Tony2010-08-242-7/+11
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-08-221-2/+2
|\ \ \
| * | | slab: fix object alignmentCarsten Otte2010-08-091-2/+2
| | |/ | |/|
* | | mm: make stack guard page logic use vm_prev pointerLinus Torvalds2010-08-211-4/+11
* | | mm: make the mlock() stack guard page checks stricterLinus Torvalds2010-08-211-5/+16
* | | mm: make the vma list be doubly linkedLinus Torvalds2010-08-212-6/+22
* | | oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro2010-08-201-1/+1
* | | oom: fix tasklist_lock leakKOSAKI Motohiro2010-08-201-3/+6
* | | oom: fix NULL pointer dereferenceKOSAKI Motohiro2010-08-201-3/+2Star
* | | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara2010-08-201-1/+2