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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
arm64: kernel: Create initial ID map from C code
Ard Biesheuvel
11
-295
/
+88
2024-02-16
arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
Ard Biesheuvel
1
-46
/
+19
2024-02-16
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
5
-32
/
+32
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
15
-121
/
+315
2024-02-16
arm64: mmu: Make __cpu_replace_ttbr1() out of line
Ard Biesheuvel
2
-31
/
+33
2024-02-16
arm64: mm: Make kaslr_requires_kpti() a static inline
Ard Biesheuvel
3
-43
/
+39
2024-02-16
arm64: head: move memstart_offset_seed handling to C code
Ard Biesheuvel
3
-7
/
+5
2024-02-16
arm64: head: allocate more pages for the kernel mapping
Ard Biesheuvel
1
-1
/
+10
2024-02-16
arm64: Add helpers to probe local CPU for PAC and BTI support
Ard Biesheuvel
1
-0
/
+32
2024-02-16
arm64: idreg-override: Create a pseudo feature for rodata=off
Ard Biesheuvel
2
-0
/
+3
2024-02-16
arm64: kaslr: Use feature override instead of parsing the cmdline again
Ard Biesheuvel
3
-55
/
+7
2024-02-16
arm64: cpufeature: Add helper to test for CPU feature overrides
Ard Biesheuvel
2
-8
/
+40
2024-02-16
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
6
-31
/
+27
2024-02-16
arm64: head: Run feature override detection before mapping the kernel
Ard Biesheuvel
2
-11
/
+10
2024-02-16
arm64: Move feature overrides into the BSS section
Ard Biesheuvel
1
-7
/
+7
2024-02-16
arm64: head: Clear BSS and the kernel page tables in one go
Ard Biesheuvel
2
-22
/
+14
2024-02-16
arm64: kernel: Remove early fdt remap code
Ard Biesheuvel
2
-18
/
+0
2024-02-16
arm64: idreg-override: Move to early mini C runtime
Ard Biesheuvel
5
-28
/
+30
2024-02-16
arm64: head: move relocation handling to C code
Ard Biesheuvel
5
-104
/
+82
2024-02-16
arm64: kernel: Don't rely on objcopy to make code under pi/ __init
Ard Biesheuvel
2
-9
/
+13
2024-02-16
arm64: kernel: Manage absolute relocations in code built under pi/
Ard Biesheuvel
3
-2
/
+155
2024-02-09
arm64: kaslr: Adjust randomization range dynamically
Ard Biesheuvel
2
-5
/
+8
2024-02-09
arm64: mm: Reclaim unused vmemmap region for vmalloc use
Ard Biesheuvel
1
-2
/
+6
2024-02-09
arm64: vmemmap: Avoid base2 order of struct page size to dimension region
Ard Biesheuvel
1
-4
/
+4
2024-02-09
arm64: ptdump: Discover start of vmemmap region at runtime
Ard Biesheuvel
1
-1
/
+3
2024-02-09
arm64: ptdump: Allow all region boundaries to be defined at boot time
Ard Biesheuvel
1
-32
/
+22
2024-02-09
arm64: mm: Move fixmap region above vmemmap region
Ard Biesheuvel
4
-4
/
+7
2024-02-09
arm64: mm: Move PCI I/O emulation region above the vmemmap region
Ard Biesheuvel
2
-4
/
+4
2024-02-02
Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+28
2024-02-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-16
/
+4
2024-02-02
powerpc: iommu: Bring back table group release_ownership() call
Shivaprasad G Bhat
1
-9
/
+28
2024-02-01
Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-74
/
+118
2024-02-01
Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-10
/
+12
2024-01-31
kbuild: Replace tabs with spaces when followed by conditionals
Dmitry Goncharov
3
-9
/
+9
2024-01-31
parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
Helge Deller
1
-1
/
+1
2024-01-30
parisc: Fix random data corruption from exception handler
Helge Deller
8
-71
/
+108
2024-01-30
arm64: vdso32: Remove unused vdso32-offsets.h
Kevin Brodsky
3
-13
/
+1
2024-01-30
arm64: scs: Disable LTO for SCS patching code
Ard Biesheuvel
1
-0
/
+6
2024-01-30
arm64: Revert "scs: Work around full LTO issue with dynamic SCS"
Ard Biesheuvel
1
-7
/
+1
2024-01-30
Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-1
/
+17
2024-01-28
Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
34
-230
/
+83
2024-01-28
Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-12
/
+49
2024-01-28
parisc: Drop unneeded semicolon in parse_tree_node()
Helge Deller
1
-1
/
+1
2024-01-28
parisc: Prevent hung tasks when printing inventory on serial console
Helge Deller
1
-0
/
+3
2024-01-28
parisc: Check for valid stride size for cache flushes
Helge Deller
1
-0
/
+4
2024-01-28
parisc: Make RO_DATA page aligned in vmlinux.lds.S
Helge Deller
1
-1
/
+1
2024-01-27
Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-11
/
+14
2024-01-27
um: Fix adding '-no-pie' for clang
Nathan Chancellor
1
-1
/
+3
2024-01-27
mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
Xi Ruoyao
1
-0
/
+6
2024-01-27
MIPS: loongson64: set nid for reserved memblock region
Huang Pei
2
-0
/
+5
[next]