summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
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
2024-05-05mm: vmalloc: dump page owner info if page is already mappedHariom Panthi-1/+9
2024-05-05mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu-1/+1
2024-04-25mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()Baoquan He-8/+12
2024-04-25mm/vmalloc: eliminated the lock contention from twice to oncerulinhuang-28/+22
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet-37/+37
2024-04-05mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)-30/+43
2024-04-05mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)-0/+3
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-267/+813
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov-8/+15
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov-2/+57
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov-0/+13
2024-02-23mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)-16/+17
2024-02-23mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)-14/+46
2024-02-23mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)-0/+39
2024-02-23mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)-6/+23
2024-02-23mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)-73/+47
2024-02-23mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)-14/+53
2024-02-23mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)-6/+6
2024-02-23mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)-45/+342
2024-02-23mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)-53/+82
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He-2/+0
2024-02-23mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)-68/+174
2024-02-23mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)-41/+41
2024-02-23mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)-7/+6
2024-02-23mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)-13/+28
2023-11-01mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He-1/+1