LinuxLists
Users
About
Wander Lairson Costa (
[email protected]
)
Number of posts: 165 (0.16 per day)
First post: 2021-05-31 17:01:03
Last post: 2024-04-24 13:03:44
Previous Page
/
Next Page
Date
List
Subject
2023-04-18 14:25:06
linux-kernel
Re: [PATCH v6 2/3] sched/task: Add the put_task_struct_atomic_safe() function
2023-04-14 12:58:40
linux-kernel
[PATCH v6 3/3] treewide: replace put_task_struct() witht the atomic safe version
2023-04-14 12:58:40
linux-kernel
[PATCH v6 1/3] sched/core: warn on call put_task_struct in invalid context
2023-04-14 12:58:29
linux-kernel
[PATCH v6 2/3] sched/task: Add the put_task_struct_atomic_safe() function
2023-04-14 12:58:23
linux-kernel
[PATCH v6 0/3] Introduce put_task_struct_atomic_sleep()
2023-02-24 17:05:47
linux-kernel
Re: [PATCH v5] kernel/fork: beware of __put_task_struct calling context
2023-02-24 13:03:50
linux-kernel
Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-02-22 18:48:31
linux-kernel
Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-02-13 12:15:58
linux-kernel
Re: [PATCH v5] kernel/fork: beware of __put_task_struct calling context
2023-02-10 16:14:20
linux-kernel
[PATCH v5] kernel/fork: beware of __put_task_struct calling context
2023-02-07 15:27:17
linux-kernel
Re: [PATCH v4] kernel/fork: beware of __put_task_struct calling context
2023-02-06 18:37:44
linux-kernel
Re: [PATCH v4] kernel/fork: beware of __put_task_struct calling context
2023-02-06 18:35:03
linux-kernel
Re: [PATCH v4] kernel/fork: beware of __put_task_struct calling context
2023-02-06 18:34:00
linux-kernel
Re: [PATCH v4] kernel/fork: beware of __put_task_struct calling context
2023-02-06 13:06:20
linux-kernel
[PATCH v4] kernel/fork: beware of __put_task_struct calling context
2023-02-02 19:56:35
linux-kernel
Re: [PATCH v3] kernel/fork: beware of __put_task_struct calling context
2023-02-02 12:31:41
linux-kernel
[PATCH v2] rtmutex: ensure we always wake up the top waiter
2023-02-02 11:21:35
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-02-01 12:47:25
linux-kernel
[PATCH v3] kernel/fork: beware of __put_task_struct calling context
2023-01-31 17:54:49
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-01-31 17:47:24
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-01-30 14:59:55
linux-kernel
Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-01-30 11:54:05
linux-kernel
Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-01-23 17:25:45
linux-kernel
Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-01-20 21:14:15
linux-kernel
Re: [PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
2023-01-20 16:09:44
linux-kernel
[PATCH v2 4/4] sched/core: use put_task_struct_atomic_safe() to avoid potential splat
2023-01-20 15:55:13
linux-kernel
[PATCH v2 2/4] sched/deadline: fix inactive_task_timer splat
2023-01-20 15:39:05
linux-kernel
[PATCH v2 3/4] sched/rt: use put_task_struct_atomic_safe() to avoid potential splat
2023-01-20 15:19:42
linux-kernel
[PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function
2023-01-20 15:19:21
linux-kernel
[PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
2023-01-19 20:44:42
linux-kernel
Re: [PATCH] sched/deadline: fix inactive_task_timer splat with CONFIG_PREEMPT_RT
2023-01-18 19:15:54
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-01-17 21:56:35
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-01-17 21:55:53
linux-kernel
Re: [PATCH] rtmutex: ensure we wake up the top waiter
2023-01-17 18:33:56
linux-kernel
[PATCH] rtmutex: ensure we wake up the top waiter
2023-01-10 21:05:37
linux-kernel
Re: [PATCH] sched/deadline: fix inactive_task_timer splat with CONFIG_PREEMPT_RT
2023-01-04 19:10:45
linux-kernel
[PATCH] sched/deadline: fix inactive_task_timer splat with CONFIG_PREEMPT_RT
2022-11-10 17:11:46
linux-kernel
Re: [PATCH v17 1/3] x86/tdx: Add a wrapper to get TDREPORT from the TDX Module
2022-11-10 15:58:01
linux-kernel
Re: [PATCH v17 3/3] selftests: tdx: Test TDX attestation GetReport support
2022-11-10 15:27:00
linux-kernel
Re: [PATCH v17 2/3] virt: Add TDX guest driver
2022-11-09 16:26:21
linux-kernel
Re: [PATCH v17 2/3] virt: Add TDX guest driver
2022-11-01 17:55:26
linux-kernel
Re: [PATCH v16 3/3] selftests: tdx: Test TDX attestation GetReport support
2022-11-01 14:08:05
linux-kernel
Re: [PATCH v16 3/3] selftests: tdx: Test TDX attestation GetReport support
2022-11-01 13:50:09
linux-kernel
Re: [PATCH v16 2/3] virt: Add TDX guest driver
2022-10-24 19:22:01
linux-kernel
Re: [PATCH v15 2/3] virt: Add TDX guest driver
2022-09-29 18:46:35
linux-kernel
Re: [PATCH v14 2/3] virt: Add TDX guest driver
2022-09-09 13:41:39
linux-kernel
Re: [PATCH v12 2/3] selftests: tdx: Test TDX attestation GetReport support
2022-09-08 15:43:51
linux-kernel
Re: [PATCH 2/5] drivers/auxdisplay: sensehat: Raspberry Pi Sense HAT display driver
2022-09-08 14:23:24
linux-kernel
Re: [PATCH v12 2/3] selftests: tdx: Test TDX attestation GetReport support
2022-08-08 12:31:30
linux-kernel
Re: [PATCH v10 1/2] x86/tdx: Add TDX Guest attestation interface driver
2022-08-05 19:49:26
linux-kernel
Re: [PATCH v10 1/2] x86/tdx: Add TDX Guest attestation interface driver