summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2020-08-21mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V
2020-08-07mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)
2020-08-07mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport
2020-08-07mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)
2020-08-07mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)
2020-08-07mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)
2020-08-07mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)
2020-08-07vmalloc: convert to XArrayMatthew Wilcox (Oracle)
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-26mm/vmalloc.c: fix a warning while make xmldocsMasanari Iida
2020-06-04mm/vmalloc: fix a typo in commentJeongtae Park
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: switch the test_vmalloc module to use __vmalloc_nodeChristoph 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 prot argument to __vmalloc_nodeChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02mm: remove unmap_vmap_areaChristoph Hellwig
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-02mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig
2020-06-02mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig
2020-06-02mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig
2020-06-02mm: pass addr as unsigned long to vb_freeChristoph Hellwig
2020-06-02mm: only allow page table mappings for built-in zsmallocChristoph Hellwig
2020-06-02mm: unexport unmap_kernel_range_noflushChristoph Hellwig
2020-06-02mm: remove __get_vm_areaChristoph Hellwig
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-04-07mm/vmalloc: fix a typo in commentQiujun Huang
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2019-12-17kasan: don't assume percpu shadow allocations will succeedDaniel Axtens
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
2019-12-01mm/vmalloc: rework vmap_area_lockUladzislau Rezki (Sony)
2019-12-01mm/vmalloc: add more comments to the adjust_va_to_fit_type()Uladzislau Rezki (Sony)
2019-12-01mm/vmalloc: respect passed gfp_mask when doing preloadingUladzislau Rezki (Sony)
2019-12-01mm/vmalloc: remove preempt_disable/enable when doing preloadingUladzislau Rezki (Sony)
2019-12-01mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo...Liu Xiang
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse
2019-09-24mm/vmalloc.c: move 'area->pages' after if statementAustin Kim
2019-09-24mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li