aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Remove do_sync_file_range()Mark Fasheh1-4/+4
2007-05-08move die notifier handling to common codeChristoph Hellwig2-0/+15
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain2-12/+3
2007-05-08Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto2-2/+2
2007-05-08Fix section mismatch of memory hotplug related code.Yasunori Goto2-17/+19
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-37/+45
2007-05-08Increase slab redzone to 64bitsDavid Woodhouse1-19/+23
2007-05-07Fix up SLUB compileLinus Torvalds1-3/+3
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-05-07freezer: fix racy usage of try_to_freeze in kswapdRafael J. Wysocki1-4/+9
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki1-3/+3
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita1-12/+3
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter2-7/+2
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter2-23/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter4-32/+4
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-07oom: fix constraint deadlockDavid Rientjes1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto1-0/+3
2007-05-07fault injection: fix failslab with CONFIG_NUMAAkinobu Mita1-4/+7
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter3-7/+6
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-07Quicklists for page table pagesChristoph Lameter3-0/+95
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 Lameter1-1/+40
2007-05-07slub: fix object trackingChristoph Lameter1-37/+20
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2-11/+8
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter1-6/+4
2007-05-07Make page->private usable in compound pagesChristoph Lameter5-30/+28
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-1/+1
2007-05-07SLUB: change default alignmentsChristoph Lameter1-2/+2
2007-05-07SLUB coreChristoph Lameter2-0/+3145
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 Kara2-18/+19
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara2-3/+9
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov1-1/+1
2007-05-07mm: simplify filemap_nopageNick Piggin1-24/+0
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft1-6/+2
2007-05-07allow oom_adj of saintly processesJoshua N Pritikin1-2/+4
2007-05-07mm: make read_cache_page synchronousNick Piggin2-14/+38