index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
2023-11-01
mm/vmalloc: fix the unchecked dereference warning in vread_iter()
Baoquan He
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2023-09-05
mm/vmalloc: add a safer version of find_vm_area() for debug
Joel Fernandes (Google)
2023-08-21
mm: add a call to flush_cache_vmap() in vmap_pfn()
Alexandre Ghiti
2023-06-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
2023-06-19
mm/vmalloc: replace the ternary conditional operator with min()
Lu Hongfei
2023-06-19
mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
Lorenzo Stoakes
2023-06-09
mm: vmalloc must set pte via arch code
Ryan Roberts
2023-06-09
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
2023-06-09
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
2023-06-09
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
2023-06-09
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
2023-04-18
mm: vmalloc: rename addr_to_vb_xarray() function
Uladzislau Rezki (Sony)
2023-04-18
mm: vmalloc: remove a global vmap_blocks xarray
Uladzislau Rezki (Sony)
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2023-04-18
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-05
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
2023-04-05
mm: vmalloc: avoid warn_alloc noise caused by fatal signal
Yafang Shao
2023-03-28
mm: prefer xxx_page() alloc/free functions for order-0 pages
Lorenzo Stoakes
2023-03-28
kasan: remove PG_skip_kasan_poison flag
Peter Collingbourne
2023-03-23
mm, vmalloc: fix high order __GFP_NOFAIL allocations
Michal Hocko
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
netfs: Add a function to extract an iterator into a scatterlist
David Howells
2023-02-09
mm/vmalloc: skip the uninitilized vmalloc areas
Baoquan He
2023-02-09
mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
Baoquan He
2023-02-09
mm/vmalloc.c: allow vread() to read out vm_map_ram areas
Baoquan He
2023-02-09
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
2023-02-09
mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
Baoquan He
2023-02-09
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-02
mm: refactor va_remove_mappings
Christoph Hellwig
2023-02-02
mm: split __vunmap
Christoph Hellwig
2023-02-02
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
2023-02-02
mm: use remove_vm_area in __vunmap
Christoph Hellwig
2023-02-02
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
2023-02-02
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
2023-02-02
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
2023-02-02
mm: remove __vfree_deferred
Christoph Hellwig
2023-02-02
mm: remove __vfree
Christoph Hellwig
2023-02-02
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
2023-01-18
mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()
Uladzislau Rezki (Sony)
2023-01-18
mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()
Uladzislau Rezki (Sony)
2023-01-18
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
Lorenzo Stoakes
2022-11-08
mm: vmalloc: use trace_free_vmap_area_noflush event
Uladzislau Rezki (Sony)
[next]