summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1Star
|/
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-2/+2
* MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes codeMasami Hiramatsu2018-06-211-14/+7Star
* MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-45/+0Star
* 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-58/+3Star
* mips: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* kprobes/mips: Fix to check double free of insn slotMasami Hiramatsu2013-05-221-1/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-5/+5
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-5/+5
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-3/+3
|/
* MIPS Kprobes: Support branch instructions probingManeesh Soni2011-12-071-33/+112
* MIPS Kprobes: Deny probes on ll/sc instructionsManeesh Soni2011-12-071-0/+31
* MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Maneesh Soni2011-12-071-3/+12
* MIPS: kprobe: Add support.David Daney2010-08-051-0/+557