summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-116-432/+405
|\
| * writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-111-0/+7
| * writeback: add name to backing_dev_infoJens Axboe2009-09-112-0/+2
| * writeback: add some debug inode list counters to bdi statsJens Axboe2009-09-111-4/+34
| * writeback: get rid of pdflush completelyJens Axboe2009-09-112-270/+1
| * writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-113-170/+352
| * writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-112-7/+28
* | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-09-112-92/+250
|\ \ | |/ |/|
| * kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas2009-09-111-1/+2
| * kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez2009-09-081-2/+2
| * kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez2009-09-081-4/+3
| * kmemleak: move common painting code togetherLuis R. Rodriguez2009-09-081-28/+41
| * kmemleak: add clear command supportLuis R. Rodriguez2009-09-081-0/+26
| * kmemleak: use bool for true/false questionsLuis R. Rodriguez2009-09-081-4/+4
| * kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas2009-09-081-17/+5
| * kmemleak: Scan all thread stacksCatalin Marinas2009-09-041-7/+7
| * kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg2009-09-041-2/+10
| * kmemleak: Printing of the objects hex dumpSergey Senozhatsky2009-08-271-0/+39
| * kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas2009-08-271-1/+5
| * kmemleak: Save the stack trace for early allocationsCatalin Marinas2009-08-271-12/+52
| * kmemleak: Mark the early log buffer as __initdataCatalin Marinas2009-08-271-12/+14
| * kmemleak: Dump object information on requestCatalin Marinas2009-08-271-0/+25
| * kmemleak: Allow rescheduling during an object scanningCatalin Marinas2009-08-271-4/+17
* | shmfs: use 'check_acl' instead of 'permission'Linus Torvalds2009-09-082-13/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-051-1/+14
|\ \
| * | percpu: don't assume existence of cpu0Tejun Heo2009-09-011-1/+14
* | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2009-09-051-2/+2
|\ \ \
| * | | slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet2009-09-031-2/+2
| | |/ | |/|
* | | page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman2009-09-051-2/+4
* | | nommu: fix error handling in do_mmap_pgoff()David Howells2009-09-051-2/+1
|/ /
* | mm: fix for infinite churning of mlocked pagesMinchan Kim2009-08-262-2/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-08-181-16/+19
|\ \ | |/
| * percpu: use the right flag for get_vm_area()Amerigo Wang2009-08-141-1/+1
| * percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-141-15/+18
* | mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu2009-08-181-1/+3
* | nommu: check fd read permission in validate_mmap_request()Graff Yang2009-08-181-0/+4
* | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-25/+39
* | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-173-9/+3
|/
* mempool.c: clean up type-castingFigo.zhang2009-08-101-2/+2
* mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-26/+58
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-07-291-2/+2
|\
| * PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins2009-07-291-2/+2
* | page-allocator: allow too high-order warning messages to be suppressed with _...Mel Gorman2009-07-291-1/+3
* | cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-3/+20
* | hugetlbfs: fix i_blocks accountingEric Sandeen2009-07-291-1/+1
* | mm: avoid endless looping for oom killed tasksDavid Rientjes2009-07-291-0/+4
* | page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman2009-07-291-4/+9
* | kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas2009-07-291-3/+1
|/
* mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-5/+6
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-07-124-87/+179
|\
OpenPOWER on IntegriCloud