aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-5/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2020-09-08sparc: kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-48/+3
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-3/+4
2018-06-21sparc64/kprobes: Don't call the ->break_handler() in sparc64 kprobes codeGravatar Masami Hiramatsu 1-9/+2
2018-06-21sparc64/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 1-47/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-06sparc: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1
2014-08-26sparc: Replace __get_cpu_var usesGravatar Christoph Lameter 1-3/+3
2014-05-18sparc64: fix sparse warnings in kprobes.cGravatar Sam Ravnborg 1-2/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGGravatar Kirill Tkhai 1-1/+6
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesGravatar Anoop Thomas Mathew 1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-09sparc: Validate that kprobe address is 4-byte aligned.Gravatar David S. Miller 1-0/+3
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2008-12-04sparc,sparc64: unify kernel/Gravatar Sam Ravnborg 1-0/+593