summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-121-0/+13
|\
| * mm: Make mem_obj_dump() vmalloc() dumps include start and lengthPaul E. McKenney2021-01-221-1/+2
| * mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney2021-01-221-0/+12
* | mm/vmalloc.c: fix potential memory leakMiaohe Lin2021-01-121-1/+3
|/
* mm/vmalloc.c: fix kasan shadow poisoning sizeVincenzo Frascino2020-12-151-1/+1
* mm/vmalloc: Fix unlock order in s_stop()Waiman Long2020-12-151-2/+2
* mm/vmalloc.c: remove unnecessary return statementBaolin Wang2020-12-151-1/+0
* mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverseAlex Shi2020-12-151-0/+1
* mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)2020-12-151-40/+50
* mm/vmalloc: use free_vm_area() if an allocation failsUladzislau Rezki (Sony)2020-12-151-2/+1
* mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflowAndrew Morton2020-12-151-1/+3
* mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig2020-10-181-2/+0
* mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig2020-10-181-12/+10
* mm: remove alloc_vm_areaChristoph Hellwig2020-10-181-48/+0
* mm: add a vmap_pfn functionChristoph Hellwig2020-10-181-0/+45
* mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig2020-10-181-2/+7
* mm: update the documentation for vfreeMatthew Wilcox (Oracle)2020-10-181-10/+11
* mm/vmalloc.c: fix the comment of find_vm_areaHui Su2020-10-131-2/+2
* mm/vmalloc.c: update the comment in __vmalloc_area_node()Hui Su2020-10-131-1/+1
* mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V2020-08-211-0/+2
* mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)2020-08-071-9/+32
* mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport2020-08-071-1/+0
* mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)2020-08-071-0/+1
* mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)2020-08-071-19/+6
* mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)2020-08-071-34/+8
* mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)2020-08-071-11/+14
* vmalloc: convert to XArrayMatthew Wilcox (Oracle)2020-08-071-29/+11
* mm: move p?d_alloc_track to separate header fileJoerg Roedel2020-08-071-0/+1
* mm: remove vmalloc_execChristoph Hellwig2020-06-261-20/+0
* mm/vmalloc.c: fix a warning while make xmldocsMasanari Iida2020-06-261-1/+0
* mm/vmalloc: fix a typo in commentJeongtae Park2020-06-041-1/+1
* mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-21/+0
* mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2020-06-021-26/+69
* mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-021-20/+0
* mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-9/+8
* mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-9/+1
* mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-06-021-14/+6
* mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig2020-06-021-21/+14
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
* mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-1/+1
* mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-2/+2
* mm: remove unmap_vmap_areaChristoph Hellwig2020-06-021-9/+1
* mm: remove map_vm_rangeChristoph Hellwig2020-06-021-14/+7
* mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig2020-06-021-2/+2
* mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig2020-06-021-6/+5
* mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig2020-06-021-58/+40
* mm: pass addr as unsigned long to vb_freeChristoph Hellwig2020-06-021-9/+7
* mm: only allow page table mappings for built-in zsmallocChristoph Hellwig2020-06-021-2/+0
* mm: unexport unmap_kernel_range_noflushChristoph Hellwig2020-06-021-1/+0
* mm: remove __get_vm_areaChristoph Hellwig2020-06-021-8/+0