aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)
2022-05-13mm/vmalloc: use raw_cpu_ptr() for vmap_block_queue accessSebastian Andrzej Siewior
2022-05-13mm: functions may simplify the use of return valuesLi kunyu
2022-04-28vmap(): don't allow invalid pagesYury Norov
2022-04-28mm/vmalloc: fix a commentYixuan Cao
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov
2022-03-24kasan, vmalloc: unpoison VM_ALLOC pages after mappingAndrey Konovalov
2022-03-24kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov
2022-03-24kasan, vmalloc: add vmalloc tagging for SW_TAGSAndrey Konovalov
2022-03-24kasan, vmalloc: reset tags in vmalloc functionsAndrey Konovalov
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov
2022-03-22mm/vmalloc.c: fix "unused function" warningJiapeng Chong
2022-03-22mm/vmalloc: eliminate an extra orig_gfp_maskUladzislau Rezki (Sony)
2022-03-22mm/vmalloc: add adjust_search_size parameterUladzislau Rezki
2022-03-22mm/vmalloc: Move draining areas out of caller contextUladzislau Rezki (Sony)
2022-03-22mm/vmalloc: remove unneeded function forward declarationMiaohe Lin
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-01-15mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko
2022-01-15mm/vmalloc: add support for __GFP_NOFAILMichal Hocko
2022-01-15mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
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)