summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blackfin architectureBryan Wu2007-05-07257-6/+47285
* Return EPERM not ECHILD on security_task_wait failureRoland McGrath2007-05-071-2/+15
* page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter2007-05-071-1/+14
* slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-071-12/+3
* hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita2007-05-071-0/+3
* Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter2007-05-073-9/+3
* slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter2007-05-073-24/+4
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-0755-136/+55
* get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt2007-05-071-16/+0
* get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt2007-05-071-11/+16
* get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt2007-05-071-0/+7
* get_unmapped_area handles MAP_FIXED on x86_64Benjamin Herrenschmidt2007-05-071-0/+3
* get_unmapped_area handles MAP_FIXED on sparc64Benjamin Herrenschmidt2007-05-071-0/+6
* get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt2007-05-071-0/+5
* get_unmapped_area handles MAP_FIXED on ia64Benjamin Herrenschmidt2007-05-072-0/+15
* get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt2007-05-071-0/+6
* get_unmapped_area handles MAP_FIXED on frvBenjamin Herrenschmidt2007-05-071-0/+4
* get_unmapped_area handles MAP_FIXED on armBenjamin Herrenschmidt2007-05-071-2/+1
* get_unmapped_area handles MAP_FIXED on alphaBenjamin Herrenschmidt2007-05-071-0/+3
* get_unmapped_area handles MAP_FIXED on powerpcBenjamin Herrenschmidt2007-05-071-0/+21
* oom: fix constraint deadlockDavid Rientjes2007-05-071-4/+6
* mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2007-05-072-6/+20
* fault injection: fix failslab with CONFIG_NUMAAkinobu Mita2007-05-071-4/+7
* slab allocators: remove multiple alignment specificationsChristoph Lameter2007-05-073-3/+3
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-079-32/+23
* slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-077-14/+9
* mm: optimize acorn partition truncatePeter Zijlstra2007-05-071-1/+1
* mm: optimize kill_bdev()Peter Zijlstra2007-05-073-4/+6
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-0713-25/+20
* mm: madvise avoid exclusive mmap_semNick Piggin2007-05-071-4/+29
* include KERN_* constant in printk() calls in mm/slab.cmatze2007-05-071-3/+6
* slob: handle SLAB_PANIC flagAkinobu Mita2007-05-071-1/+2
* Quicklist support for sparc64David Miller2007-05-074-37/+19
* Quicklists for page table pagesChristoph Lameter2007-05-074-0/+189
* slub: add slabinfo toolChristoph Lameter2007-05-071-0/+943
* slub: user documentationChristoph Lameter2007-05-071-0/+113
* slub: remove object activities out of checking functionsChristoph Lameter2007-05-071-61/+47
* SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter2007-05-071-13/+112
* slub: add ability to list alloc / free callers per slabChristoph Lameter2007-05-071-3/+181
* SLUB: Add MIN_PARTIALChristoph Lameter2007-05-071-19/+36
* slub: validation of slabs (metadata and guard zones)Christoph Lameter2007-05-071-3/+110
* slub: enable tracking of full slabsChristoph Lameter2007-05-072-1/+41
* slub: fix object trackingChristoph Lameter2007-05-071-37/+20
* Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2007-05-073-11/+14
* mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter2007-05-073-26/+32
* Make page->private usable in compound pagesChristoph Lameter2007-05-079-37/+72
* PowerPC: Disable SLUB for configurations in which slab page structs are modifiedChristoph Lameter2007-05-071-0/+13
* SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter2007-05-072-3/+7
* SLUB: change default alignmentsChristoph Lameter2007-05-071-2/+2
* SLUB coreChristoph Lameter2007-05-079-19/+3422