summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun
2021-11-06mm/vmalloc: be more explicit about supported gfp flagsMichal Hocko
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang
2021-11-06vmalloc: choose a better start address in vm_area_register_early()Kefeng Wang
2021-11-06vmalloc: back off when the current task is OOM-killedVasily Averin
2021-11-06mm/vmalloc: check various alignments when debuggingUladzislau Rezki (Sony)
2021-11-06mm/vmalloc: do not adjust the search size for alignment overheadUladzislau Rezki (Sony)
2021-11-06mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfoEric Dumazet
2021-11-06mm/vmalloc: make show_numa_info() aware of hugepage mappingsEric Dumazet
2021-11-06mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra
2021-11-06mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()Vasily Averin
2021-10-28mm/vmalloc: fix numa spreading for large hash tablesChen Wandun
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig
2021-09-03mm/vmalloc: fix wrong behavior in vreadChen Wandun
2021-09-03mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)
2021-09-03mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)
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