summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt2010-08-051-32/+27
| * | | | | | | memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-051-5/+8
| * | | | | | | memblock: Remove memblock_find()Benjamin Herrenschmidt2010-08-051-32/+0
| * | | | | | | memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt2010-08-041-8/+34
| * | | | | | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-85/+83
| * | | | | | | memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt2010-08-041-1/+1
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-212-1/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-09-171-0/+9
| * | | | | | | x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-231-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-071-6/+6
|\ \ \ \ \ \ \
| * | | | | | | HWPOISON: Stop shrinking at right page countAndi Kleen2010-10-071-1/+1
| * | | | | | | HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen2010-10-071-5/+5
* | | | | | | | memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov2010-10-071-3/+7
* | | | | | | | mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt2010-10-071-2/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | ksm: fix bad user data when swappingHugh Dickins2010-10-041-2/+4
* | | | | | | ksm: fix page_address_in_vma anon_vma oopsHugh Dickins2010-10-041-1/+7
|/ / / / / /
* | | | | | Avoid pgoff overflow in remap_file_pagesLarry Woodman2010-09-251-0/+4
* | | | | | fremap: get rid of broken 'end' variableLinus Torvalds2010-09-241-2/+1
* | | | | | hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi2010-09-231-0/+2
* | | | | | hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi2010-09-231-10/+12
* | | | | | hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi2010-09-231-1/+1
* | | | | | hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi2010-09-231-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-221-0/+1
* | | | | | | oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-221-21/+19
* | | | | | | vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim2010-09-221-8/+35
* | | | | | | oom: always return a badness score of non-zero for eligible tasksDavid Rientjes2010-09-221-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-091-4/+16
* | | | | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-093-3/+37
* | | | | mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-091-4/+5
* | | | | vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki2010-09-091-0/+1
* | | | | swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins2010-09-091-1/+1
* | | | | swap: do not send discards as barriersChristoph Hellwig2010-09-091-6/+3
* | | | | swap: prevent reuse during hibernationHugh Dickins2010-09-091-4/+20
* | | | | swap: revert special hibernation allocationHugh Dickins2010-09-091-72/+22
* | | | | bounce: call flush_dcache_page() after bounce_copy_vec()Gary King2010-09-091-1/+1
* | | | | memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-091-8/+8
* | | | | mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim2010-09-091-3/+4
* | | | | mm: avoid warning when COMPACTION is selectedAndrea Arcangeli2010-09-091-1/+1
* | | | | mm: fix swapin race conditionAndrea Arcangeli2010-09-092-8/+34
* | | | | mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-6/+0
| |_|_|/ |/| | |
* | | | 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
OpenPOWER on IntegriCloud