summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
2025-07-10mm/vmalloc: fix data race in show_numa_info()Jeongjun Park1-28/+35
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-08mm: vmalloc: support more granular vrealloc() sizingKees Cook1-7/+24
2025-03-18mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye1-12/+8
2025-03-06mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts1-2/+2
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2024-12-19vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-06mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko1-1/+2
2024-11-08alloc_tag: populate memory for module tags as neededSuren Baghdasaryan1-2/+2
2024-11-08execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)1-0/+5
2024-11-08mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)1-7/+2
2024-11-06mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang1-8/+26
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+100
2024-09-10mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)1-2/+2
2024-09-10mm/vmalloc.c: use helper function va_size()ZhangPeng1-9/+8
2024-09-10mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li1-8/+3
2024-09-04mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)1-20/+17
2024-09-02mm: vmalloc: add optimization hint on page existence checkMiao Wang1-1/+1
2024-09-02mm: vmalloc: implement vrealloc()Danilo Krummrich1-0/+70
2024-09-02mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang1-1/+4
2024-09-02mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-08-16mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-1/+9
2024-07-04mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)1-1/+9
2024-07-04vmalloc: modify the alloc_vmap_area() error message for better diagnosticsShubhang Kaushik OS1-2/+2
2024-07-04mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()Uros Bizjak1-2/+3
2024-06-25mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-06-06vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang1-1/+1
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-66/+72
2024-05-06mm: vmalloc: dump page owner info if page is already mappedHariom Panthi1-1/+9
2024-05-06mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
2024-04-26mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()Baoquan He1-8/+12
2024-04-26mm/vmalloc: eliminated the lock contention from twice to oncerulinhuang1-28/+22
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet1-37/+37
2024-04-05mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)1-30/+43
2024-04-05mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)1-0/+3
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-267/+813
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-8/+15
2024-03-07mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov1-2/+57
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov1-0/+13
2024-02-24mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)1-16/+17
2024-02-24mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)1-14/+46
2024-02-24mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)1-0/+39
2024-02-24mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)1-6/+23
2024-02-24mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)1-73/+47
2024-02-24mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)1-14/+53
2024-02-24mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)1-6/+6