summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable in get_unmapped_areaRoland McGrath2007-05-081-1/+0
* fbdev: mm: Deferred IO supportJaya Kumar2007-05-081-0/+1
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-081-7/+3
* Remove do_sync_file_range()Mark Fasheh2007-05-081-4/+4
* move die notifier handling to common codeChristoph Hellwig2007-05-082-0/+15
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-082-12/+3
* Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto2007-05-082-2/+2
* Fix section mismatch of memory hotplug related code.Yasunori Goto2007-05-082-17/+19
* mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-37/+45
* Increase slab redzone to 64bitsDavid Woodhouse2007-05-081-19/+23
* Fix up SLUB compileLinus Torvalds2007-05-071-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-05-071-1/+1
|\
| * [MM]: sparse_init() should be __init.David S. Miller2007-05-061-1/+1
* | freezer: fix racy usage of try_to_freeze in kswapdRafael J. Wysocki2007-05-071-4/+9
* | swsusp: use inline functions for changing page flagsRafael J. Wysocki2007-05-071-3/+3
* | slob: fix page order calculation on not 4KB pageAkinobu Mita2007-05-071-12/+3
* | Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter2007-05-072-7/+2
* | slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter2007-05-072-23/+4
* | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-074-32/+4
* | 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
* | oom: fix constraint deadlockDavid Rientjes2007-05-071-4/+6
* | mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2007-05-071-0/+3
* | fault injection: fix failslab with CONFIG_NUMAAkinobu Mita2007-05-071-4/+7
* | slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-073-7/+6
* | 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
* | Quicklists for page table pagesChristoph Lameter2007-05-073-0/+95
* | 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-071-1/+40
* | slub: fix object trackingChristoph Lameter2007-05-071-37/+20
* | Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2007-05-072-11/+8
* | mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter2007-05-071-6/+4
* | Make page->private usable in compound pagesChristoph Lameter2007-05-075-30/+28
* | SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter2007-05-071-1/+1
* | SLUB: change default alignmentsChristoph Lameter2007-05-071-2/+2
* | SLUB coreChristoph Lameter2007-05-072-0/+3145
* | slab: mark set_up_list3s() __initAndrew Morton2007-05-071-1/+1
* | Do not disable interrupts when reading min_free_kbytesMel Gorman2007-05-071-1/+2
* | slab: NUMA kmem_cache dietEric Dumazet2007-05-071-4/+20
* | SLAB: don't allocate empty shared cachesEric Dumazet2007-05-071-11/+15
* | SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet2007-05-071-3/+1
* | readahead: code cleanupJan Kara2007-05-072-18/+19
* | readahead: improve heuristic detecting sequential readsJan Kara2007-05-072-3/+9
* | Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov2007-05-071-1/+1