aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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
2009-08-30SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas
2009-08-27kmemleak: Dump object information on requestCatalin Marinas
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim
2009-08-19SLUB: Fix some coding style issuesAmerigo Wang
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds