summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)2023-04-191-6/+6
* mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)2023-04-191-8/+63
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-3/+7
|\
| * mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-181-2/+2
| * mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2023-04-181-1/+5
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-3/+5
|\|
| * mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-061-3/+5
* | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-061-88/+147
* | mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-291-1/+1
* | kasan: remove PG_skip_kasan_poison flagPeter Collingbourne2023-03-291-1/+1
|/
* mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2023-03-241-5/+23
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-195/+266
|\
| * mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He2023-02-101-0/+5
| * mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He2023-02-101-7/+4
| * mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He2023-02-101-7/+81
| * mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2023-02-101-4/+12
| * mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He2023-02-101-0/+7
| * mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee2023-02-101-3/+2
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-1/+1
| * mm: refactor va_remove_mappingsChristoph Hellwig2023-02-031-19/+8
| * mm: split __vunmapChristoph Hellwig2023-02-031-43/+41
| * mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig2023-02-031-9/+9
| * mm: use remove_vm_area in __vunmapChristoph Hellwig2023-02-031-21/+12
| * mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig2023-02-031-6/+4
| * mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig2023-02-031-1/+1
| * mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig2023-02-031-53/+51
| * mm: remove __vfree_deferredChristoph Hellwig2023-02-031-26/+17
| * mm: remove __vfreeChristoph Hellwig2023-02-031-12/+6
| * mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig2023-02-031-0/+3
| * mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()Uladzislau Rezki (Sony)2023-01-191-1/+3
| * mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()Uladzislau Rezki (Sony)2023-01-191-31/+48
| * mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()Lorenzo Stoakes2023-01-191-1/+1
* | netfs: Add a function to extract an iterator into a scatterlistDavid Howells2023-02-211-0/+1
|/
* mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)2022-11-091-1/+5
* mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)2022-11-091-2/+7
* mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)2022-11-091-0/+5
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-2/+18
* mm/vmalloc: extend find_vmap_lowest_match_check with extra argumentsSong Liu2022-09-121-6/+7
* mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()Matthew Wilcox2022-09-121-1/+1
* mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)2022-07-041-4/+4
* mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)2022-07-041-1/+1
* mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)2022-07-041-13/+17
* mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)2022-07-041-12/+48
* kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2022-07-041-5/+5
* Merge branch 'master' into mm-stableakpm2022-06-271-1/+1
|\
| * usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)2022-06-131-1/+1
* | mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He2022-06-171-2/+3
* | mm/vmalloc: fix typo in local variable nameBaoquan He2022-06-171-6/+6
* | mm/vmalloc: remove the redundant boundary checkBaoquan He2022-06-171-4/+2
* | mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()Baoquan He2022-06-171-17/+6
|/