summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
AgeCommit message (Expand)Author
2021-11-06mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra
2021-11-06mm/vmalloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin
2021-04-30mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-02-05mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe
2021-01-22mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney
2020-12-15mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)
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