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