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
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
2
-23
/
+0
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-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
powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n
Ian Munsie
1
-8
/
+26
2016-07-19
powerpc/mm: Cleanup LPCR defines
Aneesh Kumar K.V
1
-37
/
+37
2016-07-17
powerpc/mm/radix: Add a kernel command line to disable radix
Aneesh Kumar K.V
1
-0
/
+13
2016-07-17
powerpc/mm/radix: Add LPID based tlb flush helpers
Aneesh Kumar K.V
2
-1
/
+55
2016-07-17
powerpc/mm/radix: Update machine call back to support new HCALL.
Aneesh Kumar K.V
3
-6
/
+16
2016-07-17
powerpc/mm/radix: Update PID switch sequence
Aneesh Kumar K.V
2
-1
/
+7
2016-07-17
powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0
Aneesh Kumar K.V
1
-5
/
+4
2016-07-17
powerpc/mm: Print formation regarding the the MMU mode
Aneesh Kumar K.V
2
-2
/
+4
2016-07-17
powerpc/mm: Clear top 16 bits of va only on older cpus
Aneesh Kumar K.V
3
-6
/
+13
2016-07-17
powerpc/mm: Compile out radix related functions if RADIX_MMU is disabled
Aneesh Kumar K.V
1
-0
/
+5
2016-07-17
powerpc/mm: use _raw variant of page table accessors
Aneesh Kumar K.V
4
-35
/
+91
2016-07-17
powerpc/mm/radix: Update LPCR HR bit as per ISA
Aneesh Kumar K.V
2
-2
/
+3
2016-07-17
powerpc/mm: Fix .long's in tlb-radix.c to more meaningful
Balbir Singh
2
-8
/
+19
2016-07-17
powerpc/pci: Don't try to allocate resources that will be reassigned
Benjamin Herrenschmidt
1
-2
/
+4
2016-07-17
powerpc/powernv/pci: Check status of a PHB before using it
Benjamin Herrenschmidt
1
-0
/
+3
2016-07-17
powerpc/powernv/pci: Use the device-tree to get available range of M64's
Benjamin Herrenschmidt
1
-6
/
+45
2016-07-17
powerpc/powernv/pci: Fallback to OPAL for TCE invalidations
Benjamin Herrenschmidt
1
-4
/
+29
2016-07-17
powerpc/powernv/pci: Rework accessing the TCE invalidate register
Benjamin Herrenschmidt
2
-48
/
+28
2016-07-17
powerpc/powernv/pci: Remove SWINV constants and obsolete TCE code
Benjamin Herrenschmidt
2
-43
/
+10
2016-07-17
powerpc/powernv/pci: Rename TCE invalidation calls
Benjamin Herrenschmidt
3
-25
/
+23
2016-07-17
powerpc/opal: Add real mode call wrappers
Benjamin Herrenschmidt
4
-44
/
+51
2016-07-17
powerpc/pseries/pci: Remove obsolete SW invalidate
Benjamin Herrenschmidt
1
-52
/
+1
2016-07-17
powerpc/powernv: Discover IODA3 PHBs
Benjamin Herrenschmidt
2
-1
/
+6
2016-07-17
powerpc/xics: Add ICP OPAL backend
Benjamin Herrenschmidt
4
-2
/
+155
2016-07-17
powerpc/irq: Add mechanism to force a replay of interrupts
Benjamin Herrenschmidt
2
-0
/
+17
2016-07-17
powerpc/irq: Add support for HV virtualization interrupts
Benjamin Herrenschmidt
4
-0
/
+24
2016-07-17
powerpc/book64s: Move a few exception common handlers to make room
Benjamin Herrenschmidt
1
-8
/
+9
2016-07-15
powerpc/powernv: Add XICS emulation APIs
Benjamin Herrenschmidt
3
-1
/
+14
[next]