aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas
2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas
2009-07-08kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas
2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas
2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas
2009-07-08kmemleak: Remove the reported leaks number limitationCatalin Marinas
2009-07-07kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas
2009-07-07kmemleak: Renice the scanning thread to +10Catalin Marinas
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2009-07-06Fix virt_to_phys() warningsKevin Cernekee
2009-07-06mm: mark page accessed before we write_end()Josef Bacik
2009-07-06Merge branch 'slab/urgent' into for-linusPekka Enberg
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar
2009-06-30Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-30x86: only clear node_states for 64bitYinghai Lu
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy
2009-06-30dmapools: protect page_list walk in show_pools()Thomas Gleixner
2009-06-29kmemleak: Do not warn if an unknown object is freedCatalin Marinas
2009-06-29kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas
2009-06-29SLAB: Fix lockdep annotationsPekka Enberg
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-26kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas
2009-06-26kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas
2009-06-26kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas
2009-06-26kmemleak: Enable task stacks scanning by defaultCatalin Marinas
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney
2009-06-26nommu: provide follow_pfn().Paul Mundt
2009-06-25clarify get_user_pages() prototypePeter Zijlstra
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds
2009-06-24switch shmem to inode->i_aclAl Viro
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins
2009-06-23Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-23mm: don't rely on flags coincidenceHugh Dickins
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki
2009-06-23kmemleak: use pr_fmtJoe Perches
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner