summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc: fix the unchecked dereference warning in vread_iter()Baoquan He2023-11-011-1/+1
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+1
* mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)2023-09-051-4/+22
* mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-211-0/+4
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-4/+13
|\
| * mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes2023-06-191-4/+13
* | mm: ptep_get() conversionRyan Roberts2023-06-191-3/+3
* | mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins2023-06-191-2/+1
* | mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei2023-06-191-1/+1
* | mm: vmalloc must set pte via arch codeRyan Roberts2023-06-091-2/+8
* | mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner2023-06-091-8/+20
* | mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner2023-06-091-5/+8
* | mm/vmalloc: check free space in vmap_block locklessThomas Gleixner2023-06-091-1/+4
* | mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner2023-06-091-2/+6
* | mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner2023-06-091-24/+46
* | mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner2023-06-091-1/+2
|/
* mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)2023-04-181-6/+6
* mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)2023-04-181-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-051-3/+5
* | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-051-88/+147
* | mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-281-1/+1
* | kasan: remove PG_skip_kasan_poison flagPeter Collingbourne2023-03-281-1/+1
|/
* mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2023-03-231-5/+23
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-195/+266
|\
| * mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He2023-02-091-0/+5
| * mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He2023-02-091-7/+4
| * mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He2023-02-091-7/+81
| * mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2023-02-091-4/+12
| * mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He2023-02-091-0/+7
| * mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee2023-02-091-3/+2
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * mm: refactor va_remove_mappingsChristoph Hellwig2023-02-021-19/+8
| * mm: split __vunmapChristoph Hellwig2023-02-021-43/+41
| * mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig2023-02-021-9/+9
| * mm: use remove_vm_area in __vunmapChristoph Hellwig2023-02-021-21/+12
| * mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig2023-02-021-6/+4
| * mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig2023-02-021-1/+1
| * mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig2023-02-021-53/+51
| * mm: remove __vfree_deferredChristoph Hellwig2023-02-021-26/+17
| * mm: remove __vfreeChristoph Hellwig2023-02-021-12/+6
| * mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig2023-02-021-0/+3
| * mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()Uladzislau Rezki (Sony)2023-01-181-1/+3
| * mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()Uladzislau Rezki (Sony)2023-01-181-31/+48
| * mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()Lorenzo Stoakes2023-01-181-1/+1
* | netfs: Add a function to extract an iterator into a scatterlistDavid Howells2023-02-201-0/+1
|/
* mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)2022-11-081-1/+5