Date |
List |
Subject |
2023-07-26 12:52:52
|
linux-kernel
|
[RFC PATCH v2 0/3] report task state in symbolic chars from sched tracepoint |
2023-07-26 12:41:56
|
linux-kernel
|
[RFC PATCH v2 3/3] libtraceevent: use the new prev_state_char instead in tracepoint sched_switch |
2023-07-26 12:40:39
|
linux-kernel
|
[RFC PATCH v2 2/3] perf sched: use the new prev_state_char instead in tracepoint sched_switch |
2023-07-26 12:39:29
|
linux-kernel
|
[RFC PATCH v2 1/3] sched, tracing: add to report task state in symbolic chars |
2023-07-26 03:34:40
|
linux-kernel
|
Re: [RFC PATCH 1/3] sched, tracing: report task state in symbolic chars instead |
2023-07-26 03:29:08
|
linux-kernel
|
Re: [RFC PATCH 1/3] sched, tracing: report task state in symbolic chars instead |
2023-07-25 12:04:11
|
linux-kernel
|
Re: [RFC PATCH 1/3] sched, tracing: report task state in symbolic chars instead |
2023-07-25 08:46:31
|
linux-kernel
|
[RFC PATCH 3/3] libtraceevent: sync with latest sched_switch tracepoint definition |
2023-07-25 08:22:38
|
linux-kernel
|
[RFC PATCH 0/3] report task state in symbolic chars in sched tracepoints |
2023-07-25 08:15:41
|
linux-kernel
|
[RFC PATCH 2/3] perf sched: sync with latest sched_switch tracepoint definition |
2023-07-25 07:46:40
|
linux-kernel
|
[RFC PATCH 1/3] sched, tracing: report task state in symbolic chars instead |
2023-07-03 09:46:56
|
linux-kernel
|
[PATCH v2] fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock |
2023-07-03 09:37:35
|
linux-kernel
|
Re: [PATCH] fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock |
2023-07-03 07:37:42
|
linux-kernel
|
Re: [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-07-03 07:23:11
|
linux-kernel
|
[PATCH] fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock |
2023-06-12 03:55:32
|
linux-kernel
|
[PATCH] sched_fork: Use READ_ONCE() for lockless read of current->normal_prio |
2023-05-24 04:00:41
|
linux-kernel
|
Re: kprobes and rcu_is_watching() |
2023-05-22 02:32:40
|
linux-kernel
|
Re: |
2023-05-21 15:17:11
|
linux-kernel
|
Re: |
2023-05-21 15:13:58
|
linux-kernel
|
Re: |
2023-05-20 09:58:18
|
linux-kernel
|
(No subject) |
2023-05-18 03:01:53
|
linux-kernel
|
Re: [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-18 02:46:34
|
linux-kernel
|
Re: [PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler |
2023-05-17 05:15:15
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-17 04:23:47
|
linux-kernel
|
[PATCH v3 0/3] Make fprobe + rethook immune to recursion |
2023-05-17 04:15:54
|
linux-kernel
|
[PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-17 04:14:10
|
linux-kernel
|
[PATCH v3 3/4] fprobe: add recursion detection in fprobe_exit_handler |
2023-05-17 04:12:38
|
linux-kernel
|
[PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler |
2023-05-17 03:55:13
|
linux-kernel
|
[PATCH v3 4/4] rethook, fprobe: do not trace rethook related functions |
2023-05-17 03:46:17
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-17 02:25:38
|
linux-kernel
|
Re: [PATCH v2 4/4] rehook, fprobe: do not trace rethook related functions |
2023-05-17 02:12:20
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-16 10:08:24
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-16 10:07:06
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-16 10:06:40
|
linux-kernel
|
Re: [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-16 07:54:02
|
linux-kernel
|
[PATCH v2 0/4] Make fprobe + rethook immune to recursion |
2023-05-16 07:43:47
|
linux-kernel
|
[PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-16 07:40:13
|
linux-kernel
|
[PATCH v2 3/4] fprobe: add recursion detection in fprobe_exit_handler |
2023-05-16 07:39:50
|
linux-kernel
|
[PATCH v2 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler |
2023-05-16 07:39:25
|
linux-kernel
|
Re: [PATCH 4/4] rehook, fprobe: mark rethook related functions notrace |
2023-05-16 07:24:54
|
linux-kernel
|
[PATCH v2 4/4] rehook, fprobe: do not trace rethook related functions |
2023-05-16 03:15:40
|
linux-kernel
|
Re: [PATCH 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-15 06:24:43
|
linux-kernel
|
Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap |
2023-05-15 04:21:13
|
linux-kernel
|
[PATCH 0/4] Make fpobe + rethook immune to recursion |
2023-05-15 04:14:25
|
linux-kernel
|
[PATCH 4/4] rehook, fprobe: mark rethook related functions notrace |
2023-05-15 03:54:22
|
linux-kernel
|
[PATCH 3/4] fprobe: add recursion detection in fprobe_exit_handler |
2023-05-15 03:50:14
|
linux-kernel
|
[PATCH 2/4] fprobe: make fprobe_kprobe_handler recursion free |
2023-05-15 03:33:41
|
linux-kernel
|
[PATCH 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler |
2023-05-15 03:27:57
|
linux-kernel
|
[PATCH 4/4] rehook, fprobe: mark rethook related functions notrace |
2023-05-15 03:19:30
|
linux-kernel
|
[PATCH 3/4] fprobe: add recursion detection in fprobe_exit_handler |
2023-05-15 03:18:08
|
linux-kernel
|
[PATCH 2/4] fprobe: make fprobe_kprobe_handler recursion free |