summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes
Commit message (Expand)AuthorAgeFilesLines
* arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel2023-02-071-4/+0
* Merge branch 'for-next/kprobes' into for-next/coreWill Deacon2022-12-061-50/+36
|\
| * 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: insn: simplify insn group identificationMark Rutland2022-11-151-1/+1
|/
* 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-292-4/+4
* arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-0/+4
* 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-302-3/+3
* 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-283-9/+12
|\
| * Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-242-8/+11
| |\
| | * arm64: insn: decouple patching from insn codeMark Rutland2021-06-111-8/+10
| | * arm64: Move aarch32 condition check functionsJulien Thierry2021-05-271-0/+1
| * | arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba2021-05-251-1/+1
| |/
* | 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
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-1/+1
|\
| * arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe2021-02-231-1/+1
* | arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef2021-01-221-2/+2
|/
* arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-131-3/+3
* 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
* Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-75/+3
|\
| * arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
* | arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap2020-09-141-2/+4
* | arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap2020-09-141-1/+2
|/
* 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
*-. Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon2020-05-052-3/+3
|\ \
| | * arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown2020-05-041-1/+1
| |/ |/|
| * arm64: kernel: Convert to modern annotations for assembly functionsMark Brown2020-05-041-2/+2
|/
* arm64: remove __exception annotationsJames Morse2019-10-281-4/+0
* arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-021-34/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-1/+3
|\
| * arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel2019-06-241-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-46/+5
* arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-092-2/+2
* arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-092-14/+4
* arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2019-04-091-2/+14
* arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-091-4/+3
* 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