index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
2022-11-25
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
2022-11-10
kprobe: reverse kp->flags when arm_kprobe failed
Li Qiang
2022-09-15
kprobes: Prohibit probes in gate area
Christian A. Ehrhardt
2022-09-05
kprobes: don't call disarm_kprobe() for disabled kprobes
Kuniyuki Iwashima
2022-08-25
kprobes: Forbid probing on trampoline and BPF code areas
Chen Zhongjin
2021-12-08
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
2021-11-17
kprobes: Do not use local variable when creating debugfs file
Punit Agrawal
2021-02-13
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
2021-02-10
kretprobe: Avoid re-registration of the same kretprobe earlier
Wang ShaoBo
2020-10-01
kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE
Muchun Song
2020-10-01
kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
Masami Hiramatsu
2020-10-01
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
2020-09-26
kprobes: fix kill kprobe which has been marked as gone
Muchun Song
2020-08-21
kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler
Muchun Song
2020-07-16
kprobes: Do not expose probe addresses to non-CAP_SYSLOG
Kees Cook
2020-07-16
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
2020-06-30
kprobes: Suppress the suspicious RCU warning on kprobes
Masami Hiramatsu
2020-06-24
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
2020-06-24
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
Masami Hiramatsu
2020-03-12
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
2020-03-05
kprobes: Set unoptimized flag after unoptimizing code
Masami Hiramatsu
2019-09-20
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-05
kprobes: Prohibit probing on BUG() and WARN() address
Masami Hiramatsu
2019-08-31
kprobes: Allow kprobes coexist with livepatch
Masami Hiramatsu
2019-08-19
kprobes: Fix potential deadlock in kprobe_optimizer()
Andrea Righi
2019-07-31
kprobes: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-16
kprobes: Fix to init kprobes in subsys_initcall
Masami Hiramatsu
2019-06-03
kprobes: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-25
kprobes: Initialize kprobes at postcore_initcall
Masami Hiramatsu
2019-04-16
kprobes: Fix error check when reusing optimized probes
Masami Hiramatsu
2019-02-13
kprobes: Search non-suffixed symbol in blacklist
Masami Hiramatsu
2018-12-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-12-17
kprobes: Blacklist symbols in arch-defined prohibited area
Masami Hiramatsu
2018-11-27
kprobes: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-09-12
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
Masami Hiramatsu
2018-09-12
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Masami Hiramatsu
2018-09-12
kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()
Masami Hiramatsu
2018-09-12
kprobes: Remove pointless BUG_ON() from add_new_kprobe()
Masami Hiramatsu
2018-09-12
kprobes: Remove pointless BUG_ON() from disarming process
Masami Hiramatsu
2018-06-21
kprobes: Replace %p with other pointer types
Masami Hiramatsu
2018-06-21
kprobes: Show address of kprobes if kallsyms does
Masami Hiramatsu
2018-06-21
kprobes: Show blacklist addresses as same as kallsyms does
Masami Hiramatsu
2018-06-21
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
2018-06-21
kprobes: Don't check the ->break_handler() in generic kprobes code
Masami Hiramatsu
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
2018-04-25
kprobes: Fix random address output of blacklist file
Thomas Richter
2018-02-16
kprobes: Propagate error from disarm_kprobe_ftrace()
Jessica Yu
[next]