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.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
/
kernel
/
optprobes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/kprobes: Have optimized_callback() use preempt_enable()
Naveen N. Rao
2022-11-24
1
-1
/
+1
*
powerpc/inst: Define ppc_inst_t as u32 on PPC32
Christophe Leroy
2021-12-09
1
-6
/
+2
*
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
1
-2
/
+2
*
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
1
-1
/
+1
*
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...
Masami Hiramatsu
2021-09-30
1
-3
/
+3
*
powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...
Naveen N. Rao
2021-06-25
1
-2
/
+6
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-25
1
-1
/
+1
*
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
2021-06-17
1
-32
/
+7
*
powerpc/optprobes: Compact code source a bit.
Christophe Leroy
2021-06-17
1
-22
/
+11
*
powerpc/optprobes: Minimise casts
Christophe Leroy
2021-06-17
1
-12
/
+11
*
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-17
1
-27
/
+18
*
powerpc/kprobes: Replace ppc_optinsn by common optinsn
Christophe Leroy
2021-05-23
1
-18
/
+5
*
powerpc: Enable OPTPROBES on PPC32
Christophe Leroy
2021-04-21
1
-3
/
+21
*
powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()
Christophe Leroy
2021-04-21
1
-1
/
+1
*
powerpc/optprobes: Make patch_imm64_load_insns() static
Cédric Le Goater
2021-01-30
1
-1
/
+1
*
powerpc/optprobes: Remove unused routine patch_imm32_load_insns()
Cédric Le Goater
2021-01-30
1
-19
/
+0
*
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
2020-05-26
1
-2
/
+1
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-19
1
-2
/
+4
*
powerpc/optprobes: Add register argument to patch_imm64_load_insns()
Jordan Niethe
2020-05-19
1
-17
/
+17
*
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-19
1
-2
/
+2
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
1
-27
/
+37
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-19
1
-15
/
+17
*
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
2020-05-19
1
-10
/
+14
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftrace
Naveen N. Rao
2017-11-12
1
-10
/
+0
*
powerpc/kprobes: Disable preemption before invoking probe handler for optprobes
Naveen N. Rao
2017-11-12
1
-2
/
+3
*
powerpc/kprobes: Update optprobes to use emulate_update_regs()
Naveen N. Rao
2017-09-20
1
-1
/
+3
*
powerpc/kprobes/optprobes: Use patch_instruction()
Balbir Singh
2017-07-03
1
-21
/
+32
*
powerpc: Introduce a new helper to obtain function entry points
Naveen N. Rao
2017-04-24
1
-3
/
+3
*
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
2017-04-20
1
-2
/
+2
*
kprobes: Convert kprobe_lookup_name() to a function
Naveen N. Rao
2017-04-20
1
-2
/
+2
*
powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
Anju T
2017-02-10
1
-4
/
+3
*
powerpc/kprobes: Implement Optprobes
Anju T
2017-02-10
1
-0
/
+348