aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko1-15/+6
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko1-0/+19
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-0/+1
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-0/+1
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+4
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson1-1/+2
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson1-0/+4
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes1-1/+0
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds1-12/+0
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