aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+21
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar1-30/+1
2009-06-30Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-96/+70
2009-06-30x86: only clear node_states for 64bitYinghai Lu1-6/+7
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy1-1/+4
2009-06-30dmapools: protect page_list walk in show_pools()Thomas Gleixner1-0/+2
2009-06-29kmemleak: Do not warn if an unknown object is freedCatalin Marinas1-0/+2
2009-06-29kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas1-5/+10
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+14
2009-06-26kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas1-1/+6
2009-06-26kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas1-50/+40
2009-06-26kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas1-45/+16
2009-06-26kmemleak: Enable task stacks scanning by defaultCatalin Marinas1-1/+1
2009-06-26nommu: provide follow_pfn().Paul Mundt1-0/+21
2009-06-25clarify get_user_pages() prototypePeter Zijlstra2-21/+17
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas1-2/+3
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current}Linus Torvalds1-4/+1
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro1-4/+1
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-24switch shmem to inode->i_aclAl Viro2-28/+10
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich1-3/+3
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins2-18/+16
2009-06-23Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-28/+24
2009-06-23mm: don't rely on flags coincidenceHugh Dickins1-2/+4
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins1-8/+9
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki1-1/+1
2009-06-23kmemleak: use pr_fmtJoe Perches1-28/+24
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo1-4/+9
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo1-6/+5
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-4/+4
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner1-5/+4
2009-06-19bootmem.c: avoid c90 declaration warningJoe Perches1-5/+9
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt3-24/+6
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki2-2/+15
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki1-0/+19
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki2-9/+24
2009-06-18memcg: remove some redundant checksLi Zefan2-15/+4
2009-06-18memcg: add file-based RSS accountingBalbir Singh3-2/+71
2009-06-18cgroups: make messages more readableRandy Dunlap1-7/+7
2009-06-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-12/+15
2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas1-4/+4
2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas1-6/+6
2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas1-2/+5
2009-06-17Merge branch 'slub/earlyboot' into for-linusPekka Enberg1-4/+14
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linusPekka Enberg4-22/+84
2009-06-16Merge branch 'akpm'Linus Torvalds30-875/+1598
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki1-9/+1
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2-0/+6