aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-05-311-101/+107
|\
| * mm/vmalloc: fix data race in show_numa_info()Jeongjun Park2025-05-221-28/+35
| * mm/vmalloc.c: return explicit error value in alloc_vmap_area()Baoquan He2025-05-131-14/+13
| * mm/vmalloc: optimize function vm_unmap_aliases()Baoquan He2025-05-131-4/+1
| * mm/vmalloc.c: optimize code in decay_va_pool_node() a little bitBaoquan He2025-05-131-12/+11
| * mm/vmalloc.c: find the vmap of vmap_nodes in reverse orderBaoquan He2025-05-131-2/+2
| * mm/vmalloc.c: change purge_ndoes as local static variableBaoquan He2025-05-131-1/+1
| * vmalloc: align nr_vmalloc_pages and vmap_lazy_nrUladzislau Rezki (Sony)2025-05-121-3/+2
| * vmalloc: use atomic_long_add_return_relaxed()Uladzislau Rezki (Sony)2025-05-121-1/+1
| * vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)2025-05-121-4/+15
| * vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)2025-05-121-25/+15
| * vmalloc: add for_each_vmap_node() helperUladzislau Rezki (Sony)2025-05-121-0/+5
| * memcg: vmalloc: simplify MEMCG_VMALLOC updatesShakeel Butt2025-05-121-8/+7
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2025-05-281-4/+36
|\ \
| * | mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptesRyan Roberts2025-05-091-0/+14
| * | mm/vmalloc: Gracefully unmap huge ptesRyan Roberts2025-05-091-2/+16
| * | mm/vmalloc: Warn on improper use of vunmap_range()Ryan Roberts2025-05-091-2/+6
* | | Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-05-261-5/+6
|\ \ \
| * | | mm: Add vmalloc_huge_node()Peter Zijlstra2025-05-031-5/+6
| |/ /
* | | mm: vmalloc: only zero-init on vrealloc shrinkKees Cook2025-05-251-5/+7
* | | mm: vmalloc: actually use the in-place vrealloc regionKees Cook2025-05-251-0/+1
| |/ |/|
* | mm: vmalloc: support more granular vrealloc() sizingKees Cook2025-05-081-7/+24
|/
* mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye2025-03-181-12/+8
* mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2025-03-061-2/+2
* mm: alloc_pages_bulk: rename APILuiz Capitulino2025-01-261-2/+2
* vmalloc: fix accounting with i915Matthew Wilcox (Oracle)2024-12-191-2/+4
* mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko2024-12-061-1/+2
* alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2024-11-071-2/+2
* execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)2024-11-071-0/+5
* mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)2024-11-071-7/+2
* mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang2024-11-061-8/+26
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-39/+100
|\
| * mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)2024-09-091-2/+2
| * mm/vmalloc.c: use helper function va_size()ZhangPeng2024-09-091-9/+8
| * mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-091-8/+3
| * mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)2024-09-041-20/+17
| * mm: vmalloc: add optimization hint on page existence checkMiao Wang2024-09-021-1/+1
| * mm: vmalloc: implement vrealloc()Danilo Krummrich2024-09-021-0/+70
* | mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang2024-09-021-1/+4
* | mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon2024-09-021-1/+1
|/
* mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu2024-08-161-9/+2
* Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-1/+9
|\
| * mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)2024-07-041-1/+9
* | vmalloc: modify the alloc_vmap_area() error message for better diagnosticsShubhang Kaushik OS2024-07-041-2/+2
* | mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()Uros Bizjak2024-07-041-2/+3
|/
* mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang2024-06-251-6/+15
* vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang2024-06-061-1/+1
* mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu2024-05-241-3/+2
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-66/+72
|\
| * mm: vmalloc: dump page owner info if page is already mappedHariom Panthi2024-05-061-1/+9