aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationGravatar Tiezhu Yang 1-12/+24
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-6/+6
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-2/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-6/+5
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-3/+0
2020-09-08mips: kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-51/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-3/+3
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-2/+2
2018-06-21MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes codeGravatar Masami Hiramatsu 1-14/+7
2018-06-21MIPS/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 1-45/+0
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-58/+3
2014-08-26mips: Replace __get_cpu_var usesGravatar Christoph Lameter 1-3/+3
2013-05-22kprobes/mips: Fix to check double free of insn slotGravatar Masami Hiramatsu 1-1/+4
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-5/+5
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-3/+3
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-5/+5
2011-12-07MIPS Kprobes: Support branch instructions probingGravatar Maneesh Soni 1-33/+112
2011-12-07MIPS Kprobes: Deny probes on ll/sc instructionsGravatar Maneesh Soni 1-0/+31
2011-12-07MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Gravatar Maneesh Soni 1-3/+12
2010-08-05MIPS: kprobe: Add support.Gravatar David Daney 1-0/+557