summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/uprobes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: uprobes: Restore thread.trap_nrTiezhu Yang2023-04-241-0/+1
* MIPS: Remove set_swbp() in uprobes.cTiezhu Yang2023-04-121-18/+0
* MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2021-10-131-0/+1
* MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng2021-08-211-5/+5
* MIPS: uprobes: remove set but not used variable 'epc'YueHaibing2019-05-291-3/+0
* Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-141-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.Marcin Nowakowski2017-01-031-1/+1
* MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski2016-10-061-0/+6
* MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski2016-10-061-62/+3
* MIPS: uprobes: Flush icache via kernel addressJames Hogan2016-10-041-11/+6
* MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-09-291-3/+2
* MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-09-291-18/+0
* MIPS: fix uretprobe implementationMarcin Nowakowski2016-09-291-1/+1
* MIPS: uprobes: fix incorrect uprobe brk handlingMarcin Nowakowski2016-09-131-1/+1
* MIPS: Add uprobes support.Ralf Baechle2015-09-031-0/+341