summaryrefslogtreecommitdiffstats
path: root/kernel/trace/rethook.c
Commit message (Expand)AuthorAgeFilesLines
* 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