aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-27mm: fix lazy vmap purging (use-after-free error)Vegard Nossum1-1/+2
2009-02-27mm: vmap fix overflowNick Piggin1-0/+7
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo1-0/+2
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+8
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton1-5/+4
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky1-0/+11
2009-01-06mm: vmalloc make lazy unmapping configurableNick Piggin1-0/+24
2009-01-06mm: vmalloc use mutex for purgeNick Piggin1-4/+5
2009-01-06mm: vmalloc improve vmallocinfoGlauber Costa1-4/+8
2009-01-06mm: vmalloc tweak failure printkGlauber Costa1-2/+3
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-01mm: vmalloc fix lazy unmapping cache aliasingNick Piggin1-4/+16
2008-11-19mm: vmalloc search restart fixGlauber Costa1-2/+2
2008-11-19mm: vmalloc failure flush fixNick Piggin1-2/+13
2008-11-19mm: vmalloc allocator off by oneNick Piggin1-1/+1
2008-11-07vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge1-0/+7
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King1-1/+1
2008-10-30mm: fix kernel-doc function notationRandy Dunlap1-1/+2
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-1/+32
2008-10-20mm: remove duplicated #include'sHuang Weiyi1-1/+0
2008-10-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+16
2008-10-20mm: rewrite vmap layerNick Piggin1-133/+842
2008-10-16Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds1-2/+16
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar1-0/+7
2008-07-26Use WARN() in mm/vmalloc.cArjan van de Ven1-4/+2
2008-07-24vmallocinfo: add NUMA informationEric Dumazet1-0/+20
2008-06-19x86, MM: virtual address debug, cleanupsIngo Molnar1-2/+4
2008-06-19MM: virtual address debugJiri Slaby1-0/+5
2008-05-01docbook: fix vmalloc missing parameter notationRandy Dunlap1-0/+1
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-0/+2
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-18/+47
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-1/+75
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-2/+4
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+1
2008-02-05mm: don't allow ioremapping of ranges larger than vmalloc spaceRobert Bragg1-0/+4
2008-02-05make __vmalloc_area_node() staticAdrian Bunk1-2/+2
2008-02-05vmalloc: clean up page array indexingChristoph Lameter1-5/+11
2008-02-05vmalloc: add const to void* parametersChristoph Lameter1-8/+8
2008-02-05Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter1-0/+38
2007-10-20spelling fixes: mm/Simon Arlott1-3/+3
2007-10-16Categorize GFP flagsChristoph Lameter1-2/+3
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+2
2007-07-19vmalloc_32 should use GFP_KERNELBenjamin Herrenschmidt1-2/+2
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge1-0/+53
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-3/+3
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt1-4/+9
2007-05-17Make __vunmap staticBenjamin Herrenschmidt1-1/+1
2007-05-08move die notifier handling to common codeChristoph Hellwig1-0/+7
2007-05-02[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platformsAndi Kleen1-3/+11