Joel Fernandes ([email protected])

Number of posts: 3403 (1.56 per day)
First post: 2018-05-07 17:28:57
Last post: 2024-04-23 18:19:56

Date List Subject
2024-04-23 18:19:56 linux-kernel Re: [PATCH V2 09/11] rcu: Implement PCPU_RCU_PREEMPT_COUNT framework
2024-04-23 18:09:25 linux-kernel Re: [PATCH V2 10/11] x86/rcu: Add rcu_preempt_count
2024-04-23 17:58:26 linux-kernel Re: [PATCH V2 03/11] rcu: Reorder tree_exp.h after tree_plugin.h
2024-04-23 17:26:29 linux-kernel Re: [PATCH V2 11/11] x86/rcu: Add THUNK rcu_read_unlock_special_thunk
2024-04-09 22:41:31 linux-kernel Re: [POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
2024-04-01 02:28:19 linux-kernel Re: [PATCH 02/10] rcu: Move rcu_preempt_depth_set() to rcupdate.h
2024-03-31 11:10:19 linux-kernel Re: [PATCH 02/10] rcu: Move rcu_preempt_depth_set() to rcupdate.h
2024-03-23 14:37:17 linux-kernel Re: [PATCH v5 6/7] sched/deadline: Deferrable dl server
2024-03-23 02:37:46 linux-kernel Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
2024-03-21 16:21:56 linux-kernel Re: [PATCH v5 6/7] sched/deadline: Deferrable dl server
2024-03-20 00:04:10 linux-kernel Re: [PATCH v5 6/7] sched/deadline: Deferrable dl server
2024-03-19 18:55:14 linux-kernel [PATCH v4] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 18:52:58 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 17:33:26 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 17:30:03 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 17:24:26 linux-kernel [PATCH v3] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 16:12:21 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 16:04:23 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-19 14:30:21 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-18 21:07:47 linux-kernel Re: [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-13 16:13:55 linux-kernel Re: [PATCH] rcu: Reduce synchronize_rcu() delays when all wait heads are in use
2024-03-13 16:02:26 linux-kernel Re: Unexplained long boot delays [Was Re: [GIT PULL] RCU changes for v6.9]
2024-03-13 14:41:05 linux-kernel Re: [PATCH] rcu: Reduce synchronize_rcu() delays when all wait heads are in use
2024-03-13 01:30:08 linux-kernel [PATCH v2 15/15] sched/deadline: Always start a new period if CFS exceeded DL runtime
2024-03-13 01:28:25 linux-kernel [PATCH v2 14/15] sched/deadline: Do not restart the DL server on replenish from timer
2024-03-13 01:28:16 linux-kernel [PATCH v2 11/15] sched/deadline: Mark DL server as unthrottled before enqueue
2024-03-13 01:28:15 linux-kernel [PATCH v2 13/15] sched/deadline: Make start_dl_timer callers more robust
2024-03-13 01:28:05 linux-kernel [PATCH v2 08/15] selftests/sched: Migrate cs_prctl_test to kselfttest
2024-03-13 01:28:01 linux-kernel [PATCH v2 12/15] sched/deadline: Reverse args to dl_time_before in replenish
2024-03-13 01:27:32 linux-kernel [PATCH v2 10/15] sched: Fix build error in "sched/rt: Remove default bandwidth control"
2024-03-13 01:27:10 linux-kernel [PATCH v2 09/15] admin-guide/hw-vuln: Correct prctl() argument description
2024-03-13 01:27:04 linux-kernel [PATCH v2 07/15] selftests/sched: Add a test to verify that DL server works with core scheduling
2024-03-13 01:26:33 linux-kernel [PATCH v2 06/15] sched: server: Don't start hrtick for DL server tasks
2024-03-13 01:26:15 linux-kernel [PATCH v2 05/15] sched/debug: Use unsigned long for cpu variable to prevent cast errors
2024-03-13 01:26:06 linux-kernel [PATCH v2 04/15] sched/core: Fix picking of tasks for core scheduling with DL server
2024-03-13 01:25:51 linux-kernel [PATCH v2 03/15] sched/core: Fix priority checking for DL server picks
2024-03-13 01:25:35 linux-kernel [PATCH v2 02/15] sched/core: Clear prev->dl_server in CFS pick fast path
2024-03-13 01:25:23 linux-kernel [PATCH v2 01/15] sched/core: Add clearing of ->dl_server in put_prev_task_balance()
2024-03-13 01:25:13 linux-kernel [PATCH v2 00/15] Fair scheduling deadline server fixes
2024-03-12 03:24:36 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-12 00:09:03 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-11 16:04:38 linux-kernel Re: [PATCH v2 rcu/dev 2/2] rcu/tree: Add comments explaining now-offline-CPU QS reports
2024-03-11 15:45:28 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-11 15:04:57 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-11 00:48:47 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-10 10:03:46 linux-kernel Re: [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-03-09 00:46:53 linux-kernel Re: [PATCH] [RFC] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-08 22:45:02 linux-kernel [PATCH v2 rcu/dev 2/2] rcu/tree: Add comments explaining now-offline-CPU QS reports
2024-03-08 22:44:52 linux-kernel [PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
2024-03-08 14:57:53 linux-kernel Re: [PATCH] arm: smp: Avoid false positive CPU hotplug Lockdep-RCU splat
2024-03-08 05:30:19 linux-kernel Re: [PATCH 26/30] sched: handle preempt=voluntary under PREEMPT_AUTO