aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2007-05-09slab: use CPU_LOCK_[ACQUIRE|RELEASE]Gravatar Heiko Carstens 1-8/+5
2007-05-09AFS: export a couple of core functions for AFS write supportGravatar David Howells 1-0/+2
2007-05-09pretend cpuset has some form of hugetlb page reservationGravatar Ken Chen 1-0/+31
2007-05-09fix leaky resv_huge_pages when cpuset is in useGravatar Ken Chen 1-0/+2
2007-05-09krealloc: fix kerneldoc commentsGravatar Pekka J Enberg 2-2/+0
2007-05-09SLUB: rework slab order determinationGravatar Christoph Lameter 1-14/+52
2007-05-09SLUB: include lifetime stats and sets of cpus / nodes in tracking outputGravatar Christoph Lameter 1-15/+81
2007-05-09SLUB: add CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-75/+114
2007-05-09SLUB: move tracking definitions and check_valid_pointer() away from debug codeGravatar Christoph Lameter 1-29/+29
2007-05-09SLUB: consolidate trace codeGravatar Christoph Lameter 1-13/+18
2007-05-09SLUB: introduce DebugSlab(page)Gravatar Christoph Lameter 1-12/+28
2007-05-09SLUB: move resiliency check into SYSFS sectionGravatar Christoph Lameter 1-57/+55
2007-05-09SLUB: add macros for scanning objects in a slabGravatar Christoph Lameter 1-31/+44
2007-05-09SLUB: update commentsGravatar Christoph Lameter 1-123/+119
2007-05-09SLUB: get rid of finish_bootstrapGravatar Christoph Lameter 1-20/+10
2007-05-09SLUB: clean up kreallocGravatar Christoph Lameter 1-11/+4
2007-05-09SLUB: use check_valid_pointer in kmem_ptr_validateGravatar Christoph Lameter 1-10/+3
2007-05-09SLUB: after object padding only needed for RedzoningGravatar Christoph Lameter 1-1/+1
2007-05-09SLUB: add support for dynamic cacheline size determinationGravatar Christoph Lameter 1-5/+10
2007-05-08Remove unused variable in get_unmapped_areaGravatar Roland McGrath 1-1/+0
2007-05-08fbdev: mm: Deferred IO supportGravatar Jaya Kumar 1-0/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodGravatar Alexey Dobriyan 1-7/+3
2007-05-08Remove do_sync_file_range()Gravatar Mark Fasheh 1-4/+4
2007-05-08move die notifier handling to common codeGravatar Christoph Hellwig 2-0/+15
2007-05-08Factor outstanding I/O error handlingGravatar Guillaume Chazarain 2-12/+3
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionGravatar Yasunori Goto 2-2/+2
2007-05-08Fix section mismatch of memory hotplug related code.Gravatar Yasunori Goto 2-17/+19
2007-05-08mm: move common segment checks to separate helper functionGravatar Dmitriy Monakhov 1-37/+45
2007-05-08Increase slab redzone to 64bitsGravatar David Woodhouse 1-19/+23
2007-05-07Fix up SLUB compileGravatar Linus Torvalds 1-3/+3
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-1/+1
2007-05-07freezer: fix racy usage of try_to_freeze in kswapdGravatar Rafael J. Wysocki 1-4/+9
2007-05-07swsusp: use inline functions for changing page flagsGravatar Rafael J. Wysocki 1-3/+3
2007-05-07slob: fix page order calculation on not 4KB pageGravatar Akinobu Mita 1-12/+3
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagGravatar Christoph Lameter 2-7/+2
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICGravatar Christoph Lameter 2-23/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 4-32/+4
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreGravatar Benjamin Herrenschmidt 1-16/+0
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeGravatar Benjamin Herrenschmidt 1-11/+16
2007-05-07oom: fix constraint deadlockGravatar David Rientjes 1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useGravatar Yasunori Goto 1-0/+3
2007-05-07fault injection: fix failslab with CONFIG_NUMAGravatar Akinobu Mita 1-4/+7
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNGravatar Christoph Lameter 3-7/+6
2007-05-07mm: madvise avoid exclusive mmap_semGravatar Nick Piggin 1-4/+29
2007-05-07include KERN_* constant in printk() calls in mm/slab.cGravatar matze 1-3/+6
2007-05-07slob: handle SLAB_PANIC flagGravatar Akinobu Mita 1-1/+2
2007-05-07Quicklists for page table pagesGravatar Christoph Lameter 3-0/+95
2007-05-07slub: remove object activities out of checking functionsGravatar Christoph Lameter 1-61/+47
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkGravatar Christoph Lameter 1-13/+112
2007-05-07slub: add ability to list alloc / free callers per slabGravatar Christoph Lameter 1-3/+181