aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h
AgeCommit message (Expand)Author
2021-02-10mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-02mm: remove __get_vm_areaChristoph Hellwig
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-09-24mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe
2018-06-05mm: Use overflow helpers in kvmalloc()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2016-12-12mm: add vfree_atomic()Andrey Ryabinin
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei
2013-07-03vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King
2011-11-18mm: add vm_area_add_early()Nicolas Pitre
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka