aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDGravatar Zhang Yanfei 1-6/+6
2013-07-03vmalloc: introduce remap_vmalloc_range_partialGravatar HATAYAMA Daisuke 1-0/+4
2013-04-29kexec, vmalloc: export additional vmalloc layer informationGravatar Atsushi Kumagai 1-0/+13
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistGravatar Joonsoo Kim 1-2/+1
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cGravatar Joonsoo Kim 1-0/+18
2012-07-30ARM: dma-mapping: remove custom consistent dma regionGravatar Marek Szyprowski 1-0/+1
2012-07-30mm: vmalloc: use const void * for caller argumentGravatar Marek Szyprowski 1-4/+4
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Gravatar Russell King 1-0/+1
2011-11-18mm: add vm_area_add_early()Gravatar Nicolas Pitre 1-0/+1
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyGravatar David Vrabel 1-1/+1
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoGravatar Mitsuo Hayasaka 1-0/+1
2011-03-28NOMMU: support SMP dynamic percpu_allocGravatar Graf Yang 1-0/+32
2011-01-13mm: unify module_alloc code for vmallocGravatar David Rientjes 1-2/+3
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasGravatar David Rientjes 1-1/+1
2011-01-13mm: remove unused get_vm_area_nodeGravatar David Rientjes 1-3/+0
2010-12-02vmalloc: eagerly clear ptes on vunmapGravatar Jeremy Fitzhardinge 1-2/+0
2010-10-26mm: add vzalloc() and vzalloc_node() helpersGravatar Dave Young 1-0/+2
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPGravatar Tejun Heo 1-0/+2
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeGravatar Jeremy Fitzhardinge 1-0/+2
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeGravatar Kenji Kaneshige 1-1/+1
2009-08-14vmalloc: implement pcpu_get_vm_areas()Gravatar Tejun Heo 1-0/+6
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Ingo Molnar 1-0/+4
2009-02-24vmalloc: add @align to vm_area_register_early()Gravatar Tejun Heo 1-1/+1
2009-02-20vmalloc: add un/map_kernel_range_noflush()Gravatar Tejun Heo 1-0/+3
2009-02-20vmalloc: implement vm_area_register_early()Gravatar Tejun Heo 1-0/+1
2009-02-18vmalloc: add __get_vm_area_caller()Gravatar Benjamin Herrenschmidt 1-0/+4
2009-01-06mm: make vread() and vwrite() declarationGravatar KOSAKI Motohiro 1-0/+4
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cGravatar Alexey Dobriyan 1-2/+0
2008-10-20mm: rewrite vmap layerGravatar Nick Piggin 1-1/+14
2008-08-16mm: VM_flags comment fixesGravatar Hugh Dickins 1-2/+2
2008-04-28vmallocinfo: add caller informationGravatar Christoph Lameter 1-0/+3
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoGravatar Christoph Lameter 1-0/+2
2008-02-05vmalloc: add const to void* parametersGravatar Christoph Lameter 1-3/+3
2007-07-21i386: fix iounmap's use of vm_struct's size fieldGravatar Jeremy Fitzhardinge 1-0/+7
2007-07-18Allocate and free vmalloc areasGravatar Jeremy Fitzhardinge 1-0/+4
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicGravatar Benjamin Herrenschmidt 1-1/+2
2007-05-08move die notifier handling to common codeGravatar Christoph Hellwig 1-0/+1
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesGravatar Eric Dumazet 1-1/+2
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Gravatar Giridhar Pemmasani 1-1/+2
2006-09-27[PATCH] Mark __remove_vm_area() staticGravatar Rolf Eike Beer 1-1/+0
2006-09-26[PATCH] mm/: make functions staticGravatar Adrian Bunk 1-2/+0
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeGravatar Jan Kiszka 1-0/+1
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Gravatar Nick Piggin 1-0/+8
2005-10-29[PATCH] vmalloc_nodeGravatar Christoph Lameter 1-1/+7
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-2/+2
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERGravatar Deepak Saxena 1-0/+8
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapGravatar Andi Kleen 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+54