summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-09-10memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-09-10mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim1-3/+4
2010-09-10mm: avoid warning when COMPACTION is selectedAndrea Arcangeli1-1/+1
2010-09-10mm: fix swapin race conditionAndrea Arcangeli2-8/+34
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-6/+0
2010-09-09percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo1-163/+175
2010-09-08percpu: use percpu allocator on UP tooTejun Heo5-41/+66
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo1-0/+2
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2-4/+6
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar32-1520/+2369
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+1
2010-08-29mm: fix hang on anon_vma->root->lockHugh Dickins1-3/+16
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-2/+2
2010-08-27x86: Use memblock to replace early_resYinghai Lu3-46/+18
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu1-0/+36
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu1-0/+6
2010-08-27memblock: Add memblock_free/reserve_reserved_regions()Yinghai Lu1-0/+24
2010-08-27percpu: fix a mismatch between code and commentNamhyung Kim1-1/+1
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie1-1/+3
2010-08-27writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy1-2/+5
2010-08-25Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+10
2010-08-24guard page for stacks that grow upwardsLuck, Tony2-7/+11
2010-08-24writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner1-16/+10
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li1-1/+1
2010-08-23mm: exporting account_page_dirtyMichael Rubin1-0/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-2/+2
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds2-6/+22
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro1-1/+1
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro1-3/+6
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro1-3/+2
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara1-1/+2
2010-08-18shmem: put_super must percpu_counter_destroyHugh Dickins1-2/+6
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-08-15mm/page-writeback: fix non-kernel-doc function commentsRandy Dunlap1-2/+2
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-14NOMMU: Remove an extraneous no_printk()David Howells1-5/+0
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds4-38/+260
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang1-3/+28
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang2-38/+40
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang1-62/+33
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap1-1/+1
2010-08-11memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_idKOSAKI Motohiro1-3/+3
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro2-8/+4
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro2-6/+2
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro1-2/+0