summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)2024-05-141-7/+0
* arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland2024-02-201-5/+16
* arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel2023-02-071-4/+0
* arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRKMasami Hiramatsu (Google)2022-12-051-42/+36
* arm64: kprobes: Let arch do_page_fault() fix up page fault in user handlerMasami Hiramatsu (Google)2022-12-051-8/+0
* arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang2022-09-301-6/+21
* arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2022-04-291-2/+2
* arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu2021-10-221-2/+2
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
* 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-1/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-8/+10
|\
| * arm64: insn: decouple patching from insn codeMark Rutland2021-06-111-8/+10
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-2/+1
|\
| * arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-131-2/+1
* | arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang2021-04-131-2/+4
|/
* arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef2021-01-221-2/+2
* arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu2020-11-101-41/+12
* arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-031-46/+23
* arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
* vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-031-1/+1
* arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig2020-06-261-9/+3
* arm64: remove __exception annotationsJames Morse2019-10-281-4/+0
* arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-021-34/+6
* 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/+1
* 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/+0
* 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/+2
* arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu2019-03-191-6/+0
* 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/+0
* arm64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-68/+0
* arm64: Call __show_regs directlyKefeng Wang2017-05-301-2/+2
* arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao2017-03-101-6/+0
* 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