aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | slub: fix slab_pad_check()Eric Dumazet2009-09-141-1/+1
| | | * | | | | | | | slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng2009-09-031-1/+4
| | | * | | | | | | | SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen2009-08-301-6/+24
| | | * | | | | | | | SLUB: Drop write permission to /proc/slabinfoWANG Cong2009-08-181-1/+1
| | | * | | | | | | | slub: change kmem_cache->align to record the real alignmentZhang, Yanmin2009-08-011-0/+1
| | | * | | | | | | | slub: use size and objsize orders to disable debug flagsDavid Rientjes2009-07-281-21/+19
| | | * | | | | | | | slub: add option to disable higher order debugging slabsDavid Rientjes2009-07-101-3/+38
| | * | | | | | | | | SLUB: Fix some coding style issuesAmerigo Wang2009-08-191-3/+2
| | * | | | | | | | | slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang2009-08-061-0/+5
* | | | | | | | | | | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara2009-09-141-64/+0
* | | | | | | | | | | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara2009-09-141-7/+4
* | | | | | | | | | | vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-141-39/+0
* | | | | | | | | | | vfs: Remove syncing from generic_file_direct_write() and generic_file_buffere...Jan Kara2009-09-141-29/+6
* | | | | | | | | | | vfs: Export __generic_file_aio_write() and add some commentsJan Kara2009-09-141-7/+50
* | | | | | | | | | | vfs: Introduce filemap_fdatawait_rangeJan Kara2009-09-141-0/+20
|/ / / / / / / / / /
* | | | | | | | | | 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