index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
*
powerpc/lib/sstep: Fix count leading zeros instructions
Sandipan Das
2017-10-10
1
-2
/
+4
*
powerpc/sstep: mullw should calculate a 64 bit signed result
Anton Blanchard
2017-09-20
1
-2
/
+3
*
powerpc/sstep: Fix issues with mcrf
Anton Blanchard
2017-09-20
1
-2
/
+2
*
powerpc/sstep: Fix issues with set_cr0()
Anton Blanchard
2017-09-20
1
-7
/
+7
*
powerpc: Fix kernel crash in emulation of vector loads and stores
Paul Mackerras
2017-09-04
1
-4
/
+4
*
powerpc/sstep: Avoid used uninitialized error
Michael Ellerman
2017-09-02
1
-0
/
+1
*
powerpc/32: remove a NOP from memset()
Christophe Leroy
2017-09-01
1
-2
/
+5
*
powerpc/32: optimise memset()
Christophe Leroy
2017-09-01
1
-7
/
+14
*
powerpc: fix location of two EXPORT_SYMBOL
Christophe Leroy
2017-09-01
1
-1
/
+1
*
powerpc/32: add memset16()
Christophe Leroy
2017-09-01
1
-0
/
+14
*
powerpc: Wrap register number correctly for string load/store instructions
Paul Mackerras
2017-09-01
1
-2
/
+4
*
powerpc: Emulate load/store floating point as integer word instructions
Paul Mackerras
2017-09-01
1
-15
/
+45
*
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
2017-09-01
1
-2
/
+2
*
powerpc: Separate out load/store emulation into its own function
Paul Mackerras
2017-09-01
1
-113
/
+145
*
powerpc: Handle opposite-endian processes in emulation code
Paul Mackerras
2017-09-01
1
-57
/
+127
*
powerpc: Set regs->dar if memory access fails in emulate_step()
Paul Mackerras
2017-09-01
1
-22
/
+52
*
powerpc: Emulate the dcbz instruction
Paul Mackerras
2017-09-01
1
-0
/
+32
*
powerpc: Emulate load/store floating double pair instructions
Paul Mackerras
2017-09-01
1
-16
/
+52
*
powerpc: Emulate vector element load/store instructions
Paul Mackerras
2017-09-01
1
-2
/
+36
*
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
Paul Mackerras
2017-09-01
2
-267
/
+202
*
powerpc: Make load/store emulation use larger memory accesses
Paul Mackerras
2017-09-01
1
-129
/
+106
*
powerpc: Add emulation for the addpcis instruction
Paul Mackerras
2017-09-01
1
-3
/
+11
*
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
Paul Mackerras
2017-09-01
1
-6
/
+6
*
powerpc: Fix emulation of the isel instruction
Paul Mackerras
2017-09-01
1
-8
/
+10
*
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
Paul Mackerras
2017-09-01
1
-54
/
+55
*
powerpc: Handle most loads and stores in instruction emulation code
Paul Mackerras
2017-09-01
4
-62
/
+681
*
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
Paul Mackerras
2017-09-01
1
-42
/
+12
*
powerpc: Change analyse_instr so it doesn't modify *regs
Paul Mackerras
2017-09-01
1
-253
/
+348
*
powerpc/string: Implement optimized memset variants
Naveen N. Rao
2017-08-17
1
-1
/
+18
*
powerpc/lib/sstep: Add isel instruction emulation
Matt Brown
2017-08-10
1
-0
/
+8
*
powerpc/lib/sstep: Add prty instruction emulation
Matt Brown
2017-08-10
1
-0
/
+26
*
powerpc/lib/sstep: Add bpermd instruction emulation
Matt Brown
2017-08-10
1
-1
/
+23
*
powerpc/lib/sstep: Add popcnt instruction emulation
Matt Brown
2017-08-10
1
-1
/
+41
*
powerpc/lib/sstep: Add cmpb instruction emulation
Matt Brown
2017-08-10
1
-0
/
+20
*
powerpc: Fix invalid use of register expressions
Andreas Schwab
2017-08-10
4
-74
/
+74
*
Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-07-14
1
-2
/
+17
|
\
|
*
powerpc: Fix emulation of mfocrf in emulate_step()
Anton Blanchard
2017-07-12
1
-0
/
+13
|
*
powerpc: Fix emulation of mcrf in emulate_step()
Anton Blanchard
2017-07-12
1
-2
/
+4
*
|
powerpc: make feature-fixup tests fortify-safe
Daniel Axtens
2017-07-12
1
-90
/
+90
|
/
*
powerpc/lib/code-patching: Use alternate map for patch_instruction()
Balbir Singh
2017-07-03
1
-4
/
+167
*
powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...
Matt Brown
2017-06-02
4
-43
/
+94
*
powerpc/64: Linker on-demand sfpr functions for modules
Nicholas Piggin
2017-05-30
1
-5
/
+8
*
powerpc/64: Do not create new section for save/restore functions
Nicholas Piggin
2017-05-30
1
-4
/
+2
*
powerpc/64: Do not link crtsavres.o in vmlinux
Nicholas Piggin
2017-05-30
1
-2
/
+6
*
powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()
Andrew Jeffery
2017-05-30
1
-2
/
+2
*
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-05-05
2
-39
/
+47
|
\
|
*
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
2017-04-23
2
-39
/
+47
|
*
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-03-07
3
-20
/
+435
|
|
\
*
|
|
powerpc: get rid of zeroing, switch to RAW_COPY_USER
Al Viro
2017-04-06
4
-88
/
+4
[next]