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
/
hugetlb_vmemmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-19
mm, page_alloc: use check_pages_enabled static key to check tail pages
Vlastimil Babka
1
-1
/
+1
2023-03-29
mm: prefer xxx_page() alloc/free functions for order-0 pages
Lorenzo Stoakes
1
-1
/
+1
2023-03-29
mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit
Muchun Song
1
-8
/
+6
2023-02-22
sysctl: fix proc_dobool() usability
Ondrej Mosnacek
1
-1
/
+1
2022-12-01
mm/hugetlb_vmemmap: remap head page to newly allocated page
Joao Martins
1
-7
/
+34
2022-12-01
mm: hugetlb_vmemmap: remove redundant list_del()
Muchun Song
1
-3
/
+1
2022-11-09
mm: hugetlb_vmemmap: include missing linux/moduleparam.h
Vasily Gorbik
1
-0
/
+1
2022-09-12
mm: hugetlb_vmemmap: simplify reset_struct_pages()
Muchun Song
1
-3
/
+2
2022-09-12
mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()
Miaohe Lin
1
-0
/
+5
2022-08-09
mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE
Muchun Song
1
-1
/
+1
2022-08-09
mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
Muchun Song
1
-83
/
+60
2022-08-09
mm: hugetlb_vmemmap: replace early_param() with core_param()
Muchun Song
1
-8
/
+2
2022-08-09
mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
Muchun Song
1
-1
/
+398
2022-08-09
mm: hugetlb_vmemmap: introduce the name HVO
Muchun Song
1
-4
/
+4
2022-08-09
mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
Muchun Song
1
-58
/
+7
2022-07-04
mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...
Muchun Song
1
-8
/
+58
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-06-02
mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
Muchun Song
1
-1
/
+1
2022-05-14
mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl
Muchun Song
1
-9
/
+84
2022-05-14
mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
Muchun Song
1
-5
/
+5
2022-05-14
mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...
Muchun Song
1
-6
/
+6
2022-04-29
mm/hugetlb_vmemmap: move comment block to Documentation/vm
Joao Martins
1
-167
/
+1
2022-04-29
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
1
-2
/
+2
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
1
-5
/
+5
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
1
-22
/
+20
2022-03-23
mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
Muchun Song
1
-6
/
+6
2022-03-23
mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
Muchun Song
1
-28
/
+34
2021-07-01
mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
Muchun Song
1
-2
/
+4
2021-07-01
mm: sparsemem: split the huge PMD mapping of vmemmap pages
Muchun Song
1
-3
/
+2
2021-07-01
mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
Muchun Song
1
-0
/
+33
2021-07-01
mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
Muchun Song
1
-0
/
+24
2021-07-01
mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-0
/
+34
2021-07-01
mm: hugetlb: defer freeing of HugeTLB pages
Muchun Song
1
-12
/
+0
2021-07-01
mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-0
/
+218