summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-12
* mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-08
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* mm: add vfree_atomic()Andrey Ryabinin2016-12-12
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-23
|\
| * mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson2016-04-05
* | mm/vmalloc: keep a separate lazy-free listChris Wilson2016-05-20
|/
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-14
* mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-01
* kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-12
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-13
* mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin2015-02-13
* mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-06
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2013-07-09
* vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke2013-07-03
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-29
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-29
* mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-29
* ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski2012-07-30
* mm: vmalloc: use const void * for caller argumentMarek Szyprowski2012-07-30
* Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-05
|\
| * mm: add vm_area_add_early()Nicolas Pitre2011-11-18
* | xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-16
|/
* mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2011-10-31
* NOMMU: support SMP dynamic percpu_allocGraf Yang2011-03-28
* mm: unify module_alloc code for vmallocDavid Rientjes2011-01-13
* mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes2011-01-13
* mm: remove unused get_vm_area_nodeDavid Rientjes2011-01-13
* vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-02
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-26
* vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-08
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-12
|\
| * vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge2010-07-27
* | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-09
|/
* vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-14
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-24
|\
| * vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-24
| * vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-20
| * vmalloc: implement vm_area_register_early()Tejun Heo2009-02-20
* | vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt2009-02-18
|/
* mm: make vread() and vwrite() declarationKOSAKI Motohiro2009-01-06
* proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-23
* mm: rewrite vmap layerNick Piggin2008-10-20
* mm: VM_flags comment fixesHugh Dickins2008-08-16
* vmallocinfo: add caller informationChristoph Lameter2008-04-28
* vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-28
* vmalloc: add const to void* parametersChristoph Lameter2008-02-05
* i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge2007-07-21
* Allocate and free vmalloc areasJeremy Fitzhardinge2007-07-18