summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
2023-09-05mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)-4/+22
2023-08-21mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti-0/+4
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton-4/+13
2023-06-19mm: ptep_get() conversionRyan Roberts-3/+3
2023-06-19mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins-2/+1
2023-06-19mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei-1/+1
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes-4/+13
2023-06-09mm: vmalloc must set pte via arch codeRyan Roberts-2/+8
2023-06-09mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner-8/+20
2023-06-09mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner-5/+8
2023-06-09mm/vmalloc: check free space in vmap_block locklessThomas Gleixner-1/+4
2023-06-09mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner-2/+6
2023-06-09mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner-24/+46
2023-06-09mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner-1/+2
2023-04-18mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)-6/+6
2023-04-18mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)-8/+63
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-3/+7
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko-2/+2
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko-1/+5
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-3/+5
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes-88/+147
2023-04-05mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao-3/+5
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes-1/+1
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne-1/+1
2023-03-23mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko-5/+23
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-195/+266
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells-0/+1
2023-02-09mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He-0/+5
2023-02-09mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He-7/+4
2023-02-09mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He-7/+81
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He-4/+12
2023-02-09mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He-0/+7
2023-02-09mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee-3/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-02mm: refactor va_remove_mappingsChristoph Hellwig-19/+8
2023-02-02mm: split __vunmapChristoph Hellwig-43/+41
2023-02-02mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig-9/+9
2023-02-02mm: use remove_vm_area in __vunmapChristoph Hellwig-21/+12
2023-02-02mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig-6/+4
2023-02-02mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig-1/+1
2023-02-02mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig-53/+51
2023-02-02mm: remove __vfree_deferredChristoph Hellwig-26/+17
2023-02-02mm: remove __vfreeChristoph Hellwig-12/+6
2023-02-02mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig-0/+3
2023-01-18mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()Uladzislau Rezki (Sony)-1/+3
2023-01-18mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()Uladzislau Rezki (Sony)-31/+48
2023-01-18mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()Lorenzo Stoakes-1/+1
2022-11-08mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)-1/+5
2022-11-08mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)-2/+7
2022-11-08mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)-0/+5