aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2007-07-18add kstrndupJeremy Fitzhardinge
2007-07-17knfsd: nfsd4: vary maximum delegation limit based on RAM sizeMeelap Shah
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-17fs: introduce some page/buffer invariantsNick Piggin
2007-07-17MM: Make needlessly global hugetlb_no_page() static.Robert P. J. Day
2007-07-17SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMAChristoph Lameter
2007-07-17SLUB: Move sysfs operations outside of slub_lockChristoph Lameter
2007-07-17SLUB: Do not allocate object bit array on stackChristoph Lameter
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter
2007-07-17SLUB: Do not use length parameter in slab_alloc()Christoph Lameter
2007-07-17SLUB: Style fix up the loop to disable small slabsChristoph Lameter
2007-07-17mm/slub.c: make code staticAdrian Bunk
2007-07-17SLUB: Simplify dma index -> size calculationChristoph Lameter
2007-07-17SLUB: faster more efficient slab determination for __kmallocChristoph Lameter
2007-07-17SLUB: do proper locking during dma slab creationChristoph Lameter
2007-07-17SLUB: extract dma_kmalloc_cache from get_cache.Christoph Lameter
2007-07-17SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUGChristoph Lameter
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter
2007-07-17SLUB Debug: fix initial object debug state of NUMA bootstrap objectsChristoph Lameter
2007-07-17SLUB: ensure that the number of objects per slab stays low for high ordersChristoph Lameter
2007-07-17SLUB slab validation: Move tracking information alloc outside of lockChristoph Lameter
2007-07-17SLUB: use list_for_each_entry for loops over all slabsChristoph Lameter
2007-07-17SLUB: change error reporting format to follow lockdep looselyChristoph Lameter
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2007-07-17Lumpy Reclaim V4Andy Whitcroft
2007-07-17Add a movablecore= parameter for sizing ZONE_MOVABLEMel Gorman
2007-07-17handle kernelcore=: genericMel Gorman
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman
2007-07-17Fix read/truncate raceNeilBrown
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2007-07-16permit mempool_free(NULL)Rusty Russell
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk
2007-07-16dirty_writeback_centisecs_handler() cleanupAndrew Morton
2007-07-16fault-injection: add min-order parameter to fail_page_allocAkinobu Mita
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell
2007-07-16nommu: stub expand_stack() for nommu caseGreg Ungerer
2007-07-16split mmapMiklos Szeredi
2007-07-16NeilBrown <neilb@suse.de>akpm@linux-foundation.org
2007-07-16do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYHerbert van den Bergh
2007-07-16slob: sparsemem supportPaul Mundt