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
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
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
2025-05-12
mm/vmalloc.c: change purge_ndoes as local static variable
Baoquan He
1
-1
/
+1
2025-05-11
vmalloc: align nr_vmalloc_pages and vmap_lazy_nr
Uladzislau Rezki (Sony)
1
-3
/
+2
2025-05-11
vmalloc: use atomic_long_add_return_relaxed()
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-05-11
vmalloc: use for_each_vmap_node() in purge-vmap-area
Uladzislau Rezki (Sony)
1
-4
/
+15
2025-05-11
vmalloc: switch to for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-25
/
+15
2025-05-11
vmalloc: add for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-0
/
+5
2025-05-11
memcg: vmalloc: simplify MEMCG_VMALLOC updates
Shakeel Butt
1
-8
/
+7
2025-05-09
mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes
Ryan Roberts
1
-0
/
+14
2025-05-09
mm/vmalloc: Gracefully unmap huge ptes
Ryan Roberts
1
-2
/
+16
2025-05-09
mm/vmalloc: Warn on improper use of vunmap_range()
Ryan Roberts
1
-2
/
+6
2025-05-07
mm: vmalloc: support more granular vrealloc() sizing
Kees Cook
1
-7
/
+24
2025-05-03
mm: Add vmalloc_huge_node()
Peter Zijlstra
1
-5
/
+6
2025-03-17
mm/vmalloc: refactor __vmalloc_node_range_noprof()
Liu Ye
1
-12
/
+8
2025-03-05
mm: don't skip arch_sync_kernel_mappings() in error paths
Ryan Roberts
1
-2
/
+2
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+2
2024-12-18
vmalloc: fix accounting with i915
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-12-05
mm: fix vrealloc()'s KASAN poisoning logic
Andrii Nakryiko
1
-1
/
+2
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
1
-2
/
+2
[next]