Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
005faec05882d5369c6dc4716f282b0cabb3609f
/
arch
/
powerpc
/
lib
/
sstep.c
16e919d
powerpc/lib/sstep: fix 'ptesync' build error
by Anders Roxell
· 3 years, 1 month ago
b0490a0
powerpc/lib/sstep: Fix count leading zeros instructions
by Sandipan Das
· 7 years ago
1575fe0
powerpc/sstep: mullw should calculate a 64 bit signed result
by Anton Blanchard
· 7 years ago
5bcaa4c
powerpc/sstep: Fix issues with mcrf
by Anton Blanchard
· 7 years ago
ad47ff3
powerpc/sstep: Fix issues with set_cr0()
by Anton Blanchard
· 7 years ago
3b79b26
powerpc/sstep: Avoid used uninitialized error
by Michael Ellerman
· 8 years ago
45f6215
powerpc: Wrap register number correctly for string load/store instructions
by Paul Mackerras
· 8 years ago
d2b65ac
powerpc: Emulate load/store floating point as integer word instructions
by Paul Mackerras
· 8 years ago
a53d518
powerpc: Separate out load/store emulation into its own function
by Paul Mackerras
· 8 years ago
d955189
powerpc: Handle opposite-endian processes in emulation code
by Paul Mackerras
· 8 years ago
b9da9c8
powerpc: Set regs->dar if memory access fails in emulate_step()
by Paul Mackerras
· 8 years ago
b2543f7
powerpc: Emulate the dcbz instruction
by Paul Mackerras
· 8 years ago
1f41fb7
powerpc: Emulate load/store floating double pair instructions
by Paul Mackerras
· 8 years ago
e61ccc7
powerpc: Emulate vector element load/store instructions
by Paul Mackerras
· 8 years ago
c22435a5
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
by Paul Mackerras
· 8 years ago
e0a0986
powerpc: Make load/store emulation use larger memory accesses
by Paul Mackerras
· 8 years ago
958465e
powerpc: Add emulation for the addpcis instruction
by Paul Mackerras
· 8 years ago
5762e08
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
by Paul Mackerras
· 8 years ago
f1bbb99
powerpc: Fix emulation of the isel instruction
by Paul Mackerras
· 8 years ago
d120cdb
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
by Paul Mackerras
· 8 years ago
350779a
powerpc: Handle most loads and stores in instruction emulation code
by Paul Mackerras
· 8 years ago
ee0a54d
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
by Paul Mackerras
· 8 years ago
3cdfcbf
powerpc: Change analyse_instr so it doesn't modify *regs
by Paul Mackerras
· 8 years ago
e27f71e
powerpc/lib/sstep: Add isel instruction emulation
by Matt Brown
· 8 years ago
2c979c4
powerpc/lib/sstep: Add prty instruction emulation
by Matt Brown
· 8 years ago
f312793
powerpc/lib/sstep: Add bpermd instruction emulation
by Matt Brown
· 8 years ago
dcbd19b
powerpc/lib/sstep: Add popcnt instruction emulation
by Matt Brown
· 8 years ago
02c0f62
powerpc/lib/sstep: Add cmpb instruction emulation
by Matt Brown
· 8 years ago
64e756c
powerpc: Fix emulation of mfocrf in emulate_step()
by Anton Blanchard
· 8 years ago
87c4b83e
powerpc: Fix emulation of mcrf in emulate_step()
by Anton Blanchard
· 8 years ago
71f6e58
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
by Naveen N. Rao
· 8 years ago
e148bd1
powerpc: Emulation support for load/store instructions on LE
by Ravi Bangoria
· 8 years ago
3c4b66a
powerpc/sstep: Return directly after a failed address_ok() in emulate_step()
by Markus Elfring
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
5e9d0e3
powerpc/lib: Fix randconfig build failure in sstep.c
by Michael Ellerman
· 8 years ago
24bfa6a
powerpc: EX_TABLE macro for exception tables
by Nicholas Piggin
· 8 years ago
6670783
powerpc/sstep: Fix emulation fall-through
by Oliver O'Halloran
· 9 years ago
dd21731
powerpc/sstep: Fix sstep.c compile on powerpcspe
by Lennart Sorensen
· 9 years ago
7048c84
powerpc: Fix compilation of emulate_step()
by Paul Mackerras
· 10 years ago
c9f6f4e
powerpc: Implement emulation of string loads and stores
by Paul Mackerras
· 11 years ago
cf87c3f
powerpc: Emulate icbi, mcrf and conditional-trap instructions
by Paul Mackerras
· 11 years ago
be96f63
powerpc: Split out instruction analysis part of emulate_step()
by Paul Mackerras
· 11 years ago
e698b96
powerpc: Fix bugs in emulate_step()
by Paul Mackerras
· 11 years ago
b69a1da
powerpc: fix typo 'CONFIG_PPC_CPU'
by Paul Bolle
· 11 years ago
dbc2fbd
powerpc: Fix Unaligned LE Floating Point Loads and Stores
by Tom Musta
· 11 years ago
6506b47
powerpc: Fix Unaligned Loads and Stores
by Tom Musta
· 11 years ago
cbc9565
powerpc: Remove ksp_limit on ppc64
by Benjamin Herrenschmidt
· 11 years ago
17e8de7
powerpc: Unaligned stores and stmw are broken in emulation code
by Tom Musta
· 12 years ago
70a54a4
powerpc: Fix single step emulation of 32bit overflowed branches
by Michael Neuling
· 12 years ago
8e9f693
powerpc/kprobe: Don't emulate store when kprobe stwu r1
by Tiejun Chen
· 12 years ago
82aff10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 14 years ago
b91e136
powerpc: Use MSR_64BIT in sstep.c, fix kprobes on BOOK3E
by Michael Ellerman
· 14 years ago
cd64d16
powerpc: mtmsrd not defined
by Sean MacLennan
· 15 years ago
0016a4c
powerpc: Emulate most Book I instructions in emulate_step()
by Paul Mackerras
· 15 years ago
eef3361
powerpc: Don't emulate mr. instructions
by Ananth N Mavinakayanahalli
· 16 years ago
6888199
[POWERPC] Emulate more instructions in software
by Ananth N Mavinakayanahalli
· 18 years ago
0d69a05
[POWERPC] Disallow kprobes on emulate_step and branch_taken
by Gui,Jian
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
af30837
[PATCH] powerpc: fix various sparse warnings
by Stephen Rothwell
· 19 years ago
c032524
powerpc: Make single-stepping emulation (mostly) usable on 32-bit
by Paul Mackerras
· 19 years ago
14cf11a
powerpc: Merge enough to start building in arch/powerpc.
by Paul Mackerras
· 19 years ago