aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vmalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-1/+0
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-2/+0
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel1-0/+16
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-1/+0
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-2/+2
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-9/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-2/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-6/+4
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-2/+0
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-1/+1
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