summaryrefslogtreecommitdiff
path: root/kernel/trace/rethook.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao1-2/+2
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang1-1/+3
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)1-0/+9
2022-03-31rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu1-1/+1
2022-03-18rethook: Add a generic return hookMasami Hiramatsu1-0/+317