summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu
2022-03-24kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov
2022-03-24kasan, vmalloc: drop outdated VM_KASAN commentAndrey Konovalov
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-22mm/vmalloc: fix comments about vmap_area structBang Li
2022-03-08mm: vmalloc: introduce array allocation functionsPaolo Bonzini
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
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