summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/probes
AgeCommit message (Expand)Author
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-14arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap
2020-09-08arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig
2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon
2020-05-04arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown
2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown
2019-10-28arm64: remove __exception annotationsJames Morse
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-24arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon
2019-03-19arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu
2019-03-19arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu
2019-03-19arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu
2019-03-19arm64: kprobes: Move extable address check into arch_prepare_kprobe()Masami Hiramatsu
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell
2018-10-01arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang
2018-06-21kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu
2018-06-21arm64/kprobes: Remove jprobe implementationMasami Hiramatsu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-05-30arm64: Call __show_regs directlyKefeng Wang
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-15arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand
2016-11-07arm64/kprobes: Tidy up sign-extension usageRobin Murphy
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-15arm64: Improve kprobes test for atomic sequenceDavid A. Long
2016-08-25arm64: Create sections.hJames Morse
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long