index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
/
sstep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
Naveen N. Rao
2017-11-12
1
-0
/
+1
*
Merge branch 'fixes' into next
Michael Ellerman
2017-11-10
1
-2
/
+4
|
\
|
*
powerpc/lib/sstep: Fix count leading zeros instructions
Sandipan Das
2017-10-10
1
-2
/
+4
*
|
powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32
Sandipan Das
2017-10-04
1
-0
/
+4
*
|
powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32
Sandipan Das
2017-10-04
1
-0
/
+13
*
|
powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0
Sandipan Das
2017-10-04
1
-0
/
+2
|
/
*
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/sstep: Avoid used uninitialized error
Michael Ellerman
2017-09-02
1
-0
/
+1
*
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: 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
1
-69
/
+159
*
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
1
-40
/
+570
*
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/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 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/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
2017-04-23
1
-38
/
+44
*
powerpc: Emulation support for load/store instructions on LE
Ravi Bangoria
2017-03-03
1
-20
/
+0
*
powerpc/sstep: Return directly after a failed address_ok() in emulate_step()
Markus Elfring
2017-01-25
1
-4
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc/lib: Fix randconfig build failure in sstep.c
Michael Ellerman
2016-11-18
1
-0
/
+1
*
powerpc: EX_TABLE macro for exception tables
Nicholas Piggin
2016-11-14
1
-12
/
+3
*
powerpc/sstep: Fix emulation fall-through
Oliver O'Halloran
2016-05-11
1
-0
/
+1
*
powerpc/sstep: Fix sstep.c compile on powerpcspe
Lennart Sorensen
2016-05-11
1
-0
/
+4
*
powerpc: Fix compilation of emulate_step()
Paul Mackerras
2014-11-12
1
-2
/
+4
*
powerpc: Implement emulation of string loads and stores
Paul Mackerras
2014-09-25
1
-10
/
+49
*
powerpc: Emulate icbi, mcrf and conditional-trap instructions
Paul Mackerras
2014-09-25
1
-0
/
+60
*
powerpc: Split out instruction analysis part of emulate_step()
Paul Mackerras
2014-09-25
1
-360
/
+537
*
powerpc: Fix bugs in emulate_step()
Paul Mackerras
2014-07-22
1
-5
/
+5
*
powerpc: fix typo 'CONFIG_PPC_CPU'
Paul Bolle
2014-06-11
1
-1
/
+1
*
powerpc: Fix Unaligned LE Floating Point Loads and Stores
Tom Musta
2013-10-30
1
-12
/
+40
*
powerpc: Fix Unaligned Loads and Stores
Tom Musta
2013-10-30
1
-0
/
+45
[next]