aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan1-0/+1
2009-09-18mm: Fix problem of parameter in noteJianjun Kong1-1/+1
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-6/+3
2009-09-16Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-38/+74
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe1-1/+13
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-10/+2
2009-09-16writeback: use RCU to protect bdi_listJens Axboe2-25/+59
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-2/+0
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar1-0/+2
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-6/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds8-379/+1426
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-15Merge branch 'for-next' into for-linusTejun Heo8-379/+1426
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+4
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds2-14/+73
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg2-14/+73
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-64/+0
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-7/+4
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-39/+0
2009-09-14vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()Jan Kara1-29/+6
2009-09-14vfs: Export __generic_file_aio_write() and add some commentsJan Kara1-7/+50
2009-09-14vfs: Introduce filemap_fdatawait_rangeJan Kara1-0/+20
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-2/+4
2009-09-14slub: fix slab_pad_check()Eric Dumazet1-1/+1
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-10hugetlbfs: export vma_kernel_pagsize to modulesJoerg Roedel1-0/+1
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-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng1-1/+4