summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-213-4/+4
|\
| * mm/slab: fix section mismatch warningSam Ravnborg2007-05-191-1/+1
| * mm: fix section mismatch warningsSam Ravnborg2007-05-192-3/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-215-0/+15
|/
* mm: more rmap checkingNick Piggin2007-05-172-3/+57
* Make __vunmap staticBenjamin Herrenschmidt2007-05-171-1/+1
* Slab allocators: define common size limitationsChristoph Lameter2007-05-171-17/+2
* SLUB: Simplify debug codeChristoph Lameter2007-05-171-55/+57
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-175-19/+13
* SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter2007-05-171-14/+14
* slab: warn on zero-length allocationsChristoph Lameter2007-05-171-0/+1
* SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter2007-05-171-19/+38
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-173-61/+16
* slob: implement RCU freeingNick Piggin2007-05-171-7/+45
* Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter2007-05-161-1/+2
* slub: don't confuse ctor and dtorHugh Dickins2007-05-161-1/+1
* sh64: generic quicklist support.Paul Mundt2007-05-141-1/+1
* consolidate generic_writepages and mpage_writepagesMiklos Szeredi2007-05-111-19/+40
* VM statistics: Make timer deferrableChristoph Lameter2007-05-111-1/+1
* Bug in mm/thrash.c function grab_swap_token()Mika Kukkonen2007-05-111-3/+2
* SLUB: remove nr_cpu_ids hackChristoph Lameter2007-05-101-3/+2
* early_pfn_to_nid needs to be __meminitStephen Rothwell2007-05-101-1/+1
* slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter2007-05-101-36/+118
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-091-1/+1
|\
| * sh: generic quicklist support.Paul Mundt2007-05-091-1/+1
* | Fix a bad error case handling in read_cache_page_async()David Howells2007-05-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\ \
| * | Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
| |/
* | Move remote node draining out of slab allocatorsChristoph Lameter2007-05-094-126/+63
* | Make vm statistics update interval configurableChristoph Lameter2007-05-091-1/+3
* | vmstat: use our own timer eventsChristoph Lameter2007-05-093-6/+36
* | 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