aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Allocate and free vmalloc areasGravatar Jeremy Fitzhardinge 1-0/+53
2007-07-18add kstrndupGravatar Jeremy Fitzhardinge 1-2/+24
2007-07-17knfsd: nfsd4: vary maximum delegation limit based on RAM sizeGravatar Meelap Shah 1-0/+1
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-1/+1
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicGravatar Christoph Lameter 2-3/+5
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 2-0/+2
2007-07-17fs: introduce some page/buffer invariantsGravatar Nick Piggin 2-1/+2
2007-07-17MM: Make needlessly global hugetlb_no_page() static.Gravatar Robert P. J. Day 1-1/+1
2007-07-17SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMAGravatar Christoph Lameter 1-0/+4
2007-07-17SLUB: Move sysfs operations outside of slub_lockGravatar Christoph Lameter 1-13/+15
2007-07-17SLUB: Do not allocate object bit array on stackGravatar Christoph Lameter 1-14/+25
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 3-11/+7
2007-07-17Slab allocators: Cleanup zeroing allocationsGravatar Christoph Lameter 4-52/+0
2007-07-17SLUB: Do not use length parameter in slab_alloc()Gravatar Christoph Lameter 1-11/+9
2007-07-17SLUB: Style fix up the loop to disable small slabsGravatar Christoph Lameter 1-1/+1
2007-07-17mm/slub.c: make code staticGravatar Adrian Bunk 1-3/+3
2007-07-17SLUB: Simplify dma index -> size calculationGravatar Christoph Lameter 1-9/+1
2007-07-17SLUB: faster more efficient slab determination for __kmallocGravatar Christoph Lameter 1-7/+64
2007-07-17SLUB: do proper locking during dma slab creationGravatar Christoph Lameter 1-2/+9
2007-07-17SLUB: extract dma_kmalloc_cache from get_cache.Gravatar Christoph Lameter 1-30/+36
2007-07-17SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-6/+7
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsGravatar Christoph Lameter 3-10/+24
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsGravatar Christoph Lameter 4-23/+32
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cGravatar Christoph Lameter 4-116/+34
2007-07-17SLUB Debug: fix initial object debug state of NUMA bootstrap objectsGravatar Christoph Lameter 1-1/+2
2007-07-17SLUB: ensure that the number of objects per slab stays low for high ordersGravatar Christoph Lameter 1-2/+19
2007-07-17SLUB slab validation: Move tracking information alloc outside of lockGravatar Christoph Lameter 1-10/+7
2007-07-17SLUB: use list_for_each_entry for loops over all slabsGravatar Christoph Lameter 1-38/+13
2007-07-17SLUB: change error reporting format to follow lockdep looselyGravatar Christoph Lameter 1-123/+154
2007-07-17mm: clean up and kernelify shrinker registrationGravatar Rusty Russell 1-31/+11
2007-07-17Lumpy Reclaim V4Gravatar Andy Whitcroft 2-24/+152
2007-07-17Add a movablecore= parameter for sizing ZONE_MOVABLEGravatar Mel Gorman 1-7/+58
2007-07-17handle kernelcore=: genericGravatar Mel Gorman 1-1/+4
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEGravatar Mel Gorman 2-5/+23
2007-07-17Create the ZONE_MOVABLE zoneGravatar Mel Gorman 3-6/+235
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 5-10/+17
2007-07-17Fix read/truncate raceGravatar NeilBrown 1-44/+28
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Gravatar Linus Torvalds 1-4/+9
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-1/+1
2007-07-16permit mempool_free(NULL)Gravatar Rusty Russell 1-0/+3
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Gravatar Adrian Bunk 1-16/+0
2007-07-16dirty_writeback_centisecs_handler() cleanupGravatar Andrew Morton 1-6/+4
2007-07-16fault-injection: add min-order parameter to fail_page_allocGravatar Akinobu Mita 1-1/+11
2007-07-16Only send SIGXFSZ when exceeding rlimits.Gravatar Micah Cowan 1-2/+0
2007-07-16Introduce CONFIG_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+4
2007-07-16nommu: stub expand_stack() for nommu caseGravatar Greg Ungerer 1-0/+5
2007-07-16split mmapGravatar Miklos Szeredi 1-6/+19
2007-07-16NeilBrown <neilb@suse.de>Gravatar akpm@linux-foundation.org 1-0/+2
2007-07-16do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYGravatar Herbert van den Bergh 1-1/+4