summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas
2009-08-27kmemleak: Dump object information on requestCatalin Marinas
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu
2009-08-18nommu: check fd read permission in validate_mmap_request()Graff Yang
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo
2009-08-10mempool.c: clean up type-castingFigo.zhang
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with _...Mel Gorman
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt
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