summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-021-34/+6Star
* arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel2019-06-241-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1Star
* arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-091-1/+1
* arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-091-6/+0Star
* arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2019-04-091-2/+14
* arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu2019-03-191-19/+30
* arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu2019-03-191-4/+2Star
* arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu2019-03-191-6/+0Star
* arm64: kprobes: Move extable address check into arch_prepare_kprobe()Masami Hiramatsu2019-03-191-2/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-0/+6
|\
| * arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2019-03-011-0/+6
* | arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse2019-02-011-3/+3
|/
* arm64: kprobe: make page to RO mode when allocate itAnders Roxell2018-11-021-7/+20
* arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang2018-10-011-1/+1
* kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu2018-06-211-1/+1
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-5/+5
* arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu2018-06-211-8/+0Star
* arm64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-68/+0Star
* arm64: Call __show_regs directlyKefeng Wang2017-05-301-2/+2
* arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao2017-03-101-6/+0Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand2016-11-071-18/+18
* arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* arm64: Create sections.hJames Morse2016-08-251-4/+1Star
* arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand2016-08-251-16/+13Star
* arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-111-26/+5Star
* arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas2016-07-211-0/+5
* arm64: kprobes: Cleanup jprobe_returnMarc Zyngier2016-07-211-12/+10Star
* arm64: kprobes: Fix overflow when saving stackMarc Zyngier2016-07-201-8/+14
* arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon2016-07-191-0/+2
* arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu2016-07-191-1/+89
* arm64: Add trampoline code for kretprobesWilliam Cohen2016-07-191-0/+5
* arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-191-11/+42
* arm64: Treat all entry code as non-kprobe-ablePratyush Anand2016-07-191-0/+26
* arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-0/+525