summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
2022-01-15mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko-6/+8
2022-01-15mm/vmalloc: add support for __GFP_NOFAILMichal Hocko-5/+17
2022-01-15mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko-2/+21
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt-2/+11
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang-1/+2
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun-4/+16
2021-11-06mm/vmalloc: be more explicit about supported gfp flagsMichal Hocko-2/+10
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang-0/+1
2021-11-06vmalloc: choose a better start address in vm_area_register_early()Kefeng Wang-6/+12
2021-11-06vmalloc: back off when the current task is OOM-killedVasily Averin-0/+3
2021-11-06mm/vmalloc: check various alignments when debuggingUladzislau Rezki (Sony)-4/+4
2021-11-06mm/vmalloc: do not adjust the search size for alignment overheadUladzislau Rezki (Sony)-9/+13
2021-11-06mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfoEric Dumazet-1/+2
2021-11-06mm/vmalloc: make show_numa_info() aware of hugepage mappingsEric Dumazet-3/+3
2021-11-06mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra-0/+7
2021-11-06mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()Vasily Averin-3/+4
2021-10-28mm/vmalloc: fix numa spreading for large hash tablesChen Wandun-6/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+17
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig-5/+17
2021-09-03mm/vmalloc: fix wrong behavior in vreadChen Wandun-1/+28
2021-09-03mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)-10/+8
2021-09-03mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)-5/+27
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman-0/+3
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy-6/+7
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy-3/+18
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini-0/+1
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki-29/+52
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)-12/+9
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)-1/+1
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)-34/+42
2021-06-24mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens-10/+14
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda-0/+17
2021-05-07mm: fix typos in commentsIngo Molnar-3/+3
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand-115/+1
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand-1/+1
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai-1/+1
2021-04-30mm/vmalloc: remove an empty lineUladzislau Rezki (Sony)-1/+0
2021-04-30mm/vmalloc: refactor the preloading loagicUladzislau Rezki (Sony)-33/+27
2021-04-30mm: vmalloc: prevent use after free in _vm_unmap_aliasesVijayanand Jitta-1/+1
2021-04-30mm/vmalloc: improve allocation failure error messagesNicholas Piggin-13/+27
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin-31/+28
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin-37/+28
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin-47/+173
2021-04-30mm/vmalloc: add vmap_range_noflush variantNicholas Piggin-3/+13
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin-0/+202
2021-04-30mm/vmalloc: rename vmap_*_range vmap_pages_*_rangeNicholas Piggin-8/+8
2021-04-30mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_pageNicholas Piggin-15/+26
2021-04-30mm/vmalloc: use rb_tree instead of list for vread() lookupsSerapheim Dimitropoulos-1/+4
2021-04-30mm: unexport remap_vmalloc_range_partialChristoph Hellwig-1/+0