aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-432/+405
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2-92/+250
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas1-1/+2
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe2-0/+2
2009-09-11writeback: add some debug inode list counters to bdi statsJens Axboe1-4/+34
2009-09-11writeback: get rid of pdflush completelyJens Axboe2-270/+1
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe3-170/+352
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2-7/+28
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds2-13/+4
2009-09-08kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez1-2/+2
2009-09-08kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez1-4/+3
2009-09-08kmemleak: move common painting code togetherLuis R. Rodriguez1-28/+41
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez1-0/+26
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez1-4/+4
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas1-17/+5
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+14
2009-09-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-2/+2
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is disabledMel Gorman1-2/+4
2009-09-05nommu: fix error handling in do_mmap_pgoff()David Howells1-2/+1
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas1-7/+7
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg1-2/+10
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet1-2/+2
2009-09-01percpu: don't assume existence of cpu0Tejun Heo1-1/+14
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky1-0/+39
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas1-1/+5
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas1-12/+52
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas1-12/+14
2009-08-27kmemleak: Dump object information on requestCatalin Marinas1-0/+25
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas1-4/+17
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim2-2/+8
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-16/+19
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu1-1/+3
2009-08-18nommu: check fd read permission in validate_mmap_request()Graff Yang1-0/+4
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-25/+39
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris3-9/+3
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang1-1/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-15/+18
2009-08-10mempool.c: clean up type-castingFigo.zhang1-2/+2
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki1-26/+58
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+2
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARNMel Gorman1-1/+3
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-3/+20
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen1-1/+1
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes1-0/+4
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman1-4/+9
2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas1-3/+1
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins1-2/+2
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-5/+6
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds4-87/+179