index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
7 days
mm/vmalloc: do not warn on -ENOMEM from va_alloc()
Uladzislau Rezki (Sony)
7 days
mm/vmalloc: make vm_struct.nr_pages an unsigned long
Artem Lytkin
7 days
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up
Andrew Morton
2026-08-04
arm64: remove redundant concurrent ptdump UAF mitigation
Lorenzo Stoakes (ARM)
2026-08-04
mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
Lorenzo Stoakes (ARM)
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
2026-07-30
mm/vmalloc: add alignment info in warning print as possible failure reason
Feng Tang
2026-07-28
mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()
Markus Elfring
2026-07-28
mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
Kaitao Cheng
2026-06-02
mm/vmalloc: free unused pages on vrealloc() shrink
Shivam Kalra
2026-06-02
mm/vmalloc: use physical page count in vread_iter() for VM_ALLOC areas
Shivam Kalra
2026-06-02
mm/vmalloc: use physical page count for vrealloc() grow-in-place check
Shivam Kalra
2026-06-02
mm/vmalloc: extract vm_area_free_pages() helper from vfree()
Shivam Kalra
2026-05-28
vmalloc: add __GFP_SKIP_KASAN support
Muhammad Usama Anjum
2026-05-28
vmalloc: optimize vfree with free_pages_bulk()
Ryan Roberts
2026-05-21
mm/vmalloc: do not trigger BUG() on BH disabled context
Uladzislau Rezki (Sony)
2026-04-27
vmalloc: fix buffer overflow in vrealloc_node_align()
Marco Elver
2026-04-19
Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-04-18
mm/vmalloc: take vmap_purge_lock in shrinker
Uladzislau Rezki (Sony)
2026-04-05
mm: vmalloc: update outdated comment for renamed vread()
Kexin Sun
2026-04-05
vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY
Michal Hocko
2026-04-05
mm/vmalloc: fix incorrect size reporting on allocation failure
Uladzislau Rezki (Sony)
2026-04-05
mm/vmalloc: export clear_vm_uninitialized_flag()
Pasha Tatashin
2026-04-05
mm: memcontrol: switch to native NR_VMALLOC vmstat counter
Johannes Weiner
2026-04-05
mm: vmalloc: streamline vmalloc memory accounting
Johannes Weiner
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
2026-01-26
vmalloc: export vrealloc_node_align_noprof
Alice Ryhl
2026-01-26
mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_node
Deepanshu Kartikey
2026-01-26
mm/kasan: fix KASAN poisoning in vrealloc()
Andrey Ryabinin
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2026-01-20
mm/vmalloc: clarify why vmap_range_noflush() might sleep
Brendan Jackman
2026-01-14
mm: vmalloc: fix up vrealloc_node_align() kernel-doc macro name
Bagas Sanjaya
2025-12-23
kasan: refactor pcpu kasan vmalloc unpoison
Maciej Wieczor-Retman
2025-12-23
mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN
Jiayuan Chen
2025-11-24
mm/vmalloc: cleanup gfp flag use in new_vmap_block()
Vishal Moola (Oracle)
2025-11-24
mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
Vishal Moola (Oracle)
2025-11-24
mm/vmalloc: add a helper to optimize vmalloc allocation gfps
Vishal Moola (Oracle)
2025-11-24
mm/vmalloc: warn on invalid vmalloc gfp flags
Vishal Moola (Oracle)
2025-11-16
mm/vmalloc: request large order pages from buddy allocator
Vishal Moola (Oracle)
2025-11-16
mm/vmalloc: use kmalloc_array() instead of kmalloc()
Mehdi Ben Hadj Khelifa
2025-11-16
vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() ...
Bagas Sanjaya
2025-11-16
vmalloc: update __vmalloc_node_noprof() documentation
Uladzislau Rezki (Sony)
2025-11-16
mm: vmalloc: WARN_ON if mapping size is not PAGE_SIZE aligned
Yadong Qi
2025-11-16
mm/vmalloc: update __vmalloc_node_range() documentation
Uladzislau Rezki (Sony)
2025-11-16
kmsan: remove hard-coded GFP_KERNEL flags
Uladzislau Rezki (Sony)
2025-11-16
mm/vmalloc: handle non-blocking GFP in __vmalloc_area_node()
Uladzislau Rezki (Sony)
2025-11-16
mm/vmalloc: defer freeing partly initialized vm_struct
Uladzislau Rezki (Sony)
2025-11-16
mm/vmalloc: support non-blocking GFP flags in alloc_vmap_area()
Uladzislau Rezki (Sony)
[next]