aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-19Merge remote branch 'linux-linaro-2.6.35/master' into linaroJohn Rigby
2010-10-19ARM: use memblock to remove memory from available memoryRussell King - ARM Linux
2010-10-07Merge remote branch 'remotes/linux-linaro-2.6.35/master'John Rigby
2010-09-27Merge commit 'v2.6.35.6' into linaro-2.6.35Nicolas Pitre
2010-09-26guard page for stacks that grow upwardsLuck, Tony
2010-09-26mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-26mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-26mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-26percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-26vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim
2010-09-26mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli
2010-09-26bdi: Initialize noop_backing_dev_info properlyJan Kara
2010-09-26mm: further fix swapin race conditionHugh Dickins
2010-09-26mm: fix swapin race conditionAndrea Arcangeli
2010-09-22Merge commit 'v2.6.35.5' into linaro-2.6.35Nicolas Pitre
2010-09-20memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-20mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim
2010-09-20bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-09-20swap: do not send discards as barriersChristoph Hellwig
2010-09-20swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins
2010-09-20swap: prevent reuse during hibernationHugh Dickins
2010-09-20writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner
2010-09-16Merge Ubuntu-2.6.35-22.32 into linux-linaro-2.6.35-16Sep2010John Rigby
2010-09-14(pre-stable) mm: Move vma_stack_continue into mm.hStefan Bader
2010-09-14(pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-09-02UBUNTU: SAUCE: add tracing for user initiated readahead requestsAndy Whitcroft
2010-09-02UBUNTU: SAUCE: x86: brk away from exec rand areaKees Cook
2010-09-02UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32Kees Cook
2010-09-02UBUNTU: SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcacheTim Gardner
2010-08-30Merge commit 'v2.6.35.4' into linaro-2.6.35Nicolas Pitre
2010-08-26slab: fix object alignmentCarsten Otte
2010-08-26mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20Merge commit 'v2.6.35.3' into linaro_stable_10.11Nicolas Pitre
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-19Merge commit 'linaro_merge_100811'; commit 'v2.6.35.2' into linaro_stable_10.11Nicolas Pitre
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-09kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas
2010-08-09kmemleak: Introduce a default off mode for kmemleakJason Baron
2010-08-09kmemleak: Show more information for objects found by aliasCatalin Marinas
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-19Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas