aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig1-3/+0
2021-07-08mm: fix spelling mistakes in header filesZhen Lei1-2/+2
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy1-0/+7
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy1-0/+8
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda1-0/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-2/+2
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand1-1/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-1/+1
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-7/+1
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin1-11/+0
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin1-0/+21
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin1-0/+3
2021-04-30mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin1-4/+20
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-0/+6
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-1/+1
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+6
2021-02-05mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe1-7/+2
2021-01-22mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney1-0/+6
2020-12-15mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)1-5/+3
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig1-4/+1
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig1-0/+1
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig1-0/+1
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