aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-09mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-09mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-09vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki
2010-09-09swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins
2010-09-09swap: do not send discards as barriersChristoph Hellwig
2010-09-09swap: prevent reuse during hibernationHugh Dickins
2010-09-09swap: revert special hibernation allocationHugh Dickins
2010-09-09bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-09-09memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-09mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim
2010-09-09mm: avoid warning when COMPACTION is selectedAndrea Arcangeli
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-08-28mm: fix hang on anon_vma->root->lockHugh Dickins
2010-08-27percpu: fix a mismatch between code and commentNamhyung Kim
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie
2010-08-27writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy
2010-08-25Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-24writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner
2010-08-22mm: exporting account_page_dirtyMichael Rubin
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara
2010-08-17shmem: put_super must percpu_counter_destroyHugh Dickins
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-14mm/page-writeback: fix non-kernel-doc function commentsRandy Dunlap
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13NOMMU: Remove an extraneous no_printk()David Howells
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap
2010-08-11memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_idKOSAKI Motohiro
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro