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
/
powerpc
/
lib
/
sstep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
powerpc sstep: Add support for prefixed fixed-point arithmetic
Jordan Niethe
1
-0
/
+20
2020-05-18
powerpc sstep: Add support for prefixed load/stores
Jordan Niethe
1
-2
/
+162
2020-05-18
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
1
-1
/
+3
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-2
/
+2
2020-05-18
powerpc: Use a function for getting the instruction op code
Jordan Niethe
1
-1
/
+1
2020-05-18
powerpc: Use an accessor for instructions
Jordan Niethe
1
-133
/
+135
2020-04-01
powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall
Nicholas Piggin
1
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-25
powerpc sstep: Add support for modsd, modud instructions
Sandipan Das
1
-2
/
+15
2019-02-25
powerpc sstep: Add support for modsw, moduw instructions
PrasannaKumar Muralidharan
1
-0
/
+14
2019-02-25
powerpc sstep: Add support for extswsli instruction
Sandipan Das
1
-0
/
+14
2019-02-25
powerpc sstep: Add support for cnttzw, cnttzd instructions
Sandipan Das
1
-0
/
+14
2019-02-25
powerpc: sstep: Add support for darn instruction
Sandipan Das
1
-0
/
+22
2019-02-25
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
Sandipan Das
1
-1
/
+34
2018-06-03
powerpc/sstep: Fix kernel crash if VSX is not present
Ravi Bangoria
1
-0
/
+9
2018-06-03
powerpc/sstep: Introduce GETTYPE macro
Ravi Bangoria
1
-3
/
+3
2018-05-18
powerpc/lib: Fix "integer constant is too large" build failure
Finn Thain
1
-5
/
+6
2018-03-13
powerpc/32: Move the inline keyword at the beginning of function declaration
Mathieu Malaterre
1
-2
/
+2
2017-11-12
powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
Naveen N. Rao
1
-0
/
+1
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
1
-2
/
+4
2017-10-10
powerpc/lib/sstep: Fix count leading zeros instructions
Sandipan Das
1
-2
/
+4
2017-10-04
powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32
Sandipan Das
1
-0
/
+4
2017-10-04
powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32
Sandipan Das
1
-0
/
+13
2017-10-04
powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0
Sandipan Das
1
-0
/
+2
2017-09-20
powerpc/sstep: mullw should calculate a 64 bit signed result
Anton Blanchard
1
-2
/
+3
2017-09-20
powerpc/sstep: Fix issues with mcrf
Anton Blanchard
1
-2
/
+2
2017-09-20
powerpc/sstep: Fix issues with set_cr0()
Anton Blanchard
1
-7
/
+7
2017-09-02
powerpc/sstep: Avoid used uninitialized error
Michael Ellerman
1
-0
/
+1
2017-09-01
powerpc: Wrap register number correctly for string load/store instructions
Paul Mackerras
1
-2
/
+4
2017-09-01
powerpc: Emulate load/store floating point as integer word instructions
Paul Mackerras
1
-15
/
+45
2017-09-01
powerpc: Separate out load/store emulation into its own function
Paul Mackerras
1
-113
/
+145
2017-09-01
powerpc: Handle opposite-endian processes in emulation code
Paul Mackerras
1
-57
/
+127
2017-09-01
powerpc: Set regs->dar if memory access fails in emulate_step()
Paul Mackerras
1
-22
/
+52
2017-09-01
powerpc: Emulate the dcbz instruction
Paul Mackerras
1
-0
/
+32
2017-09-01
powerpc: Emulate load/store floating double pair instructions
Paul Mackerras
1
-16
/
+52
2017-09-01
powerpc: Emulate vector element load/store instructions
Paul Mackerras
1
-2
/
+36
2017-09-01
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
Paul Mackerras
1
-69
/
+159
2017-09-01
powerpc: Make load/store emulation use larger memory accesses
Paul Mackerras
1
-129
/
+106
2017-09-01
powerpc: Add emulation for the addpcis instruction
Paul Mackerras
1
-3
/
+11
2017-09-01
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
Paul Mackerras
1
-6
/
+6
2017-09-01
powerpc: Fix emulation of the isel instruction
Paul Mackerras
1
-8
/
+10
2017-09-01
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
Paul Mackerras
1
-54
/
+55
2017-09-01
powerpc: Handle most loads and stores in instruction emulation code
Paul Mackerras
1
-40
/
+570
2017-09-01
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
Paul Mackerras
1
-42
/
+12
2017-09-01
powerpc: Change analyse_instr so it doesn't modify *regs
Paul Mackerras
1
-253
/
+348
2017-08-10
powerpc/lib/sstep: Add isel instruction emulation
Matt Brown
1
-0
/
+8
2017-08-10
powerpc/lib/sstep: Add prty instruction emulation
Matt Brown
1
-0
/
+26
2017-08-10
powerpc/lib/sstep: Add bpermd instruction emulation
Matt Brown
1
-1
/
+23
2017-08-10
powerpc/lib/sstep: Add popcnt instruction emulation
Matt Brown
1
-1
/
+41
2017-08-10
powerpc/lib/sstep: Add cmpb instruction emulation
Matt Brown
1
-0
/
+20
[next]