summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorFilesLines
9 daysmm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
14 daysMerge 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
2024-02-24mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)1-45/+342
2024-02-24mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)1-53/+82
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-2/+0
2024-02-24mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)1-68/+174
2024-02-24mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)1-41/+41
2024-02-24mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)1-7/+6
2024-02-24mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)1-13/+28
2023-11-01mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+1
2023-09-05mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)1-4/+22
2023-08-21mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-4/+13
2023-06-20mm: ptep_get() conversionRyan Roberts1-3/+3
2023-06-20mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins1-2/+1
2023-06-20mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes1-4/+13
2023-06-10mm: vmalloc must set pte via arch codeRyan Roberts1-2/+8
2023-06-10mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner1-8/+20
2023-06-10mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner1-5/+8
2023-06-10mm/vmalloc: check free space in vmap_block locklessThomas Gleixner1-1/+4
2023-06-10mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner1-2/+6
2023-06-10mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner1-24/+46
2023-06-10mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner1-1/+2
2023-04-19mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)1-6/+6
2023-04-19mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)1-8/+63
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-3/+7
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-2/+2
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-1/+5
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-3/+5
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-88/+147