aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19mm: fault feedback #2Nick Piggin5-54/+52
2007-07-19mm: fault feedback #1Nick Piggin7-398/+122
2007-07-19ocfs2: release page lock before calling ->page_mkwriteMark Fasheh1-5/+9
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin9-209/+273
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin4-116/+114
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge1-0/+53
2007-07-18add kstrndupJeremy Fitzhardinge1-2/+24
2007-07-17knfsd: nfsd4: vary maximum delegation limit based on RAM sizeMeelap Shah1-0/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-1/+1
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter2-3/+5
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-0/+2
2007-07-17fs: introduce some page/buffer invariantsNick Piggin2-1/+2
2007-07-17MM: Make needlessly global hugetlb_no_page() static.Robert P. J. Day1-1/+1
2007-07-17SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMAChristoph Lameter1-0/+4
2007-07-17SLUB: Move sysfs operations outside of slub_lockChristoph Lameter1-13/+15
2007-07-17SLUB: Do not allocate object bit array on stackChristoph Lameter1-14/+25
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter3-11/+7
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter4-52/+0
2007-07-17SLUB: Do not use length parameter in slab_alloc()Christoph Lameter1-11/+9
2007-07-17SLUB: Style fix up the loop to disable small slabsChristoph Lameter1-1/+1
2007-07-17mm/slub.c: make code staticAdrian Bunk1-3/+3
2007-07-17SLUB: Simplify dma index -> size calculationChristoph Lameter1-9/+1
2007-07-17SLUB: faster more efficient slab determination for __kmallocChristoph Lameter1-7/+64
2007-07-17SLUB: do proper locking during dma slab creationChristoph Lameter1-2/+9
2007-07-17SLUB: extract dma_kmalloc_cache from get_cache.Christoph Lameter1-30/+36
2007-07-17SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGChristoph Lameter1-6/+7
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter3-10/+24
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter4-23/+32
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter4-116/+34
2007-07-17SLUB Debug: fix initial object debug state of NUMA bootstrap objectsChristoph Lameter1-1/+2
2007-07-17SLUB: ensure that the number of objects per slab stays low for high ordersChristoph Lameter1-2/+19
2007-07-17SLUB slab validation: Move tracking information alloc outside of lockChristoph Lameter1-10/+7
2007-07-17SLUB: use list_for_each_entry for loops over all slabsChristoph Lameter1-38/+13
2007-07-17SLUB: change error reporting format to follow lockdep looselyChristoph Lameter1-123/+154
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-31/+11
2007-07-17Lumpy Reclaim V4Andy Whitcroft2-24/+152
2007-07-17Add a movablecore= parameter for sizing ZONE_MOVABLEMel Gorman1-7/+58
2007-07-17handle kernelcore=: genericMel Gorman1-1/+4
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman2-5/+23
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman3-6/+235
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman5-10/+17
2007-07-17Fix read/truncate raceNeilBrown1-44/+28
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+9
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-07-16permit mempool_free(NULL)Rusty Russell1-0/+3
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk1-16/+0
2007-07-16dirty_writeback_centisecs_handler() cleanupAndrew Morton1-6/+4
2007-07-16fault-injection: add min-order parameter to fail_page_allocAkinobu Mita1-1/+11
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0