aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe5-15/+14
2009-07-10slub: add option to disable higher order debugging slabsDavid Rientjes1-3/+38
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-11/+3
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas1-0/+6
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas1-14/+81
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas1-4/+6
2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas1-3/+40
2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas1-33/+30
2009-07-08kmemleak: Remove the reported leaks number limitationCatalin Marinas1-15/+2
2009-07-07kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas1-8/+11
2009-07-07kmemleak: Renice the scanning thread to +10Catalin Marinas1-0/+1
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-4/+8
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-07-06mm: mark page accessed before we write_end()Josef Bacik1-0/+1
2009-07-06Merge branch 'slab/urgent' into for-linusPekka Enberg3-4/+8
2009-07-04percpu: teach large page allocator about NUMATejun Heo1-76/+282
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo1-35/+94
2009-07-04percpu: drop pcpu_chunk->page[]Tejun Heo1-220/+384
2009-07-04percpu: reorder a few functions in mm/percpu.cTejun Heo1-45/+45
2009-07-04percpu: simplify pcpu_setup_first_chunk()Tejun Heo1-74/+30
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo1-4/+205
2009-07-04percpu: make 4k first chunk allocator map memoryTejun Heo1-17/+54
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo1-1/+84
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo1-12/+6
2009-07-04x86: make pcpu_chunk_addr_search() matching stricterTejun Heo1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo12-243/+193
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-29SLAB: Fix lockdep annotationsPekka Enberg1-3/+3
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-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney3-1/+5
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-24percpu: clean up percpu variable definitionsTejun Heo2-5/+6