summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2020-12-15mm/vmalloc.c: fix kasan shadow poisoning sizeVincenzo Frascino
2020-12-15mm/vmalloc: Fix unlock order in s_stop()Waiman Long
2020-12-15mm/vmalloc.c: remove unnecessary return statementBaolin Wang
2020-12-15mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverseAlex Shi
2020-12-15mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)
2020-12-15mm/vmalloc: use free_vm_area() if an allocation failsUladzislau Rezki (Sony)
2020-12-15mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflowAndrew Morton
2020-10-18mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig
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-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)
2020-10-13mm/vmalloc.c: fix the comment of find_vm_areaHui Su
2020-10-13mm/vmalloc.c: update the comment in __vmalloc_area_node()Hui Su
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