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