index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-09-23
mm/vmalloc: move resched point into alloc_vmap_area()
Uladzislau Rezki (Sony)
1
-2
/
+6
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-4
/
+4
2025-09-13
mm: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-13
mm/vmalloc: allow to set node and align in vrealloc
Vitaly Wool
1
-5
/
+24
2025-09-08
mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
1
-4
/
+4
2025-07-09
mm/vmalloc: leave lazy MMU mode on PTE mapping error
Alexander Gordeev
1
-7
/
+15
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-101
/
+107
2025-05-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+36
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+6
2025-05-25
mm: vmalloc: only zero-init on vrealloc shrink
Kees Cook
1
-5
/
+7
2025-05-25
mm: vmalloc: actually use the in-place vrealloc region
Kees Cook
1
-0
/
+1
2025-05-22
mm/vmalloc: fix data race in show_numa_info()
Jeongjun Park
1
-28
/
+35
2025-05-12
mm/vmalloc.c: return explicit error value in alloc_vmap_area()
Baoquan He
1
-14
/
+13
2025-05-12
mm/vmalloc: optimize function vm_unmap_aliases()
Baoquan He
1
-4
/
+1
2025-05-12
mm/vmalloc.c: optimize code in decay_va_pool_node() a little bit
Baoquan He
1
-12
/
+11
2025-05-12
mm/vmalloc.c: find the vmap of vmap_nodes in reverse order
Baoquan He
1
-2
/
+2
[next]