summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang2022-05-121-12/+24
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-6/+6
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
* kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-6/+5
* kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-3/+0
* mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-51/+3
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+1
|/
* 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/+7
* MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-45/+0
* 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/+3
* 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-271-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