aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vmalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+3
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+2
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens1-0/+12
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-0/+1
2019-09-24mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li1-7/+13
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig1-0/+2
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin1-0/+2
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)1-1/+5
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe1-0/+15
2018-06-05mm: Use overflow helpers in kvmalloc()Kees Cook1-0/+1
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