aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-11writeback: add some debug inode list counters to bdi statsJens Axboe
2009-09-11writeback: get rid of pdflush completelyJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds
2009-09-08kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez
2009-09-08kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez
2009-09-08kmemleak: move common painting code togetherLuis R. Rodriguez
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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman
2009-09-05nommu: fix error handling in do_mmap_pgoff()David Howells
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet
2009-09-01percpu: don't assume existence of cpu0Tejun Heo
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