aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/uprobes.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13MIPS: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-08-21MIPS: Return true/false (not 1/0) from bool functionsGravatar Huilong Deng 1-5/+5
2019-05-29MIPS: uprobes: remove set but not used variable 'epc'Gravatar YueHaibing 1-3/+0
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Gravatar Ravi Bangoria 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-01-03MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.Gravatar Marcin Nowakowski 1-1/+1
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsGravatar Marcin Nowakowski 1-0/+6
2016-10-06MIPS: tracing: move insn_has_delay_slot to a shared headerGravatar Marcin Nowakowski 1-62/+3
2016-10-04MIPS: uprobes: Flush icache via kernel addressGravatar James Hogan 1-11/+6
2016-09-29MIPS: uprobes: fix use of uninitialised variableGravatar Marcin Nowakowski 1-3/+2
2016-09-29MIPS: uprobes: remove incorrect set_orig_insnGravatar Marcin Nowakowski 1-18/+0
2016-09-29MIPS: fix uretprobe implementationGravatar Marcin Nowakowski 1-1/+1
2016-09-13MIPS: uprobes: fix incorrect uprobe brk handlingGravatar Marcin Nowakowski 1-1/+1
2015-09-03MIPS: Add uprobes support.Gravatar Ralf Baechle 1-0/+341