Juri Lelli ([email protected])

Number of posts: 320 (0.3 per day)
First post: 2014-10-07 08:59:24
Last post: 2017-08-24 08:31:03

Date List Subject
2015-04-21 08:21:21 linux-kernel Re: [PATCH 4/7] sched/deadline: reschedule if stop task slip in after pull operations
2015-04-21 08:16:54 linux-kernel Re: [PATCH 6/7] sched/deadline: depend on clearing throttled status in replenish_dl_entity
2015-04-20 10:27:27 linux-kernel Re: [PATCH 4/7] sched/deadline: reschedule if stop task slip in after pull operations
2015-04-09 08:23:36 linux-kernel Re: [RFC 4/4] Documentation/scheduler/sched-deadline.txt: add some references
2015-04-08 09:31:04 linux-kernel Re: [PATCH] Documentation/scheduler/sched-deadline.txt: correct definition of density as C_i/min{D_i,P_i}
2015-04-08 08:54:26 linux-kernel [PATCH v2] scripts/checkpatch: check for uses of trace_printk
2015-04-08 08:47:47 linux-kernel Re: [PATCH 5/7] sched/deadline: drop duplicate init_sched_dl_class declaration
2015-04-07 14:18:27 linux-kernel Re: [PATCH] sched/core: Drop debugging leftover trace_printk call
2015-04-07 13:48:28 linux-kernel Re: [PATCH 2/7] sched/deadline: make init_sched_dl_class() __init
2015-04-07 13:48:23 linux-kernel Re: [PATCH 3/7] sched/deadline: reduce rq lock contention by eliminating locking of non-feasible target
2015-04-07 13:47:59 linux-kernel Re: [PATCH] sched/core: Drop debugging leftover trace_printk call
2015-02-26 09:55:21 linux-kernel Re: [PATCH RESEND v2] sched/deadline: fix rt runtime corrupt when dl refuse a smaller bandwidth
2015-02-24 09:28:56 linux-kernel [PATCH 2/2] sched/deadline: always enqueue on previous rq when dl_task_timer fires
2015-02-24 09:28:40 linux-kernel [PATCH 1/2] sched/deadline,core: fix bandwidth update when changing cpuset cpumask
2015-02-16 15:12:33 linux-kernel Re: [sched/deadline] kernel BUG at kernel/sched/deadline.c:805!
2015-02-16 12:34:21 linux-kernel Re: [ANNOUNCE] 3.14.3-rt5
2015-02-02 11:31:45 linux-kernel Re: Another SCHED_DEADLINE bug (with bisection and possible fix)
2014-12-17 12:49:12 linux-kernel Re: [PATCH 0/2] SCHED_DEADLINE fixes
2014-11-25 17:54:28 linux-kernel Re: [PATCH 2/2] sched/deadline: fix pull if dl task who's prio changed is not on queue
2014-11-25 17:49:14 linux-kernel Re: [PATCH 1/2] sched/deadline: reduce overhead if there are no scheduling parameters changed
2014-11-19 13:49:02 linux-kernel Re: [PATCH v5] sched/deadline: support dl task migration during cpu hotplug
2014-11-19 10:13:22 linux-kernel Re: [PATCH v5] sched/deadline: support dl task migration during cpu hotplug
2014-11-18 18:00:04 linux-kernel Re: [PATCH] sched/rt: fix rt runtime corrupt when dl refuse a smaller bandwidth
2014-11-18 17:30:40 linux-kernel Re: [PATCH v2] sched/deadline: fix start high-res preemption tick for a non-leftmost task
2014-11-17 09:50:40 linux-kernel Re: [PATCH 2/2] sched/deadline: fix start high-res preemption tick for a non-running task
2014-11-13 09:37:19 linux-kernel Re: [PATCH 2/2] sched/deadline: fix start high-res preemption tick for a non-running task
2014-11-13 09:31:03 linux-kernel Re: [PATCH 1/2] sched/deadline: introduce start_hrtick_dl for !CONFIG_SCHED_HRTICK
2014-11-13 09:30:04 linux-kernel Re: [PATCH] sched/deadline: fix rq->dl.pushable_tasks bug in push_dl_task()
2014-11-12 15:08:32 linux-kernel Re: [PATCH v5] sched/deadline: support dl task migration during cpu hotplug
2014-11-05 10:08:08 linux-kernel Re: [RFC PATCH v2] sched/deadline: support dl task migration during cpu hotplug
2014-11-04 15:50:29 linux-kernel Re: [PATCH RFC] sched/deadline: support dl task migrate during cpu hotplug
2014-11-04 09:20:53 linux-kernel Re: [PATCH RFC] sched/deadline: support dl task migrate during cpu hotplug
2014-10-30 14:42:18 linux-kernel Re: [PATCH 5/6] sched/dl: reschedule if successfully pull earlier deadline task
2014-10-30 12:19:44 linux-kernel Re: [PATCH v3] sched/dl: Implement cancel_dl_timer() to use in switched_from_dl()
2014-10-30 10:29:52 linux-kernel Re: [PATCH 6/6] sched/dl: don't check CONFIG_SMP in switched_from_dl
2014-10-30 10:20:58 linux-kernel Re: [PATCH 5/6] sched/dl: reschedule if successfully pull earlier deadline task
2014-10-30 10:04:04 linux-kernel Re: [PATCH 2/6] sched/dl: fix yield task artificial overrun
2014-10-29 17:08:46 linux-kernel Re: [PATCH 4/6] sched/dl: push task away if the deadline is equal to curr during wakeup
2014-10-29 16:52:41 linux-kernel Re: [PATCH 3/6] sched/dl: add deadline rq status print
2014-10-29 16:33:56 linux-kernel Re: [PATCH 2/6] sched/dl: fix yield task artificial overrun
2014-10-28 11:54:58 linux-kernel [PATCH] sched/core: dl_bw_of() has to be used under rcu_read_lock_sched()
2014-10-24 13:21:15 linux-kernel Re: [PATCH 0/4] Fix various bits of AC and PI for SCHED_DEADLINE
2014-10-24 09:26:10 linux-kernel Re: [PATCH v2 2/3] sched/dl: Cleanup prio_changed_dl()
2014-10-24 09:17:15 linux-kernel [PATCH 2/4] sched/deadline: ensure that updates to exclusive cpusets don't break AC
2014-10-24 09:17:14 linux-kernel [PATCH 3/4] sched/deadline: don't replenish from a !SCHED_DEADLINE entity
2014-10-24 09:17:12 linux-kernel [PATCH 1/4] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets
2014-10-24 09:17:10 linux-kernel [PATCH 4/4] sched/deadline: fix races between rt_mutex_setprio and dl_task_timer
2014-10-24 09:16:54 linux-kernel [PATCH 0/4] Fix various bits of AC and PI for SCHED_DEADLINE
2014-10-22 10:00:34 linux-kernel Re: [PATCH v2 1/3] sched/dl: Implement cancel_dl_timer() to use in switched_from_dl()
2014-10-22 09:43:44 linux-kernel Re: [RFC] sched/dl: Fix preemption checks
2014-10-22 09:34:01 linux-kernel Re: [PATCH v2 2/3] sched/dl: Cleanup prio_changed_dl()