aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-07get_unmapped_area handles MAP_FIXED on alphaBenjamin Herrenschmidt1-0/+3
2007-05-07get_unmapped_area handles MAP_FIXED on powerpcBenjamin Herrenschmidt1-0/+21
2007-05-07oom: fix constraint deadlockDavid Rientjes1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2-6/+20
2007-05-07fault injection: fix failslab with CONFIG_NUMAAkinobu Mita1-4/+7
2007-05-07slab allocators: remove multiple alignment specificationsChristoph Lameter3-3/+3
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter9-32/+23
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter7-14/+9
2007-05-07mm: optimize acorn partition truncatePeter Zijlstra1-1/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra3-4/+6
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra13-25/+20
2007-05-07mm: madvise avoid exclusive mmap_semNick Piggin1-4/+29
2007-05-07include KERN_* constant in printk() calls in mm/slab.cmatze1-3/+6
2007-05-07slob: handle SLAB_PANIC flagAkinobu Mita1-1/+2
2007-05-07Quicklist support for sparc64David Miller4-37/+19
2007-05-07Quicklists for page table pagesChristoph Lameter4-0/+189
2007-05-07slub: add slabinfo toolChristoph Lameter1-0/+943
2007-05-07slub: user documentationChristoph Lameter1-0/+113
2007-05-07slub: remove object activities out of checking functionsChristoph Lameter1-61/+47
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter1-13/+112
2007-05-07slub: add ability to list alloc / free callers per slabChristoph Lameter1-3/+181
2007-05-07SLUB: Add MIN_PARTIALChristoph Lameter1-19/+36
2007-05-07slub: validation of slabs (metadata and guard zones)Christoph Lameter1-3/+110
2007-05-07slub: enable tracking of full slabsChristoph Lameter2-1/+41
2007-05-07slub: fix object trackingChristoph Lameter1-37/+20
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter3-11/+14
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter3-26/+32
2007-05-07Make page->private usable in compound pagesChristoph Lameter9-37/+72
2007-05-07PowerPC: Disable SLUB for configurations in which slab page structs are modifiedChristoph Lameter1-0/+13
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter2-3/+7
2007-05-07SLUB: change default alignmentsChristoph Lameter1-2/+2
2007-05-07SLUB coreChristoph Lameter9-19/+3422
2007-05-07tty_register_driver: only allocate tty instances when definedAndy Whitcroft1-3/+2
2007-05-07i386: use page allocator to allocate thread_info structureChristoph Lameter1-3/+5
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes1-2/+20
2007-05-07slab: mark set_up_list3s() __initAndrew Morton1-1/+1
2007-05-07Do not disable interrupts when reading min_free_kbytesMel Gorman1-1/+2
2007-05-07slab: NUMA kmem_cache dietEric Dumazet1-4/+20
2007-05-07SLAB: don't allocate empty shared cachesEric Dumazet1-11/+15
2007-05-07SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet1-3/+1
2007-05-07readahead: code cleanupJan Kara3-20/+21
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara3-3/+10
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes4-31/+116
2007-05-07smaps: add pages referenced count to smapsDavid Rientjes1-7/+13
2007-05-07smaps: extract pmd walker from smaps codeDavid Rientjes1-27/+42
2007-05-07i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}Zachary Amsden1-20/+18
2007-05-07i386: add ptep_test_and_clear_{dirty,young}David Rientjes1-8/+17
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov4-1/+15
2007-05-07mm: simplify filemap_nopageNick Piggin1-24/+0
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft2-6/+14