aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-09-18headers: taskstats_kern.h trimGravatar Alexey Dobriyan 1-0/+1
2009-09-18mm: Fix problem of parameter in noteGravatar Jianjun Kong 1-1/+1
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-6/+3
2009-09-16Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-38/+74
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Gravatar Jens Axboe 1-1/+13
2009-09-16writeback: separate starting of sync vs opportunistic writebackGravatar Jens Axboe 1-10/+2
2009-09-16writeback: use RCU to protect bdi_listGravatar Jens Axboe 2-25/+59
2009-09-16writeback: get rid of wbc->for_writepagesGravatar Jens Axboe 1-2/+0
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGGravatar Ingo Molnar 1-0/+2
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 1-6/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 8-379/+1426
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-09-15Merge branch 'for-next' into for-linusGravatar Tejun Heo 8-379/+1426
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+4
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 2-14/+73
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusGravatar Pekka Enberg 2-14/+73
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Gravatar Jan Kara 1-64/+0
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Gravatar Jan Kara 1-7/+4
2009-09-14vfs: Rename generic_file_aio_write_nolockGravatar Christoph Hellwig 1-39/+0
2009-09-14vfs: Remove syncing from generic_file_direct_write() and generic_file_buffere...Gravatar Jan Kara 1-29/+6
2009-09-14vfs: Export __generic_file_aio_write() and add some commentsGravatar Jan Kara 1-7/+50
2009-09-14vfs: Introduce filemap_fdatawait_rangeGravatar Jan Kara 1-0/+20
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardGravatar Christoph Hellwig 1-2/+4
2009-09-14slub: fix slab_pad_check()Gravatar Eric Dumazet 1-1/+1
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 6-432/+405
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 2-92/+250
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageGravatar Catalin Marinas 1-1/+2
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyGravatar Jens Axboe 1-0/+7
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 2-0/+2
2009-09-11writeback: add some debug inode list counters to bdi statsGravatar Jens Axboe 1-4/+34
2009-09-11writeback: get rid of pdflush completelyGravatar Jens Axboe 2-270/+1
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 3-170/+352
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoGravatar Jens Axboe 2-7/+28
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesGravatar Joerg Roedel 1-0/+1
2009-09-08shmfs: use 'check_acl' instead of 'permission'Gravatar Linus Torvalds 2-13/+4
2009-09-08kmemleak: fix sparse warning for static declarationsGravatar Luis R. Rodriguez 1-2/+2
2009-09-08kmemleak: fix sparse warning over overshadowed flagsGravatar Luis R. Rodriguez 1-4/+3
2009-09-08kmemleak: move common painting code togetherGravatar Luis R. Rodriguez 1-28/+41
2009-09-08kmemleak: add clear command supportGravatar Luis R. Rodriguez 1-0/+26
2009-09-08kmemleak: use bool for true/false questionsGravatar Luis R. Rodriguez 1-4/+4
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Gravatar Catalin Marinas 1-17/+5
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+14
2009-09-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is ...Gravatar Mel Gorman 1-2/+4
2009-09-05nommu: fix error handling in do_mmap_pgoff()Gravatar David Howells 1-2/+1
2009-09-04kmemleak: Scan all thread stacksGravatar Catalin Marinas 1-7/+7
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledGravatar Pekka Enberg 1-2/+10
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUGravatar Eric Dumazet 1-2/+2
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addGravatar Xiaotian Feng 1-1/+4