summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)
2021-06-24mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-04-30mm/vmalloc: remove an empty lineUladzislau Rezki (Sony)
2021-04-30mm/vmalloc: refactor the preloading loagicUladzislau Rezki (Sony)
2021-04-30mm: vmalloc: prevent use after free in _vm_unmap_aliasesVijayanand Jitta
2021-04-30mm/vmalloc: improve allocation failure error messagesNicholas Piggin
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin
2021-04-30mm/vmalloc: add vmap_range_noflush variantNicholas Piggin
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin
2021-04-30mm/vmalloc: rename vmap_*_range vmap_pages_*_rangeNicholas Piggin
2021-04-30mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_pageNicholas Piggin
2021-04-30mm/vmalloc: use rb_tree instead of list for vread() lookupsSerapheim Dimitropoulos
2021-04-30mm: unexport remap_vmalloc_range_partialChristoph Hellwig
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-01-22mm: Make mem_obj_dump() vmalloc() dumps include start and lengthPaul E. McKenney
2021-01-22mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney
2021-01-12mm/vmalloc.c: fix potential memory leakMiaohe Lin
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