summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes
AgeCommit message (Expand)AuthorLines
2023-02-07arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel-4/+0
2022-12-06Merge branch 'for-next/kprobes' into for-next/coreWill Deacon-50/+36
2022-12-05arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRKMasami Hiramatsu (Google)-42/+36
2022-12-05arm64: kprobes: Let arch do_page_fault() fix up page fault in user handlerMasami Hiramatsu (Google)-8/+0
2022-11-15arm64: insn: simplify insn group identificationMark Rutland-1/+1
2022-09-30arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang-6/+21
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei-4/+4
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu-2/+2
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu-2/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu-1/+4
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-9/+12
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon-8/+11
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland-8/+10
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra-10/+0
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry-0/+1
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba-1/+1
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+1
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao-2/+1
2021-04-13arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang-2/+4
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2021-02-23arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe-1/+1
2021-01-22arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef-2/+2
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv-3/+3
2020-11-10arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu-41/+12
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker-46/+23
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-75/+3
2020-09-14arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap-2/+4
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap-1/+2
2020-09-08arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu-75/+3
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig-1/+1
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig-9/+3
2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon-3/+3
2020-05-04arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown-1/+1
2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown-2/+2
2019-10-28arm64: remove __exception annotationsJames Morse-4/+0
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu-34/+6
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+3
2019-06-24arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-46/+5
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon-2/+2
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon-14/+4
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon-2/+14
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon-4/+3
2019-03-19arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu-19/+30
2019-03-19arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu-4/+2
2019-03-19arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu-6/+0