summaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2013-07-091-6/+6
* vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke2013-07-031-0/+4
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-291-0/+13
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-291-2/+1
* mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-291-0/+18
* ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski2012-07-301-0/+1
* mm: vmalloc: use const void * for caller argumentMarek Szyprowski2012-07-301-4/+4
* Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-0/+1
|\
| * mm: add vm_area_add_early()Nicolas Pitre2011-11-181-0/+1
* | xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-1/+1
|/
* mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2011-10-311-0/+1
* NOMMU: support SMP dynamic percpu_allocGraf Yang2011-03-281-0/+32
* mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-2/+3
* mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes2011-01-131-1/+1
* mm: remove unused get_vm_area_nodeDavid Rientjes2011-01-131-3/+0
* vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-021-2/+0
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-261-0/+2
* vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-121-0/+2
|\
| * vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge2010-07-271-0/+2
* | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-091-1/+1
|/
* vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-141-0/+6
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-0/+4
|\
| * vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-241-1/+1
| * vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-201-0/+3
| * vmalloc: implement vm_area_register_early()Tejun Heo2009-02-201-0/+1
* | vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt2009-02-181-0/+4
|/
* mm: make vread() and vwrite() declarationKOSAKI Motohiro2009-01-061-0/+4
* proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-231-2/+0
* mm: rewrite vmap layerNick Piggin2008-10-201-1/+14
* mm: VM_flags comment fixesHugh Dickins2008-08-161-2/+2
* vmallocinfo: add caller informationChristoph Lameter2008-04-281-0/+3
* vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-281-0/+2
* vmalloc: add const to void* parametersChristoph Lameter2008-02-051-3/+3
* i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge2007-07-211-0/+7
* Allocate and free vmalloc areasJeremy Fitzhardinge2007-07-181-0/+4
* [POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt2007-06-141-1/+2
* move die notifier handling to common codeChristoph Hellwig2007-05-081-0/+1
* [PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet2006-11-131-1/+2
* [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani2006-10-281-1/+2
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-271-1/+0
* [PATCH] mm/: make functions staticAdrian Bunk2006-09-261-2/+0
* [PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka2006-07-141-0/+1
* [PATCH] mm: introduce remap_vmalloc_range()Nick Piggin2006-06-231-0/+8
* [PATCH] vmalloc_nodeChristoph Lameter2005-10-291-1/+7
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+2
* [PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena2005-09-051-0/+8
* [PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen2005-05-201-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+54