summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-3/+13
* mm/vmalloc: fix a typo in commentQiujun Huang2020-04-071-1/+1
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-4/+7
* Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-201-2/+2
|\
| * mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-2/+2
* | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+8
|\ \ | |/ |/|
| * mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-101-0/+8
* | kasan: don't assume percpu shadow allocations will succeedDaniel Axtens2019-12-171-10/+38
* | kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin2019-12-171-45/+40
|/
* kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-12-011-8/+48
* mm/vmalloc: rework vmap_area_lockUladzislau Rezki (Sony)2019-12-011-30/+50
* mm/vmalloc: add more comments to the adjust_va_to_fit_type()Uladzislau Rezki (Sony)2019-12-011-0/+13
* mm/vmalloc: respect passed gfp_mask when doing preloadingUladzislau Rezki (Sony)2019-12-011-4/+4
* mm/vmalloc: remove preempt_disable/enable when doing preloadingUladzislau Rezki (Sony)2019-12-011-17/+20
* mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo...Liu Xiang2019-12-011-1/+1
* bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-0/+20
* augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-3/+2
* mm/vmalloc.c: move 'area->pages' after if statementAustin Kim2019-09-241-3/+5
* mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-09-241-14/+10