summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/probes
AgeCommit message (Expand)AuthorFilesLines
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas1-2/+5
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas6-43/+70
2024-11-08arm64: uprobes: Optimize cache flushes for xol slotLiao Chang1-0/+8
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-1/+1
2024-10-17arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko1-2/+5
2024-10-15arm64: insn: Simulate nop instruction for better uprobe performanceLiao Chang3-0/+16
2024-10-15arm64: probes: Remove probe_opcode_tMark Rutland3-5/+5
2024-10-15arm64: probes: Cleanup kprobes endianness conversionsMark Rutland2-5/+6
2024-10-15arm64: probes: Move kprobes-specific fieldsMark Rutland1-15/+15
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland1-2/+2
2024-10-09arm64: probes: Fix simulate_ldr*_literal()Mark Rutland1-11/+7
2024-10-09arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland1-5/+11
2024-05-14arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)1-7/+0
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland2-77/+22
2023-02-07arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel1-4/+0
2022-12-06Merge branch 'for-next/kprobes' into for-next/coreWill Deacon1-50/+36
2022-12-05arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRKMasami Hiramatsu (Google)1-42/+36
2022-12-05arm64: kprobes: Let arch do_page_fault() fix up page fault in user handlerMasami Hiramatsu (Google)1-8/+0
2022-11-15arm64: insn: simplify insn group identificationMark Rutland1-1/+1
2022-09-30arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang1-6/+21
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2-4/+4
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2-3/+3
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+1
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-1/+4
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-9/+12
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon2-8/+11
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland1-8/+10
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry1-0/+1
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba1-1/+1
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+1
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+1
2021-04-13arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang1-2/+4
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2021-02-23arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe1-1/+1
2021-01-22arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef1-2/+2
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv1-3/+3
2020-11-10arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu1-41/+12
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker1-46/+23
2020-10-13Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-75/+3
2020-09-14arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap1-2/+4
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap1-1/+2
2020-09-08arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+3
2020-07-04vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig1-1/+1
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig1-9/+3
2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon2-3/+3