summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2026-01-06arm64/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming-2/+2
2026-01-05arm64: simplify arch_uprobe_xol_was_trapped returnOsama Abdelkader-4/+1
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey-1/+1
2025-11-07arm64: kprobes: check the return value of set_memory_rox()Yang Shi-1/+4
2025-09-25arm64: kprobes: call set_memory_rox() for kprobe pageYang Shi-0/+12
2025-09-18arm64: probes: Fix incorrect bl/blr address and register usageJeremy Linton-2/+2
2025-09-16arm64: uprobes: Add GCS support to uretprobesJeremy Linton-0/+33
2025-09-16arm64: probes: Add GCS support to bl/blr/retJeremy Linton-9/+35
2025-09-16arm64: probes: Break ret out from bl/blrJeremy Linton-5/+15
2025-07-08arm64: debug: call step handlers staticallyAda Couprie Diaz-14/+1
2025-07-08arm64: debug: call software breakpoint handlers staticallyAda Couprie Diaz-34/+8
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas-2/+5
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas-43/+70
2024-11-08arm64: uprobes: Optimize cache flushes for xol slotLiao Chang-0/+8
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-1/+1
2024-10-17arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko-2/+5
2024-10-15arm64: insn: Simulate nop instruction for better uprobe performanceLiao Chang-0/+16
2024-10-15arm64: probes: Remove probe_opcode_tMark Rutland-5/+5
2024-10-15arm64: probes: Cleanup kprobes endianness conversionsMark Rutland-5/+6
2024-10-15arm64: probes: Move kprobes-specific fieldsMark Rutland-15/+15
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland-2/+2
2024-10-09arm64: probes: Fix simulate_ldr*_literal()Mark Rutland-11/+7
2024-10-09arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland-5/+11
2024-05-14arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)-7/+0
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland-77/+22
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