aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-096-3/+17
* fs: convert core functions to zero_user_pageNate Diller2007-05-092-7/+3
* slab: shut down cache_reaper when cpu goes downChristoph Lameter2007-05-091-0/+14
* slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens2007-05-091-8/+5
* AFS: export a couple of core functions for AFS write supportDavid Howells2007-05-091-0/+2
* pretend cpuset has some form of hugetlb page reservationKen Chen2007-05-091-0/+31
* fix leaky resv_huge_pages when cpuset is in useKen Chen2007-05-091-0/+2
* krealloc: fix kerneldoc commentsPekka J Enberg2007-05-092-2/+0
* SLUB: rework slab order determinationChristoph Lameter2007-05-091-14/+52
* SLUB: include lifetime stats and sets of cpus / nodes in tracking outputChristoph Lameter2007-05-091-15/+81
* SLUB: add CONFIG_SLUB_DEBUGChristoph Lameter2007-05-091-75/+114
* SLUB: move tracking definitions and check_valid_pointer() away from debug codeChristoph Lameter2007-05-091-29/+29
* SLUB: consolidate trace codeChristoph Lameter2007-05-091-13/+18
* SLUB: introduce DebugSlab(page)Christoph Lameter2007-05-091-12/+28
* SLUB: move resiliency check into SYSFS sectionChristoph Lameter2007-05-091-57/+55
* SLUB: add macros for scanning objects in a slabChristoph Lameter2007-05-091-31/+44
* SLUB: update commentsChristoph Lameter2007-05-091-123/+119
* SLUB: get rid of finish_bootstrapChristoph Lameter2007-05-091-20/+10
* SLUB: clean up kreallocChristoph Lameter2007-05-091-11/+4
* SLUB: use check_valid_pointer in kmem_ptr_validateChristoph Lameter2007-05-091-10/+3
* SLUB: after object padding only needed for RedzoningChristoph Lameter2007-05-091-1/+1
* SLUB: add support for dynamic cacheline size determinationChristoph Lameter2007-05-091-5/+10
* 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