summaryrefslogtreecommitdiff
path: root/mm (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | memblock: Add debugfs files to dump the arrays contentBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: NUMA allocate can now use early_pfn_mapBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Add "start" argument to memblock_find_base()Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Add arch function to control coalescing of memblock memory regionsBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Add array resizing supportBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Move functions around into a more sensible orderBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: split memblock_find_base() out of __memblock_alloc_base()Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Move memblock_init() to the bottom of the fileBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Make memblock_find_region() out of memblock_alloc_region()Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Remove memblock_find()Benjamin Herrenschmidt2010-08-05
| * | | | | | | | | | memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt2010-08-04
| * | | | | | | | | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-04
| * | | | | | | | | | memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt2010-08-04
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-09-17
| * | | | | | | | | | x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-23
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-07
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | HWPOISON: Stop shrinking at right page countAndi Kleen2010-10-07
| * | | | | | | | | | HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen2010-10-07
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | memcg: fix thresholds with use_hierarchy == 1Kirill A. Shutemov2010-10-07
* | | | | | | | | | mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt2010-10-07
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | ksm: fix bad user data when swappingHugh Dickins2010-10-04
* | | | | | | | | ksm: fix page_address_in_vma anon_vma oopsHugh Dickins2010-10-04
|/ / / / / / / /
* | | | | | | | Avoid pgoff overflow in remap_file_pagesLarry Woodman2010-09-25
* | | | | | | | fremap: get rid of broken 'end' variableLinus Torvalds2010-09-24
* | | | | | | | hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi2010-09-23
* | | | | | | | hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi2010-09-23
* | | | | | | | hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi2010-09-23
* | | | | | | | hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi2010-09-23
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-23
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-21
* | | | | | | | | mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-22
* | | | | | | | | oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-22
* | | | | | | | | vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim2010-09-22
* | | | | | | | | oom: always return a badness score of non-zero for eligible tasksDavid Rientjes2010-09-22
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | bdi: Initialize noop_backing_dev_info properlyJan Kara2010-09-22
| | |_|_|/ / / / | |/| | | | | |
* / | | | | | | mm: further fix swapin race conditionHugh Dickins2010-09-20
|/ / / / / / /