aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-07vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King
2008-10-30mm: fix kernel-doc function notationRandy Dunlap
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan
2008-10-20mm: remove duplicated #include'sHuang Weiyi
2008-10-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-16Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar
2008-07-26Use WARN() in mm/vmalloc.cArjan van de Ven
2008-07-24vmallocinfo: add NUMA informationEric Dumazet
2008-06-19x86, MM: virtual address debug, cleanupsIngo Molnar
2008-06-19MM: virtual address debugJiri Slaby
2008-05-01docbook: fix vmalloc missing parameter notationRandy Dunlap
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-05mm: don't allow ioremapping of ranges larger than vmalloc spaceRobert Bragg
2008-02-05make __vmalloc_area_node() staticAdrian Bunk
2008-02-05vmalloc: clean up page array indexingChristoph Lameter
2008-02-05vmalloc: add const to void* parametersChristoph Lameter
2008-02-05Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter
2007-10-20spelling fixes: mm/Simon Arlott
2007-10-16Categorize GFP flagsChristoph Lameter
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell
2007-07-19vmalloc_32 should use GFP_KERNELBenjamin Herrenschmidt
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt
2007-05-17Make __vunmap staticBenjamin Herrenschmidt
2007-05-08move die notifier handling to common codeChristoph Hellwig
2007-05-02[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platformsAndi Kleen
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-11-16[PATCH] Fix strange size check in __get_vm_area_node()OGAWA Hirofumi
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet
2006-10-29[PATCH] Fix GFP_HIGHMEM slab panicGiridhar Pemmasani
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani
2006-10-17[PATCH] vmalloc(): don't pass __GFP_ZERO to slabAndrew Morton
2006-10-03Spelling fix: "control" instead of "cotrol"Michael Opdenacker
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin
2006-04-01BUG_ON() Conversion in mm/vmalloc.cEric Sesterhenn
2005-11-07[PATCH] kernel-doc: fix warnings in vmalloc.cRandy Dunlap