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
starfive-6.6.48-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
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
Merge tag 'amlogic-dt64' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
37
-1178
/
+611
2018-03-27
Merge tag 'mvebu-dt64-4.17-2' of git://git.infradead.org/linux-mvebu into nex...
Arnd Bergmann
2
-10
/
+30
2018-03-27
Merge tag 'v4.16-next-dts64' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
5
-5
/
+1238
2018-03-27
arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.h
Will Deacon
1
-0
/
+1
2018-03-27
arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h
Will Deacon
2
-26
/
+29
2018-03-27
arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG
Will Deacon
1
-1
/
+1
2018-03-27
arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SC
Will Deacon
1
-0
/
+3
2018-03-27
arm64: fpsimd: include <linux/init.h> in fpsimd.h
Will Deacon
1
-0
/
+1
2018-03-27
Merge tag 'renesas-arm64-dt-for-v4.17' of ssh://gitolite.kernel.org/pub/scm/l...
Arnd Bergmann
17
-76
/
+2216
2018-03-27
Merge tag 'tegra-for-4.17-arm64-dt' of ssh://gitolite.kernel.org/pub/scm/linu...
Arnd Bergmann
6
-0
/
+630
2018-03-27
Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"
Will Deacon
6
-68
/
+11
2018-03-27
arm64: cpufeature: Avoid warnings due to unused symbols
Will Deacon
2
-8
/
+10
2018-03-27
Revert "arm64: dts: fsl: fix ifc simple-bus unit address format warnings"
Fabio Estevam
7
-19
/
+19
2018-03-26
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
Suzuki K Poulose
2
-1
/
+29
2018-03-26
arm64: Delay enabling hardware DBM feature
Suzuki K Poulose
3
-8
/
+79
2018-03-26
arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35
Suzuki K Poulose
1
-0
/
+4
2018-03-26
arm64: capabilities: Handle shared entries
Suzuki K Poulose
3
-14
/
+66
2018-03-26
arm64: capabilities: Add support for checks based on a list of MIDRs
Suzuki K Poulose
4
-41
/
+60
2018-03-26
arm64: Add helpers for checking CPU MIDR against a range
Suzuki K Poulose
3
-13
/
+37
2018-03-26
arm64: capabilities: Clean up midr range helpers
Suzuki K Poulose
1
-48
/
+60
2018-03-26
arm64: capabilities: Change scope of VHE to Boot CPU feature
Suzuki K Poulose
4
-46
/
+9
2018-03-26
arm64: capabilities: Add support for features enabled early
Suzuki K Poulose
2
-22
/
+83
2018-03-26
arm64: capabilities: Restrict KPTI detection to boot-time CPUs
Suzuki K Poulose
2
-5
/
+20
2018-03-26
arm64: capabilities: Introduce weak features based on local CPU
Suzuki K Poulose
2
-1
/
+9
2018-03-26
arm64: capabilities: Group handling of features and errata workarounds
Suzuki K Poulose
1
-31
/
+42
2018-03-26
arm64: capabilities: Allow features based on local CPU scope
Suzuki K Poulose
1
-6
/
+11
2018-03-26
arm64: capabilities: Split the processing of errata work arounds
Suzuki K Poulose
1
-2
/
+4
2018-03-26
arm64: capabilities: Prepare for grouping features and errata work arounds
Suzuki K Poulose
1
-40
/
+18
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
2
-11
/
+23
2018-03-26
arm64: capabilities: Unify the verification
Suzuki K Poulose
1
-33
/
+58
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
3
-21
/
+89
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
3
-31
/
+124
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
3
-43
/
+40
2018-03-26
arm64: capabilities: Move errata work around check on boot CPU
Suzuki K Poulose
2
-6
/
+6
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
8
-58
/
+67
2018-03-26
arm64/sve: Document firmware support requirements in Kconfig
Dave Martin
1
-0
/
+17
2018-03-23
crypto: arm,arm64 - Fix random regeneration of S_shipped
Leonard Crestez
1
-0
/
+2
2018-03-23
arm64: defconfig: enable stmmac ethernet to defconfig
Dinh Nguyen
1
-1
/
+6
2018-03-23
arm64: dts: stratix10: disable false USB overcurrent on devkit
Dinh Nguyen
1
-0
/
+1
2018-03-23
arm64: dts: stratix10: enable watchdog timer on the S10 devkit
Dinh Nguyen
1
-0
/
+4
2018-03-23
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
1
-0
/
+10
2018-03-22
irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0Rn
Marc Zyngier
1
-5
/
+0
2018-03-20
arm64: dts: uniphier: add syscon property for UniPhier sound system
Katsuhiro Suzuki
2
-2
/
+4
2018-03-20
arm64: allwinner: H5: Add Xunlong Orange Pi Zero Plus
Hauke Mehrtens
2
-0
/
+144
2018-03-20
arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
Dave Martin
3
-19
/
+24
2018-03-20
ARM64: dts: meson-gx: make efuse read-only
Jerome Brunet
1
-0
/
+1
2018-03-20
ARM64: dts: meson: bump mali450 clk to 744MHz
Neil Armstrong
2
-8
/
+14
2018-03-20
arm64: dts: allwinner: a64: Add support for TERES-I laptop
Harald Geyer
2
-0
/
+266
2018-03-20
arm64: dts: allwinner: a64: add simplefb for A64 SoC
Harald Geyer
1
-0
/
+20
2018-03-20
arm64: dts: allwinner: a64: Add watchdog
Harald Geyer
1
-0
/
+7
[prev]
[next]