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
2018-01-08
arm64: use RET instruction for exiting the trampoline
Will Deacon
1
-1
/
+9
2018-01-05
arm64: v8.4: Support for new floating point multiplication instructions
Dongjiu Geng
4
-0
/
+5
2018-01-05
arm64: asid: Do not replace active_asids if already 0
Catalin Marinas
1
-8
/
+11
2018-01-02
arm64: make label allocation style consistent in tishift
Jason A. Donenfeld
1
-4
/
+4
2018-01-02
ARM64 / cpuidle: Use new cpuidle macro for entering retention state
Prashanth Prakash
1
-1
/
+7
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
18
-98
/
+308
2017-12-22
arm64: enable 52-bit physical address support
Kristina Martsenko
1
-0
/
+13
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
7
-43
/
+75
2017-12-22
arm64: handle 52-bit physical addresses in page table entries
Kristina Martsenko
5
-20
/
+51
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
4
-7
/
+16
2017-12-22
arm64: head.S: handle 52-bit PAs in PTEs in early page table setup
Kristina Martsenko
2
-9
/
+37
2017-12-22
arm64: handle 52-bit addresses in TTBR
Kristina Martsenko
12
-15
/
+70
2017-12-22
arm64: limit PA size to supported range
Kristina Martsenko
6
-8
/
+34
2017-12-22
arm64: add kconfig symbol to configure physical address size
Kristina Martsenko
3
-2
/
+18
2017-12-11
arm64: kaslr: Put kernel vectors address in separate data page
Will Deacon
4
-2
/
+28
2017-12-11
arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
Will Deacon
4
-4
/
+6
2017-12-11
arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
Will Deacon
1
-0
/
+13
2017-12-11
arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
Will Deacon
4
-6
/
+50
2017-12-11
arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
Will Deacon
1
-7
/
+5
2017-12-11
arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
Will Deacon
2
-12
/
+17
2017-12-11
arm64: entry: Hook up entry trampoline to exception vectors
Will Deacon
1
-3
/
+36
2017-12-11
arm64: entry: Explicitly pass exception level to kernel_ventry macro
Will Deacon
1
-23
/
+23
2017-12-11
arm64: mm: Map entry trampoline into trampoline and kernel page tables
Will Deacon
4
-1
/
+33
2017-12-11
arm64: entry: Add exception trampoline page for exceptions from EL0
Will Deacon
2
-0
/
+103
2017-12-11
arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
Will Deacon
1
-2
/
+14
2017-12-11
arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
Will Deacon
1
-0
/
+8
2017-12-11
arm64: mm: Allocate ASIDs in pairs
Will Deacon
2
-8
/
+18
2017-12-11
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
Will Deacon
10
-21
/
+42
2017-12-11
arm64: mm: Rename post_ttbr0_update_workaround
Will Deacon
3
-5
/
+4
2017-12-11
arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
Will Deacon
4
-36
/
+0
2017-12-11
arm64: mm: Move ASID from TTBR0 to TTBR1
Will Deacon
4
-9
/
+14
2017-12-11
arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
Will Deacon
1
-0
/
+1
2017-12-11
arm64: mm: Use non-global mappings for kernel space
Will Deacon
2
-8
/
+25
2017-12-10
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
59
-107
/
+124
2017-12-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
24
-142
/
+173
2017-12-10
Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
4
-15
/
+15
2017-12-10
Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/...
Olof Johansson
2
-1
/
+2
2017-12-09
kmemcheck: rip it out for real
Michal Hocko
10
-10
/
+0
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
34
-67
/
+120
2017-12-08
Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-29
/
+54
2017-12-08
ARM64: dts: meson-gx: fix UART pclk clock name
Neil Armstrong
2
-5
/
+5
2017-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
26
-30
/
+39
2017-12-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-47
/
+63
2017-12-07
ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds
Arnd Bergmann
1
-0
/
+2
2017-12-07
arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv
Rob Herring
1
-0
/
+1
2017-12-07
s390: fix compat system call table
Heiko Carstens
1
-3
/
+3
2017-12-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
4
-1
/
+6
2017-12-07
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-44
/
+107
2017-12-06
x86/vdso: Change time() prototype to match __vdso_time()
Arnd Bergmann
1
-1
/
+1
2017-12-06
arm64/sve: Avoid dereference of dead task_struct in KVM guest entry
Dave Martin
1
-12
/
+16
[next]