aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner5-46/+5
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2-2/+2
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2-14/+4
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon1-2/+14
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon1-4/+3
2019-03-19arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu1-19/+30
2019-03-19arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu1-4/+2
2019-03-19arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu1-6/+0
2019-03-19arm64: kprobes: Move extable address check into arch_prepare_kprobe()Masami Hiramatsu1-2/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+6
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon1-0/+6
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-10-01arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang1-1/+1
2018-06-21kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-5/+5
2018-06-21arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu1-8/+0
2018-06-21arm64/kprobes: Remove jprobe implementationMasami Hiramatsu1-68/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov1-1/+1
2017-05-30arm64: Call __show_regs directlyKefeng Wang1-2/+2
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao1-6/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+2
2017-02-15arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland1-12/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand1-1/+0
2016-11-07arm64: Add uprobe supportPratyush Anand2-0/+218
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand3-35/+41
2016-11-07arm64/kprobes: Tidy up sign-extension usageRobin Murphy1-9/+7
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-15arm64: Improve kprobes test for atomic sequenceDavid A. Long1-25/+23
2016-08-25arm64: Create sections.hJames Morse1-4/+1
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand1-16/+13
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long1-26/+5
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas1-0/+5
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier1-12/+10
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier1-8/+14
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon1-0/+2
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu1-1/+89
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen3-0/+87
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu6-13/+322
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand1-0/+26
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu4-0/+703