index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
inst.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/inst: Refactor PPC32 and PPC64 versions
Christophe Leroy
2021-06-16
1
-36
/
+13
*
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-16
1
-8
/
+8
*
powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
Christophe Leroy
2021-06-16
1
-10
/
+9
*
powerpc/inst: Improve readability of get_user_instr() and friends
Christophe Leroy
2021-06-16
1
-10
/
+6
*
powerpc/inst: Reduce casts in get_user_instr()
Christophe Leroy
2021-06-16
1
-4
/
+3
*
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
2021-06-15
1
-1
/
+6
*
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
2021-04-21
1
-2
/
+1
*
powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64
Christophe Leroy
2021-04-21
1
-0
/
+2
*
powerpc: Remove probe_user_read_inst()
Christophe Leroy
2021-04-21
1
-3
/
+0
*
powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()
Christophe Leroy
2021-04-21
1
-6
/
+7
*
powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
Christophe Leroy
2021-04-03
1
-0
/
+34
*
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
2020-07-23
1
-0
/
+19
*
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
2020-05-26
1
-0
/
+9
*
powerpc: Add ppc_inst_next()
Michael Ellerman
2020-05-26
1
-0
/
+13
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-18
1
-6
/
+64
*
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-18
1
-0
/
+3
*
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
2020-05-18
1
-0
/
+3
*
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-18
1
-7
/
+11
*
powerpc: Introduce functions for instruction equality
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Use a function for byte swapping instructions
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-18
1
-0
/
+5
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-18
1
-0
/
+11