aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-0/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+3
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-2/+7
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei1-6/+6
2013-07-03vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke1-0/+4
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai1-0/+13
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-2/+1
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim1-0/+18
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski1-0/+1
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski1-4/+4
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-0/+1
2011-11-18mm: add vm_area_add_early()Nicolas Pitre1-0/+1
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-1/+1
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-0/+1
2011-03-28NOMMU: support SMP dynamic percpu_allocGraf Yang1-0/+32
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-2/+3
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes1-1/+1
2011-01-13mm: remove unused get_vm_area_nodeDavid Rientjes1-3/+0
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge1-2/+0
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young1-0/+2
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo1-0/+2
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge1-0/+2
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige1-1/+1
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo1-0/+6
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar1-0/+4
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo1-0/+3
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-0/+1
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+4
2009-01-06mm: make vread() and vwrite() declarationKOSAKI Motohiro1-0/+4
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-2/+0
2008-10-20mm: rewrite vmap layerNick Piggin1-1/+14
2008-08-16mm: VM_flags comment fixesHugh Dickins1-2/+2
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-0/+3
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+2
2008-02-05vmalloc: add const to void* parametersChristoph Lameter1-3/+3
2007-07-21i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge1-0/+7
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge1-0/+4
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt1-1/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig1-0/+1
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet1-1/+2
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani1-1/+2
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+0
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk1-2/+0
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka1-0/+1
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin1-0/+8
2005-10-29[PATCH] vmalloc_nodeChristoph Lameter1-1/+7
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2