index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
mm: vmalloc: check if a hash-index is in cpu_possible_mask
Uladzislau Rezki (Sony)
1
-1
/
+9
2024-06-25
mm: fix incorrect vbq reference in purge_fragmented_block
Zhaoyang Huang
1
-6
/
+15
2024-06-06
vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()
Cong Wang
1
-1
/
+1
2024-05-24
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Hailong.Liu
1
-3
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-66
/
+72
2024-05-06
mm: vmalloc: dump page owner info if page is already mapped
Hariom Panthi
1
-1
/
+9
2024-05-06
mm/vmalloc: fix return value of vb_alloc if size is 0
Hailong.Liu
1
-1
/
+1
2024-04-26
mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()
Baoquan He
1
-8
/
+12
2024-04-26
mm/vmalloc: eliminated the lock contention from twice to once
rulinhuang
1
-28
/
+22
2024-04-26
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
1
-37
/
+37
2024-04-05
mm: vmalloc: fix lockdep warning
Uladzislau Rezki (Sony)
1
-30
/
+43
2024-04-05
mm: vmalloc: bail out early in find_vmap_area() if vmap is not init
Uladzislau Rezki (Sony)
1
-0
/
+3
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-267
/
+813
2024-03-11
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
1
-8
/
+15
2024-03-07
mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
Alexei Starovoitov
1
-2
/
+57
2024-03-06
mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.
Alexei Starovoitov
1
-0
/
+13
2024-02-24
mm: vmalloc: refactor vmalloc_dump_obj() function
Uladzislau Rezki (Sony)
1
-16
/
+17
2024-02-24
mm: vmalloc: improve description of vmap node layer
Uladzislau Rezki (Sony)
1
-14
/
+46
2024-02-24
mm: vmalloc: add a shrinker to drain vmap pools
Uladzislau Rezki (Sony)
1
-0
/
+39
2024-02-24
mm: vmalloc: set nr_nodes based on CPUs in a system
Uladzislau Rezki (Sony)
1
-6
/
+23
2024-02-24
mm: vmalloc: support multiple nodes in vmallocinfo
Uladzislau Rezki (Sony)
1
-73
/
+47
2024-02-24
mm: vmalloc: support multiple nodes in vread_iter
Uladzislau Rezki (Sony)
1
-14
/
+53
2024-02-24
mm: vmalloc: add a scan area of VA only once
Uladzislau Rezki (Sony)
1
-6
/
+6
2024-02-24
mm: vmalloc: offload free_vmap_area_lock lock
Uladzislau Rezki (Sony)
1
-45
/
+342
2024-02-24
mm: vmalloc: remove global purge_vmap_area_root rb-tree
Uladzislau Rezki (Sony)
1
-53
/
+82
2024-02-24
mm/vmalloc: remove vmap_area_list
Baoquan He
1
-2
/
+0
2024-02-24
mm: vmalloc: remove global vmap_area_root rb-tree
Uladzislau Rezki (Sony)
1
-68
/
+174
2024-02-24
mm: vmalloc: move vmap_init_free_space() down in vmalloc.c
Uladzislau Rezki (Sony)
1
-41
/
+41
2024-02-24
mm: vmalloc: rename adjust_va_to_fit_type() function
Uladzislau Rezki (Sony)
1
-7
/
+6
2024-02-24
mm: vmalloc: add va_alloc() helper
Uladzislau Rezki (Sony)
1
-13
/
+28
2023-11-01
mm/vmalloc: fix the unchecked dereference warning in vread_iter()
Baoquan He
1
-1
/
+1
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+1
2023-09-05
mm/vmalloc: add a safer version of find_vm_area() for debug
Joel Fernandes (Google)
1
-4
/
+22
2023-08-21
mm: add a call to flush_cache_vmap() in vmap_pfn()
Alexandre Ghiti
1
-0
/
+4
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-4
/
+13
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-3
/
+3
2023-06-20
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
1
-2
/
+1
2023-06-20
mm/vmalloc: replace the ternary conditional operator with min()
Lu Hongfei
1
-1
/
+1
2023-06-19
mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
Lorenzo Stoakes
1
-4
/
+13
2023-06-10
mm: vmalloc must set pte via arch code
Ryan Roberts
1
-2
/
+8
2023-06-10
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
1
-8
/
+20
2023-06-10
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
1
-5
/
+8
2023-06-10
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
1
-1
/
+4
2023-06-10
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
1
-2
/
+6
2023-06-10
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
1
-24
/
+46
2023-06-10
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
1
-1
/
+2
2023-04-19
mm: vmalloc: rename addr_to_vb_xarray() function
Uladzislau Rezki (Sony)
1
-6
/
+6
2023-04-19
mm: vmalloc: remove a global vmap_blocks xarray
Uladzislau Rezki (Sony)
1
-8
/
+63
2023-04-19
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-3
/
+7
2023-04-19
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
1
-2
/
+2
[next]