summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
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
2023-02-09mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He
2023-02-09mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2023-02-09mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He
2023-02-09mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-02mm: refactor va_remove_mappingsChristoph Hellwig
2023-02-02mm: split __vunmapChristoph Hellwig
2023-02-02mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig
2023-02-02mm: use remove_vm_area in __vunmapChristoph Hellwig
2023-02-02mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig
2023-02-02mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig
2023-02-02mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig
2023-02-02mm: remove __vfree_deferredChristoph Hellwig
2023-02-02mm: remove __vfreeChristoph Hellwig
2023-02-02mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig
2023-01-18mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()Uladzislau Rezki (Sony)
2023-01-18mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()Uladzislau Rezki (Sony)
2023-01-18mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()Lorenzo Stoakes
2022-11-08mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)