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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-28
powerpc/mm: Parenthesise IS_ENABLED() in if condition
Stephen Rothwell
1
-1
/
+1
2016-07-27
tty/hvc: Use opal irqchip interface if available
Sam Mendoza-Jonas
1
-1
/
+7
2016-07-27
tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
Sam Mendoza-Jonas
3
-2
/
+11
2016-07-26
selftests/powerpc: exec() with suspended transaction
Cyril Bur
5
-18
/
+98
2016-07-26
powerpc: Improve comment explaining why we modify VRSAVE
Anton Blanchard
1
-4
/
+5
2016-07-26
powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
Michael Ellerman
1
-2
/
+0
2016-07-26
powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header
Michael Ellerman
3
-8
/
+8
2016-07-26
powerpc/mm: Fix build break when PPC_NATIVE=n
Michael Ellerman
1
-1
/
+4
2016-07-21
crypto: vmx - Convert to CPU feature based module autoloading
Alastair D'Silva
2
-5
/
+3
2016-07-21
powerpc: Add module autoloading based on CPU features
Alastair D'Silva
2
-0
/
+41
2016-07-21
powerpc/powernv/ioda: Fix endianness when reading TCEs
Alexey Kardashevskiy
1
-2
/
+2
2016-07-21
powerpc/mm: Add memory barrier in __hugepte_alloc()
Sukadev Bhattiprolu
1
-0
/
+7
2016-07-21
powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call
Michael Ellerman
1
-2
/
+3
2016-07-21
powerpc/ftrace: Separate the heuristics for checking call sites
Michael Ellerman
1
-17
/
+18
2016-07-21
powerpc: Merge 32-bit and 64-bit setup_arch()
Benjamin Herrenschmidt
6
-233
/
+250
2016-07-21
powerpc/64: Make a few boot functions __init
Benjamin Herrenschmidt
1
-3
/
+3
2016-07-21
powerpc: Re-order setup_panic()
Benjamin Herrenschmidt
3
-6
/
+6
2016-07-21
powerpc: Re-order the call to smp_setup_cpu_maps()
Benjamin Herrenschmidt
2
-3
/
+4
2016-07-21
powerpc/32: Move cache info inits to a separate function
Benjamin Herrenschmidt
1
-11
/
+16
2016-07-21
powerpc/64: Move the content of setup_system() to setup_arch()
Benjamin Herrenschmidt
2
-76
/
+63
2016-07-21
powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()
Benjamin Herrenschmidt
1
-9
/
+4
2016-07-21
powerpc/64: Move the boot time info banner to a separate function
Benjamin Herrenschmidt
1
-31
/
+33
2016-07-21
powerpc: Get rid of ppc_md.init_early()
Benjamin Herrenschmidt
15
-60
/
+43
2016-07-21
powerpc: Move 32-bit probe() machine to later in the boot process
Benjamin Herrenschmidt
83
-289
/
+120
2016-07-21
powerpc/64: Move 64-bit probe_machine() to later in the boot process
Benjamin Herrenschmidt
8
-26
/
+21
2016-07-21
powerpc: Ensure that ppc_md is empty before probing for machine type
Benjamin Herrenschmidt
1
-0
/
+12
2016-07-21
powerpc/mm: Move hash table ops to a separate structure
Benjamin Herrenschmidt
13
-128
/
+151
2016-07-21
powerpc/pmac: Remove spurrious machine type test
Benjamin Herrenschmidt
1
-3
/
+0
2016-07-21
powerpc/mm/hash64: Don't test for machine type to detect HEA special case
Benjamin Herrenschmidt
1
-2
/
+3
2016-07-21
powerpc/mm/hash: Don't use machine_is() early during boot
Benjamin Herrenschmidt
1
-9
/
+17
2016-07-21
powerpc/pasemi: Remove IOBMAP allocation from platform probe()
Benjamin Herrenschmidt
3
-13
/
+5
2016-07-21
powerpc/64: Move MMU backend selection out of platform code
Benjamin Herrenschmidt
11
-26
/
+32
2016-07-21
powerpc/pmac: Remove early allocation of the SMU command buffer
Benjamin Herrenschmidt
3
-24
/
+8
2016-07-21
powerpc: Put exception configuration in a common place
Benjamin Herrenschmidt
8
-103
/
+108
2016-07-21
powerpc: Move FW feature probing out of pseries probe()
Benjamin Herrenschmidt
5
-48
/
+56
2016-07-21
powerpc/dart: Use a cachable DART
Benjamin Herrenschmidt
5
-144
/
+88
2016-07-21
powerpc: Move 64-bit memory reserves to setup_arch()
Benjamin Herrenschmidt
1
-11
/
+11
2016-07-21
powerpc: Move 64-bit feature fixup earlier
Benjamin Herrenschmidt
1
-2
/
+3
2016-07-21
powerpc: Factor do_feature_fixup calls
Benjamin Herrenschmidt
5
-30
/
+37
2016-07-20
dt: Add of_device_compatible_match()
Benjamin Herrenschmidt
2
-0
/
+24
2016-07-20
PCI: rpaphp: Fix slot registration for multiple slots under a PHB
Tyrel Datwyler
1
-5
/
+12
2016-07-19
powerpc/32: Remove RELOCATABLE_PPC32
Kevin Hao
5
-11
/
+6
2016-07-19
powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64
Kevin Hao
1
-38
/
+27
2016-07-19
powerpc/32/booke: Fix the build error when CRASH_DUMP is enabled
Kevin Hao
1
-1
/
+1
2016-07-19
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events
John Allen
1
-1
/
+3
2016-07-19
powerpc/pseries: Add support for hotplug interrupt source
John Allen
2
-0
/
+41
2016-07-19
powerpc/pseries: Add pseries hotplug workqueue
John Allen
1
-0
/
+52
2016-07-19
cxl: fix potential NULL dereference in free_adapter()
Andrew Donnellan
1
-7
/
+9
2016-07-19
cxl: remove dead Kconfig options
Andrew Donnellan
2
-14
/
+0
2016-07-19
powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n
Ian Munsie
1
-8
/
+26
[next]