summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-02-13Merge commit 'kmemleak/kmemleak'Stephen Rothwell
2009-02-13Merge commit 'trivial/for-next'Stephen Rothwell
2009-02-13Merge commit 'kmemcheck/auto-kmemcheck-next'Stephen Rothwell
2009-02-13Merge commit 'security-testing/next'Stephen Rothwell
2009-02-13Merge commit 'slab/for-next'Stephen Rothwell
2009-02-13Merge branch 'quilt/rr'Stephen Rothwell
2009-02-13Merge commit 'nfs/linux-next'Stephen Rothwell
2009-02-13Merge commit 'ftrace/auto-ftrace-next'Stephen Rothwell
2009-02-13Merge commit 'x86/auto-x86-next'Stephen Rothwell
2009-02-12Merge branch 'cachefs' into nextTrond Myklebust
2009-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin
2009-02-12Merge branch 'topic/slub/perf' into for-nextPekka Enberg
2009-02-12SLUB: Fix default slab order for big object sizesZhang Yanmin
2009-02-12Merge branch 'topic/core/fixes' into for-nextPekka Enberg
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov
2009-02-12Merge branch 'x86/urgent' into auto-x86-nextIngo Molnar
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge
2009-02-11writeback: fix break conditionFederico Cuello
2009-02-11memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki
2009-02-11mm: fix mlocked page counter mismatchMinChan Kim
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener
2009-02-11migration: migrate_vmas should check "vma"Daisuke Nishimura
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger
2009-02-11trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev
2009-02-11integrity: shmem zero fixMimi Zohar
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-02-09kmemleak: Simple testing module for kmemleakCatalin Marinas
2009-02-09kmemleak: Enable the building of the memory leak detectorCatalin Marinas
2009-02-09kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas
2009-02-09kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas
2009-02-09kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas
2009-02-09kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas
2009-02-09kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas
2009-02-09kmemleak: Add the base supportCatalin Marinas
2009-02-09cpumask:remove-address-of-CPU_MASK_ALLRusty Russell
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins
2009-02-06Merge branch 'tracing/core' into auto-ftrace-nextIngo Molnar
2009-02-06Merge branch 'x86/mm' into kmemcheckIngo Molnar
2009-02-06CacheFiles: Permit the page lock state to be monitoredDavid Howells
2009-02-06CacheFiles: Add a hook to write a single page of data to an inodeDavid Howells
2009-02-06FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells
2009-02-06FS-Cache: Recruit a couple of page flags for cache managementDavid Howells
2009-02-06FS-Cache: Release page->private after failed readaheadDavid Howells
2009-02-06Merge branch 'topic/slqb/core' into for-nextPekka Enberg
2009-02-06SLQB: Fix compile warnings on UMA and UPPekka Enberg
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06Integrity: IMA file free imbalanceMimi Zohar
2009-02-06integrity: IMA hooksMimi Zohar