summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kprobes.c
AgeCommit message (Expand)AuthorLines
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner-13/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-2/+2
2018-06-21MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes codeMasami Hiramatsu-14/+7
2018-06-21MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu-45/+0
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski-0/+6
2016-10-06MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski-58/+3
2014-08-26mips: Replace __get_cpu_var usesChristoph Lameter-3/+3
2013-05-22kprobes/mips: Fix to check double free of insn slotMasami Hiramatsu-1/+4
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-5/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-3/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle-5/+5
2011-12-07MIPS Kprobes: Support branch instructions probingManeesh Soni-33/+112
2011-12-07MIPS Kprobes: Deny probes on ll/sc instructionsManeesh Soni-0/+31
2011-12-07MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Maneesh Soni-3/+12
2010-08-05MIPS: kprobe: Add support.David Daney-0/+557