summaryrefslogtreecommitdiffstats
path: root/kernel/trace/rethook.c
Commit message (Expand)AuthorAgeFilesLines
* rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2023-12-011-9/+14
* kprobes: unused header files removedwuqiang.matt2023-10-241-2/+0
* kprobes: kretprobe scalability improvementwuqiang.matt2023-10-181-50/+40
* Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-121-0/+13
|\
| * fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-111-0/+13
* | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-061-1/+2
|/
* rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-181-2/+2
* rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
* rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)2022-06-171-0/+9
* rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu2022-03-301-1/+1
* rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+317