LinuxLists
Users
About
Ankur Arora (
[email protected]
)
Number of posts: 341 (0.13 per day)
First post: 2017-03-21 23:09:41
Last post: 2024-06-10 07:24:57
Previous Page
/
Next Page
Date
List
Subject
2024-02-13 06:10:19
linux-kernel
[PATCH 16/30] rcu: force context-switch for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-02-13 06:05:39
linux-kernel
[PATCH 29/30] Documentation: tracing: add TIF_NEED_RESCHED_LAZY
2024-02-13 06:05:35
linux-kernel
[PATCH 28/30] tracing: support lazy resched
2024-02-13 06:05:33
linux-kernel
[PATCH 30/30] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y
2024-02-13 06:04:51
linux-kernel
[PATCH 27/30] sched: latency warn for TIF_NEED_RESCHED_LAZY
2024-02-13 06:04:35
linux-kernel
[PATCH 25/30] sched: support preempt=full under PREEMPT_AUTO
2024-02-13 06:03:57
linux-kernel
[PATCH 23/30] sched/fair: handle tick expiry under lazy preemption
2024-02-13 06:03:53
linux-kernel
[PATCH 01/30] preempt: introduce CONFIG_PREEMPT_AUTO
2024-02-13 06:03:45
linux-kernel
[PATCH 21/30] sched: schedule eagerly in resched_cpu()
2024-02-13 06:03:29
linux-kernel
[PATCH 24/30] sched: support preempt=none under PREEMPT_AUTO
2024-02-13 06:03:00
linux-kernel
[PATCH 22/30] sched/fair: refactor update_curr(), entity_tick()
2024-02-13 06:02:27
linux-kernel
[PATCH 09/30] sched: __schedule_loop() doesn't need to check for need_resched_lazy()
2024-02-13 06:02:03
linux-kernel
[PATCH 17/30] x86/thread_info: define TIF_NEED_RESCHED_LAZY
2024-02-13 06:01:45
linux-kernel
[PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
2024-02-13 06:01:31
linux-kernel
[PATCH 19/30] sched: default preemption policy for PREEMPT_AUTO
2024-02-13 06:00:51
linux-kernel
[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
2024-02-13 06:00:36
linux-kernel
[PATCH 12/30] rcu: limit PREEMPT_RCU to full preemption under PREEMPT_AUTO
2024-02-13 06:00:35
linux-kernel
[PATCH 13/30] rcu: fix header guard for rcu_all_qs()
2024-02-13 05:59:26
linux-kernel
[PATCH 03/30] thread_info: tif_need_resched() now takes resched_t as param
2024-02-13 05:59:18
linux-kernel
[PATCH 07/30] entry/kvm: handle lazy rescheduling at guest-entry
2024-02-13 05:58:56
linux-kernel
[PATCH 08/30] entry: irqentry_exit only preempts for TIF_NEED_RESCHED
2024-02-13 05:58:55
linux-kernel
[PATCH 10/30] sched: separate PREEMPT_DYNAMIC config logic
2024-02-13 05:58:50
linux-kernel
[PATCH 02/30] thread_info: selector for TIF_NEED_RESCHED[_LAZY]
2024-02-13 05:58:20
linux-kernel
[PATCH 05/30] sched: *_tsk_need_resched() now takes resched_t as param
2024-02-13 05:58:04
linux-kernel
[PATCH 14/30] preempt,rcu: warn on PREEMPT_RCU=n, preempt=full
2024-02-13 05:57:36
linux-kernel
[PATCH 11/30] sched: runtime preemption config under PREEMPT_AUTO
2024-02-13 05:57:35
linux-kernel
[PATCH 04/30] sched: make test_*_tsk_thread_flag() return bool
2024-02-13 05:57:08
linux-kernel
[PATCH 06/30] entry: handle lazy rescheduling at user-exit
2024-02-05 21:44:01
linux-kernel
Re: [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
2024-01-23 07:02:39
linux-kernel
Re: [PATCH] xfs: explicitly call cond_resched in xfs_itruncate_extents_flags
2023-12-07 01:35:38
linux-kernel
Re: [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
2023-12-07 01:34:00
linux-kernel
Re: [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
2023-12-05 20:21:10
linux-kernel
Re: [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
2023-12-01 07:05:07
linux-kernel
Re: [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
2023-11-28 18:33:19
linux-kernel
Re: [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
2023-11-21 06:47:07
linux-kernel
Re: [RFC PATCH 42/86] sched: force preemption on tick expiration
2023-11-21 06:37:22
linux-kernel
Re: [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
2023-11-21 06:33:49
linux-kernel
Re: [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
2023-11-21 06:32:55
linux-kernel
Re: [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
2023-11-21 06:02:06
linux-kernel
Re: [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
2023-11-21 06:02:01
linux-kernel
Re: [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
2023-11-21 05:41:13
linux-kernel
Re: [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
2023-11-21 05:19:01
linux-kernel
Re: [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
2023-11-21 03:30:58
linux-kernel
Re: [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
2023-10-26 05:06:03
linux-kernel
Re: [POC][RFC][PATCH] sched: Extended Scheduler Time Slice
2023-10-21 01:07:40
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-20 22:58:03
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-18 20:17:08
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-18 12:11:36
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-09-25 07:41:26
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-09-21 18:24:09
linux-kernel
Re: [PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED