aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-07blackfin architectureBryan Wu1-1/+1
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath1-2/+15
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter1-1/+14
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita1-12/+3
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita1-0/+3
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter3-9/+3
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter3-24/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter55-136/+55
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt1-16/+0
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt1-11/+16
2007-05-07get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt1-0/+7
2007-05-07get_unmapped_area handles MAP_FIXED on x86_64Benjamin Herrenschmidt1-0/+3
2007-05-07get_unmapped_area handles MAP_FIXED on sparc64Benjamin Herrenschmidt1-0/+6
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt1-0/+5
2007-05-07get_unmapped_area handles MAP_FIXED on ia64Benjamin Herrenschmidt2-0/+15
2007-05-07get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt1-0/+6
2007-05-07get_unmapped_area handles MAP_FIXED on frvBenjamin Herrenschmidt1-0/+4
2007-05-07get_unmapped_area handles MAP_FIXED on armBenjamin Herrenschmidt1-2/+1
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