summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
14 daysMerge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook
2025-05-22mm/vmalloc: fix data race in show_numa_info()Jeongjun Park
2025-05-12mm/vmalloc.c: return explicit error value in alloc_vmap_area()Baoquan He
2025-05-12mm/vmalloc: optimize function vm_unmap_aliases()Baoquan He
2025-05-12mm/vmalloc.c: optimize code in decay_va_pool_node() a little bitBaoquan He
2025-05-12mm/vmalloc.c: find the vmap of vmap_nodes in reverse orderBaoquan He
2025-05-12mm/vmalloc.c: change purge_ndoes as local static variableBaoquan He
2025-05-11vmalloc: align nr_vmalloc_pages and vmap_lazy_nrUladzislau Rezki (Sony)
2025-05-11vmalloc: use atomic_long_add_return_relaxed()Uladzislau Rezki (Sony)
2025-05-11vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)
2025-05-11vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)
2025-05-11vmalloc: add for_each_vmap_node() helperUladzislau Rezki (Sony)
2025-05-11memcg: vmalloc: simplify MEMCG_VMALLOC updatesShakeel Butt
2025-05-09mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptesRyan Roberts
2025-05-09mm/vmalloc: Gracefully unmap huge ptesRyan Roberts
2025-05-09mm/vmalloc: Warn on improper use of vunmap_range()Ryan Roberts
2025-05-07mm: vmalloc: support more granular vrealloc() sizingKees Cook
2025-05-03mm: Add vmalloc_huge_node()Peter Zijlstra
2025-03-17mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye
2025-03-05mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2024-12-18vmalloc: fix accounting with i915Matthew Wilcox (Oracle)
2024-12-05mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)
2024-11-07mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)
2024-11-05mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-09mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)
2024-09-09mm/vmalloc.c: use helper function va_size()ZhangPeng
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-03mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)
2024-09-01mm: vmalloc: add optimization hint on page existence checkMiao Wang
2024-09-01mm: vmalloc: implement vrealloc()Danilo Krummrich
2024-09-01mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang
2024-09-01mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon
2024-08-15mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)
2024-07-03vmalloc: modify the alloc_vmap_area() error message for better diagnosticsShubhang Kaushik OS
2024-07-03mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()Uros Bizjak
2024-06-24mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang
2024-06-05vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm: vmalloc: dump page owner info if page is already mappedHariom Panthi