开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
probes
/
kprobes.c
Age
Commit message (
Expand
)
Author
2024-05-14
arm64: extend execmem_info for generated code allocations
Mike Rapoport (IBM)
2024-02-20
arm64: kretprobes: acquire the regs via a BRK exception
Mark Rutland
2023-02-07
arm64: kprobes: Drop ID map text from kprobes blacklist
Ard Biesheuvel
2022-12-05
arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRK
Masami Hiramatsu (Google)
2022-12-05
arm64: kprobes: Let arch do_page_fault() fix up page fault in user handler
Masami Hiramatsu (Google)
2022-09-30
arm64/kprobe: Optimize the performance of patching single-step slot
Liao Chang
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2021-10-22
arm64: kprobes: Record frame pointer with kretprobe instance
Masami Hiramatsu
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-06-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-06-11
arm64: insn: decouple patching from insn code
Mark Rutland
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-13
arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
2021-04-13
arm64: kprobes: Restore local irqflag if kprobes is cancelled
Jisheng Zhang
2021-01-22
arm64: kprobes: Fix Uexpected kernel BRK exception at EL1
Qais Yousef
2020-11-10
arm64: kprobes: Remove redundant kprobe_step_ctx
Masami Hiramatsu
2020-11-03
arm64: kprobes: Use BRK instead of single-step when executing instructions ou...
Jean-Philippe Brucker
2020-09-08
arm64: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
2020-07-03
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
2020-06-26
arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page
Christoph Hellwig
2019-10-28
arm64: remove __exception annotations
James Morse
2019-08-02
arm64: kprobes: Recover pstate.D in single-step exception handler
Masami Hiramatsu
2019-06-24
arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pages
Ard Biesheuvel
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-04-09
arm64: probes: Move magic BRK values into brk-imm.h
Will Deacon
2019-04-09
arm64: debug: Remove redundant user_mode(regs) checks from debug handlers
Will Deacon
2019-04-09
arm64: kprobes: Avoid calling kprobes debug handlers explicitly
Will Deacon
2019-03-19
arm64: kprobes: Use arch_populate_kprobe_blacklist()
Masami Hiramatsu
2019-03-19
arm64: kprobes: Move exception_text check in blacklist
Masami Hiramatsu
2019-03-19
arm64: kprobes: Remove unneeded RODATA check
Masami Hiramatsu
2019-03-19
arm64: kprobes: Move extable address check into arch_prepare_kprobe()
Masami Hiramatsu
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-03-01
arm64: debug: Ensure debug handlers check triggering exception level
Will Deacon
2019-02-01
arm64: kprobe: Always blacklist the KVM world-switch code
James Morse
2018-11-02
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
2018-10-01
arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
zhong jiang
2018-06-21
kprobes/arm64: Fix %p uses in error messages
Masami Hiramatsu
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes code
Masami Hiramatsu
2018-06-21
arm64/kprobes: Remove jprobe implementation
Masami Hiramatsu
2017-05-30
arm64: Call __show_regs directly
Kefeng Wang
2017-03-10
arm64: kprobes: remove kprobe_exceptions_notify
Naveen N. Rao
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-07
arm64: kprobe: protect/rename few definitions to be reused by uprobe
Pratyush Anand
2016-09-20
arm64: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
[next]