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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-30
ARM: l2c: tegra: convert to common l2c310 early resume functionality
Russell King
4
-46
/
+4
2014-05-30
ARM: l2c: tegra: remove cache size override
Russell King
1
-17
/
+1
2014-05-30
ARM: l2c: sti: convert to generic l2c OF initialisation
Russell King
1
-21
/
+6
2014-05-30
ARM: l2c: spear13xx: remove cache size override
Russell King
1
-1
/
+1
2014-05-30
ARM: l2c: socfpga: convert to generic l2c OF initialisation
Russell King
1
-7
/
+2
2014-05-30
ARM: l2c: shmobile: remove cache size override
Russell King
6
-6
/
+6
2014-05-30
ARM: l2c: rockchip: convert to generic l2c OF initialisation
Russell King
1
-7
/
+2
2014-05-30
ARM: l2c: realview: improve commentry about the L2 cache requirements
Russell King
3
-5
/
+21
2014-05-30
ARM: l2c: prima2: convert to generic l2c OF initialisation
Russell King
5
-33
/
+8
2014-05-30
ARM: l2c: prima2: remove cache size override
Russell King
1
-20
/
+2
2014-05-30
ARM: l2c: AM43x: add L2 cache support
Sekhar Nori
2
-0
/
+2
2014-05-30
ARM: l2c: omap2+: get rid of init call
Sekhar Nori
3
-9
/
+3
2014-05-30
ARM: l2c: omap2+: get rid of redundant cache replacement policy setting
Sekhar Nori
1
-4
/
+3
2014-05-30
ARM: l2c: omap2: avoid reading directly from the L2 registers in platform code
Russell King
1
-10
/
+6
2014-05-30
ARM: l2c: omap2: remove explicit non-secure access bits
Russell King
1
-4
/
+2
2014-05-30
ARM: l2c: omap2: remove cache size override
Russell King
1
-5
/
+3
2014-05-30
ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache
Russell King
1
-5
/
+0
2014-05-30
ARM: l2c: omap2: implement new write_sec method
Russell King
1
-16
/
+26
2014-05-30
ARM: l2c: nomadik: convert to generic l2c OF initialisation
Russell King
1
-10
/
+3
2014-05-30
ARM: l2c: nomadik: remove cache size override
Russell King
1
-1
/
+1
2014-05-30
ARM: l2c: mvebu: convert to generic l2c OF initialisation
Russell King
1
-3
/
+6
2014-05-30
ARM: l2c: imx vf610: convert to generic l2c OF initialisation
Russell King
1
-7
/
+2
2014-05-30
ARM: l2c: imx: convert to common l2c310 early resume functionality
Russell King
1
-21
/
+3
2014-05-30
ARM: l2c: imx: remove direct write to power control register
Russell King
1
-2
/
+0
2014-05-30
ARM: l2c: highbank: convert to generic l2c OF initialisation
Russell King
1
-6
/
+3
2014-05-30
ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation
Russell King
1
-3
/
+1
2014-05-30
ARM: l2c: highbank: implement new write_sec method
Russell King
1
-5
/
+7
2014-05-30
ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it)
Russell King
1
-6
/
+2
2014-05-30
ARM: l2c: exynos: convert to common l2c310 early resume functionality
Russell King
4
-42
/
+2
2014-05-30
ARM: l2c: exynos: remove cache size override
Russell King
1
-4
/
+1
2014-05-30
ARM: l2c: cns3xxx: remove cache size override
Russell King
1
-1
/
+1
2014-05-30
ARM: l2c: berlin: convert to generic l2c OF initialisation
Russell King
1
-11
/
+6
2014-05-30
ARM: l2c: bcm_5301x: convert to generic l2c OF initialisation
Russell King
1
-7
/
+2
2014-05-30
ARM: l2c: provide common PL310 early resume code
Russell King
2
-1
/
+59
2014-05-30
ARM: l2c: add platform independent core L2 cache OF initialisation
Russell King
2
-0
/
+15
2014-05-30
ARM: l2c: always enable non-secure access to lockdown registers
Russell King
1
-2
/
+21
2014-05-30
ARM: l2c: always enable low power modes
Russell King
1
-0
/
+12
2014-05-30
ARM: l2c: remove platforms/SoCs setting early BRESP
Russell King
11
-20
/
+19
2014-05-30
ARM: l2c: add automatic enable of early BRESP
Russell King
1
-3
/
+22
2014-05-30
ARM: l2c: move L2 cache register saving to a more sensible location
Russell King
1
-12
/
+22
2014-05-30
ARM: l2c: check that DT files specify the required "cache-unified" property
Russell King
1
-0
/
+4
2014-05-30
ARM: l2c: fix register naming
Russell King
14
-95
/
+118
2014-05-30
ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
Russell King
1
-1
/
+17
2014-05-30
ARM: l2c: provide generic hook to intercept writes to secure registers
Russell King
2
-13
/
+34
2014-05-30
ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
Russell King
2
-51
/
+51
2014-05-30
ARM: l2c: move way size calculation data into l2c_init_data
Russell King
1
-9
/
+20
2014-05-30
ARM: l2c: add decode for L2C-220 cache ways
Russell King
1
-0
/
+1
2014-05-30
ARM: l2c: move type string into l2c_init_data structure
Russell King
1
-7
/
+13
2014-05-30
ARM: l2c: remove obsolete l2x0 ops for non-OF init
Russell King
1
-206
/
+0
2014-05-30
ARM: l2c: convert Broadcom L2C-310 to new code
Russell King
1
-16
/
+11
[next]