index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2023-04-19
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
1
-1
/
+5
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-3
/
+5
2023-04-06
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
1
-88
/
+147
2023-04-06
mm: vmalloc: avoid warn_alloc noise caused by fatal signal
Yafang Shao
1
-3
/
+5
2023-03-29
mm: prefer xxx_page() alloc/free functions for order-0 pages
Lorenzo Stoakes
1
-1
/
+1
2023-03-29
kasan: remove PG_skip_kasan_poison flag
Peter Collingbourne
1
-1
/
+1
2023-03-24
mm, vmalloc: fix high order __GFP_NOFAIL allocations
Michal Hocko
1
-5
/
+23
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-195
/
+266
2023-02-21
netfs: Add a function to extract an iterator into a scatterlist
David Howells
1
-0
/
+1
2023-02-10
mm/vmalloc: skip the uninitilized vmalloc areas
Baoquan He
1
-0
/
+5
2023-02-10
mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
Baoquan He
1
-7
/
+4
2023-02-10
mm/vmalloc.c: allow vread() to read out vm_map_ram areas
Baoquan He
1
-7
/
+81
2023-02-10
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
1
-4
/
+12
2023-02-10
mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
Baoquan He
1
-0
/
+7
2023-02-10
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
1
-3
/
+2
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-03
mm: refactor va_remove_mappings
Christoph Hellwig
1
-19
/
+8
2023-02-03
mm: split __vunmap
Christoph Hellwig
1
-43
/
+41
2023-02-03
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
1
-9
/
+9
2023-02-03
mm: use remove_vm_area in __vunmap
Christoph Hellwig
1
-21
/
+12
2023-02-03
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
1
-6
/
+4
2023-02-03
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
1
-1
/
+1
2023-02-03
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
1
-53
/
+51
2023-02-03
mm: remove __vfree_deferred
Christoph Hellwig
1
-26
/
+17
2023-02-03
mm: remove __vfree
Christoph Hellwig
1
-12
/
+6
2023-02-03
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
1
-0
/
+3
2023-01-19
mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()
Uladzislau Rezki (Sony)
1
-1
/
+3
2023-01-19
mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()
Uladzislau Rezki (Sony)
1
-31
/
+48
2023-01-19
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
Lorenzo Stoakes
1
-1
/
+1
2022-11-09
mm: vmalloc: use trace_free_vmap_area_noflush event
Uladzislau Rezki (Sony)
1
-1
/
+5
2022-11-09
mm: vmalloc: use trace_purge_vmap_area_lazy event
Uladzislau Rezki (Sony)
1
-2
/
+7
2022-11-09
mm: vmalloc: use trace_alloc_vmap_area event
Uladzislau Rezki (Sony)
1
-0
/
+5
2022-10-04
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
1
-2
/
+18
2022-09-12
mm/vmalloc: extend find_vmap_lowest_match_check with extra arguments
Song Liu
1
-6
/
+7
2022-09-12
mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()
Matthew Wilcox
1
-1
/
+1
2022-07-04
mm/vmalloc: extend __find_vmap_area() with one more argument
Uladzislau Rezki (Sony)
1
-4
/
+4
2022-07-04
mm/vmalloc: initialize VA's list node after unlink
Uladzislau Rezki (Sony)
1
-1
/
+1
2022-07-04
mm/vmalloc: extend __alloc_vmap_area() with extra arguments
Uladzislau Rezki (Sony)
1
-13
/
+17
2022-07-04
mm/vmalloc: make link_va()/unlink_va() common to different rb_root
Uladzislau Rezki (Sony)
1
-12
/
+48
2022-07-04
kasan: fix zeroing vmalloc memory with HW_TAGS
Andrey Konovalov
1
-5
/
+5
2022-06-27
Merge branch 'master' into mm-stable
akpm
1
-1
/
+1
2022-06-17
mm/vmalloc: add code comment for find_vmap_area_exceed_addr()
Baoquan He
1
-2
/
+3
2022-06-17
mm/vmalloc: fix typo in local variable name
Baoquan He
1
-6
/
+6
2022-06-17
mm/vmalloc: remove the redundant boundary check
Baoquan He
1
-4
/
+2
2022-06-17
mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()
Baoquan He
1
-17
/
+6
2022-06-13
usercopy: Handle vm_map_ram() areas
Matthew Wilcox (Oracle)
1
-1
/
+1
[prev]
[next]