aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-16Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-15Merge branch 'for-next' into for-linusTejun Heo
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig
2009-09-14vfs: Remove syncing from generic_file_direct_write() and generic_file_buffere...Jan Kara
2009-09-14vfs: Export __generic_file_aio_write() and add some commentsJan Kara
2009-09-14vfs: Introduce filemap_fdatawait_rangeJan Kara
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-14slub: fix slab_pad_check()Eric Dumazet
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-09-11kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-11writeback: add some debug inode list counters to bdi statsJens Axboe
2009-09-11writeback: get rid of pdflush completelyJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesJoerg Roedel
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds
2009-09-08kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez
2009-09-08kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez
2009-09-08kmemleak: move common painting code togetherLuis R. Rodriguez
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman
2009-09-05nommu: fix error handling in do_mmap_pgoff()David Howells
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-09-03slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet
2009-09-03slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng
2009-09-01percpu: don't assume existence of cpu0Tejun Heo
2009-08-31mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition setH. Peter Anvin