Joel Fernandes ([email protected])

Number of posts: 3405 (1.53 per day)
First post: 2018-05-07 17:28:57
Last post: 2024-06-13 07:13:52

Date List Subject
2022-08-19 21:14:02 linux-kernel [PATCH v4 14/14] rcu/tree: Move trace_rcu_callback() before bypassing
2022-08-19 21:12:14 linux-kernel [PATCH v4 06/14] debug: Toggle lazy at runtime and change flush jiffies
2022-08-19 21:12:07 linux-kernel [PATCH v4 10/14] kernel: Move various core kernel usages to call_rcu_lazy()
2022-08-19 21:08:52 linux-kernel [PATCH v4 07/14] cred: Move call_rcu() to call_rcu_lazy()
2022-08-19 21:05:47 linux-kernel [PATCH v4 13/14] fork: Move thread_stack_free_rcu to call_rcu_lazy
2022-08-19 20:53:43 linux-kernel [PATCH v4 12/14] i915: Move call_rcu() to call_rcu_lazy()
2022-08-19 20:53:11 linux-kernel [PATCH v4 05/14] rcutorture: Add test code for call_rcu_lazy()
2022-08-19 20:53:11 linux-kernel [PATCH v4 09/14] net/core: Move call_rcu() to call_rcu_lazy()
2022-08-19 20:50:59 linux-kernel [PATCH v4 02/14] rcu: shrinker for lazy rcu
2022-08-19 20:50:55 linux-kernel [PATCH v4 01/14] rcu: Introduce call_rcu_lazy() API implementation
2022-08-19 20:50:46 linux-kernel [PATCH v4 00/14] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-19 20:23:33 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 19:48:53 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 19:02:11 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 18:51:12 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 18:50:08 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 17:40:28 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 02:57:26 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 01:33:19 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-19 01:30:55 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-18 23:12:26 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-18 19:29:19 linux-kernel Re: [PATCH v14 4/4] Documentation: trace/objtrace: Add documentation for objtrace
2022-08-18 18:30:01 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-18 18:10:07 linux-kernel Re: [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-18 17:19:41 linux-kernel Re: [PATCH v14 4/4] Documentation: trace/objtrace: Add documentation for objtrace
2022-08-18 16:02:19 linux-kernel Re: [PATCH v14 4/4] Documentation: trace/objtrace: Add documentation for objtrace
2022-08-11 03:48:54 linux-kernel Re: [PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-11 02:50:12 linux-kernel Re: [PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-11 02:45:27 linux-kernel Re: [PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-09 04:08:07 linux-kernel [PATCH v3 resend 6/6] debug: Toggle lazy at runtime and change flush jiffies
2022-08-09 04:07:14 linux-kernel [PATCH v3 resend 3/6] rcuscale: Add laziness and kfree tests
2022-08-09 04:07:13 linux-kernel [PATCH v3 resend 1/6] rcu: Introduce call_rcu_lazy() API implementation
2022-08-09 04:03:08 linux-kernel [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
2022-08-09 04:01:33 linux-kernel [PATCH v3 resend 5/6] rcutorture: Add test code for call_rcu_lazy()
2022-08-09 03:46:51 linux-kernel [PATCH v3 resend 2/6] rcu: shrinker for lazy rcu
2022-08-09 03:46:37 linux-kernel [PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
2022-07-19 23:47:06 linux-kernel Re: [PATCH rcu 4/7] rcu/nocb: Add an option to offload all CPUs on boot
2022-07-19 23:18:37 linux-kernel Re: [PATCH rcu 4/7] rcu/nocb: Add an option to offload all CPUs on boot
2022-07-12 21:17:55 linux-kernel Re: [PATCH v2 6/8] rcuscale: Add test for using call_rcu_lazy() to emulate kfree_rcu()
2022-07-12 21:15:12 linux-kernel Re: [PATCH v2 1/8] rcu: Introduce call_rcu_lazy() API implementation
2022-07-12 20:59:02 linux-kernel Re: [PATCH v2 1/8] rcu: Introduce call_rcu_lazy() API implementation
2022-07-12 20:35:27 linux-kernel Re: [PATCH v2 6/8] rcuscale: Add test for using call_rcu_lazy() to emulate kfree_rcu()
2022-07-10 03:15:03 linux-kernel Re: [PATCH v2 1/8] rcu: Introduce call_rcu_lazy() API implementation
2022-07-10 02:12:34 linux-kernel Re: [PATCH v2 0/8] Implement call_rcu_lazy() and miscellaneous fixes
2022-07-08 18:52:32 linux-kernel Re: [PATCH v2 1/8] rcu: Introduce call_rcu_lazy() API implementation
2022-07-08 12:47:09 linux-kernel Re: [PATCH v2] tools/memory-model: Clarify LKMM's limitations in litmus-tests.txt
2022-07-08 04:33:14 linux-kernel Re: [PATCH v2 6/8] rcuscale: Add test for using call_rcu_lazy() to emulate kfree_rcu()
2022-07-08 04:33:14 linux-kernel Re: [PATCH v2 0/8] Implement call_rcu_lazy() and miscellaneous fixes
2022-07-01 17:10:27 linux-kernel Re: [RFC PATCH 0/7] Trace events to pstore
2022-07-01 16:59:44 linux-kernel Re: [RFC PATCH 0/7] Trace events to pstore
2022-06-30 14:48:31 linux-kernel Re: [PATCH v2 8/8] rcu/kfree: Fix kfree_rcu_shrink_count() return value