summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2024-04-05mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)
2024-04-05mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov
2024-02-23mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)
2023-11-01mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-05mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)
2023-08-21mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins
2023-06-19mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes
2023-06-09mm: vmalloc must set pte via arch codeRyan Roberts
2023-06-09mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner
2023-06-09mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner
2023-06-09mm/vmalloc: check free space in vmap_block locklessThomas Gleixner
2023-06-09mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner
2023-06-09mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner
2023-06-09mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner
2023-04-18mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)
2023-04-18mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes
2023-04-05mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne
2023-03-23mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells
2023-02-09mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He