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
/
arch
/
x86
/
boot
/
compressed
/
pgtable_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
x86/decompressor: Merge trampoline cleanup with switching code
Ard Biesheuvel
1
-14
/
+4
2023-08-07
x86/decompressor: Pass pgtable address to trampoline directly
Ard Biesheuvel
1
-5
/
+4
2023-08-07
x86/decompressor: Only call the trampoline when changing paging levels
Ard Biesheuvel
1
-13
/
+9
2023-08-07
x86/decompressor: Call trampoline directly from C code
Ard Biesheuvel
1
-19
/
+13
2023-08-07
x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
Ard Biesheuvel
1
-1
/
+11
2023-08-07
x86/decompressor: Assign paging related global variables earlier
Ard Biesheuvel
1
-9
/
+5
2022-04-17
x86/boot: Add an efi.h header for the decompressor
Borislav Petkov
1
-2
/
+1
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
1
-0
/
+2
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-4
/
+4
2020-10-19
x86/boot/64: Initialize 5-level paging variables earlier
Arvind Sankar
1
-0
/
+16
2020-10-01
x86/asm: Replace __force_order with a memory clobber
Arvind Sankar
1
-9
/
+0
2019-08-27
x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...
Kirill A. Shutemov
1
-1
/
+1
2019-08-19
x86/boot/compressed/64: Fix boot on machines with broken E820 table
Kirill A. Shutemov
1
-3
/
+10
2019-07-18
x86/boot/compressed/64: Remove unused variable
Zhenzhong Duan
1
-1
/
+0
2019-02-28
x86/boot/compressed/64: Do not read legacy ROM on EFI system
Kirill A. Shutemov
1
-3
/
+16
2018-08-02
x86/boot/compressed/64: Validate trampoline placement against E820
Kirill A. Shutemov
1
-18
/
+55
2018-05-19
x86/mm: Introduce the 'no5lvl' kernel parameter
Kirill A. Shutemov
1
-2
/
+10
2018-05-19
x86/boot/compressed/64: Fix trampoline page table address calculation
Kirill A. Shutemov
1
-1
/
+1
2018-05-16
x86/boot/compressed/64: Fix moving page table out of trampoline memory
Kirill A. Shutemov
1
-11
/
+3
2018-03-12
x86/boot/compressed/64: Prepare new top-level page table for trampoline
Kirill A. Shutemov
1
-0
/
+61
2018-03-12
x86/boot/compressed/64: Set up trampoline memory
Kirill A. Shutemov
1
-0
/
+7
2018-03-12
x86/boot/compressed/64: Save and restore trampoline memory
Kirill A. Shutemov
1
-0
/
+13
2018-03-12
x86/boot/compressed/64: Find a place for 32-bit trampoline
Kirill A. Shutemov
1
-0
/
+34
2018-03-12
x86/boot/compressed/64: Describe the logic behind the LA57 check
Kirill A. Shutemov
1
-3
/
+15
2018-02-11
x86/boot/compressed/64: Introduce paging_prepare()
Kirill A. Shutemov
1
-13
/
+12
2017-12-07
x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
Kirill A. Shutemov
1
-0
/
+28