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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
13
-306
/
+326
2020-04-01
powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall
Nicholas Piggin
1
-2
/
+3
2020-04-01
powerpc/64/syscall: Remove non-volatile GPR save optimisation
Nicholas Piggin
2
-66
/
+28
2020-04-01
powerpc/64s/exception: Soft NMI interrupt should not use ret_from_except
Nicholas Piggin
1
-1
/
+29
2020-04-01
powerpc/64s/exception: Reconcile interrupts in system_reset
Nicholas Piggin
1
-4
/
+10
2020-04-01
powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supported
Nicholas Piggin
1
-3
/
+62
2020-04-01
powerpc/64s/exception: Add more comments for interrupt handlers
Nicholas Piggin
1
-38
/
+353
2020-04-01
powerpc/64s/exception: Clean up SRR specifiers
Nicholas Piggin
1
-36
/
+32
2020-04-01
powerpc/64s/exception: Re-inline some handlers
Nicholas Piggin
1
-3
/
+3
2020-04-01
powerpc/64s/exception: Avoid touching the stack in hdecrementer
Nicholas Piggin
3
-15
/
+20
2020-04-01
powerpc/64s/exception: Trim unused arguments from KVMTEST macro
Nicholas Piggin
1
-6
/
+6
2020-04-01
powerpc/64s/exception: Remove the SPR saving patch code macros
Nicholas Piggin
1
-54
/
+28
2020-04-01
powerpc/64s/exception: Remove confusing IEARLY option
Nicholas Piggin
1
-25
/
+24
2020-04-01
powerpc/64s/exception: Move KVM test to common code
Nicholas Piggin
3
-139
/
+139
2020-04-01
powerpc/64s/exception: Move soft-mask test to common code
Nicholas Piggin
1
-57
/
+49
2020-04-01
powerpc/64s/exception: Move real to virt switch into the common handler
Nicholas Piggin
2
-153
/
+116
2020-04-01
powerpc/64s/exception: Add ISIDE option
Nicholas Piggin
1
-7
/
+16
2020-04-01
powerpc/64s/exception: Remove old INT_KVM_HANDLER
Nicholas Piggin
1
-29
/
+26
2020-04-01
powerpc/64s/exception: Remove old INT_COMMON macro
Nicholas Piggin
1
-27
/
+24
2020-04-01
powerpc/64s/exception: Remove old INT_ENTRY macro
Nicholas Piggin
1
-38
/
+30
2020-04-01
powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
Nicholas Piggin
1
-138
/
+418
2020-04-01
powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
Nicholas Piggin
1
-43
/
+117
2020-04-01
powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parameters
Nicholas Piggin
1
-1
/
+11
2020-04-01
powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
Nicholas Piggin
1
-7
/
+17
2020-04-01
powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
Nicholas Piggin
1
-4
/
+73
2020-04-01
powerpc/64: mark emergency stacks valid to unwind
Nicholas Piggin
1
-1
/
+30
2020-04-01
powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
Michael Ellerman
1
-1
/
+3
2020-03-27
powerpc/64: Avoid isync in flush_dcache_range()
Aneesh Kumar K.V
1
-5
/
+1
2020-03-27
powerpc/boot: Delete unneeded .globl _zimage_start
Fangrui Song
1
-3
/
+0
2020-03-27
powerpc/pseries: Handle UE event for memcpy_mcsafe
Ganesh Goudar
4
-6
/
+21
2020-03-26
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
Michael Ellerman
1
-3
/
+2
2020-03-26
powerpc/smp: Drop superfluous NULL check
Michael Ellerman
1
-5
/
+2
2020-03-26
powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.
Douglas Miller
1
-1
/
+6
2020-03-26
powerpc/xive: Add a debugfs file to dump internal XIVE state
Cédric Le Goater
4
-0
/
+129
2020-03-26
powerpc/xmon: Add source flags to output of XIVE interrupts
Cédric Le Goater
1
-1
/
+4
2020-03-26
powerpc/xive: Fix xmon support on the PowerNV platform
Cédric Le Goater
1
-0
/
+4
2020-03-26
powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
Cédric Le Goater
4
-13
/
+14
2020-03-26
powerpc: Prefer __section and __printf from compiler_attributes.h
Nick Desaulniers
2
-2
/
+2
2020-03-25
powerpc/prom_init: Remove leftover comment
Fabiano Rosas
1
-1
/
+0
2020-03-25
powerpc/kprobes: Ignore traps that happened in real mode
Christophe Leroy
1
-0
/
+3
2020-03-25
powerpc/maple: Fix declaration made after definition
Nathan Chancellor
1
-17
/
+17
2020-03-25
powerpc/pseries: Avoid harmless preempt warning
Nicholas Piggin
1
-1
/
+9
2020-03-25
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
4
-41
/
+62
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
6
-78
/
+61
2020-03-25
powerpc/eeh: Remove PHB check in probe
Oliver O'Halloran
1
-6
/
+0
2020-03-25
powerpc/eeh: Do early EEH init only when required
Oliver O'Halloran
1
-2
/
+0
2020-03-25
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
4
-34
/
+0
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
6
-35
/
+2
2020-03-25
powerpc/64: Prevent stack protection in early boot
Michael Ellerman
3
-3
/
+9
2020-03-25
powerpc/64: Setup a paca before parsing device tree etc.
Daniel Axtens
3
-10
/
+31
[next]