Date |
List |
Subject |
2024-06-10 07:24:57
|
linux-kernel
|
Re: [PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling |
2024-06-09 00:47:28
|
linux-kernel
|
Re: [PATCH v2 13/35] sched: allow runtime config for PREEMPT_AUTO |
2024-06-06 15:33:10
|
linux-kernel
|
Re: [PATCH v2 13/35] sched: allow runtime config for PREEMPT_AUTO |
2024-06-05 05:48:30
|
linux-kernel
|
Re: [PATCH 4/9] cpuidle-haltpoll: define arch_haltpoll_supported() |
2024-06-04 23:10:14
|
linux-kernel
|
Re: [PATCH 8/9] arm64: support cpuidle-haltpoll |
2024-06-01 11:48:24
|
linux-kernel
|
Re: [PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling |
2024-05-30 23:12:23
|
linux-kernel
|
Re: [PATCH v2 16/35] preempt,rcu: warn on PREEMPT_RCU=n, preempt=full |
2024-05-30 23:06:35
|
linux-kernel
|
Re: [PATCH v2 16/35] preempt,rcu: warn on PREEMPT_RCU=n, preempt=full |
2024-05-30 09:38:42
|
linux-kernel
|
Re: [PATCH v2 12/35] sched: separate PREEMPT_DYNAMIC config logic |
2024-05-30 09:31:34
|
linux-kernel
|
Re: [PATCH v2 13/35] sched: allow runtime config for PREEMPT_AUTO |
2024-05-30 09:19:21
|
linux-kernel
|
Re: [PATCH v2 05/35] thread_info: selector for TIF_NEED_RESCHED[_LAZY] |
2024-05-30 09:05:37
|
linux-kernel
|
Re: [PATCH v2 09/35] entry/kvm: handle lazy rescheduling at guest-entry |
2024-05-30 09:05:19
|
linux-kernel
|
Re: [PATCH v2 10/35] entry: irqentry_exit only preempts for TIF_NEED_RESCHED |
2024-05-28 00:53:19
|
linux-kernel
|
[PATCH v2 33/35] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y |
2024-05-28 00:48:37
|
linux-kernel
|
[PATCH v2 32/35] Documentation: tracing: add TIF_NEED_RESCHED_LAZY |
2024-05-28 00:48:12
|
linux-kernel
|
[PATCH v2 31/35] tracing: support lazy resched |
2024-05-28 00:42:40
|
linux-kernel
|
[PATCH v2 30/35] sched: latency warn for TIF_NEED_RESCHED_LAZY |
2024-05-28 00:42:16
|
linux-kernel
|
[PATCH v2 28/35] sched: support preempt=full under PREEMPT_AUTO |
2024-05-28 00:41:55
|
linux-kernel
|
[PATCH v2 29/35] sched: handle preempt=voluntary under PREEMPT_AUTO |
2024-05-28 00:41:30
|
linux-kernel
|
[PATCH v2 26/35] sched/fair: handle tick expiry under lazy preemption |
2024-05-28 00:41:16
|
linux-kernel
|
[PATCH v2 25/35] sched/fair: refactor update_curr(), entity_tick() |
2024-05-28 00:41:05
|
linux-kernel
|
[PATCH v2 19/35] x86/thread_info: define TIF_NEED_RESCHED_LAZY |
2024-05-28 00:39:59
|
linux-kernel
|
[PATCH v2 21/35] sched: prepare for lazy rescheduling in resched_curr() |
2024-05-28 00:39:52
|
linux-kernel
|
[PATCH v2 20/35] powerpc: add support for PREEMPT_AUTO |
2024-05-28 00:39:32
|
linux-kernel
|
[PATCH v2 18/35] rcu: force context-switch for PREEMPT_RCU=n, PREEMPT_COUNT=y |
2024-05-28 00:39:24
|
linux-kernel
|
[PATCH v2 16/35] preempt,rcu: warn on PREEMPT_RCU=n, preempt=full |
2024-05-28 00:39:18
|
linux-kernel
|
[PATCH v2 17/35] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y |
2024-05-28 00:39:02
|
linux-kernel
|
[PATCH v2 15/35] rcu: fix header guard for rcu_all_qs() |
2024-05-28 00:38:47
|
linux-kernel
|
[PATCH v2 13/35] sched: allow runtime config for PREEMPT_AUTO |
2024-05-28 00:38:44
|
linux-kernel
|
[PATCH v2 14/35] rcu: limit PREEMPT_RCU to full preemption under PREEMPT_AUTO |
2024-05-28 00:38:30
|
linux-kernel
|
[PATCH v2 12/35] sched: separate PREEMPT_DYNAMIC config logic |
2024-05-28 00:38:15
|
linux-kernel
|
[PATCH v2 11/35] sched: __schedule_loop() doesn't need to check for need_resched_lazy() |
2024-05-28 00:38:03
|
linux-kernel
|
[PATCH v2 10/35] entry: irqentry_exit only preempts for TIF_NEED_RESCHED |
2024-05-28 00:37:53
|
linux-kernel
|
[PATCH v2 09/35] entry/kvm: handle lazy rescheduling at guest-entry |
2024-05-28 00:37:23
|
linux-kernel
|
[PATCH v2 02/35] sched/core: Drop spinlocks on contention iff kernel is preemptible |
2024-05-28 00:37:22
|
linux-kernel
|
[PATCH v2 08/35] entry: handle lazy rescheduling at user-exit |
2024-05-28 00:37:07
|
linux-kernel
|
[PATCH v2 06/35] thread_info: define __tif_need_resched(resched_t) |
2024-05-28 00:36:28
|
linux-kernel
|
[PATCH v2 05/35] thread_info: selector for TIF_NEED_RESCHED[_LAZY] |
2024-05-28 00:36:27
|
linux-kernel
|
[PATCH v2 03/35] sched: make test_*_tsk_thread_flag() return bool |
2024-05-28 00:36:14
|
linux-kernel
|
[PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling |
2024-05-28 00:36:10
|
linux-kernel
|
[PATCH v2 01/35] sched/core: Move preempt_model_*() helpers from sched.h to preempt.h |
2024-05-08 05:20:04
|
linux-kernel
|
Re: [PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling |
2024-05-06 21:29:03
|
linux-kernel
|
Re: [PATCH 1/9] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL |
2024-05-03 04:15:05
|
linux-kernel
|
Re: [PATCH 1/9] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL |
2024-04-30 18:57:56
|
linux-kernel
|
Re: [PATCH 0/9] Enable haltpoll for arm64 |
2024-04-30 18:45:05
|
linux-kernel
|
[PATCH 7/9] arm64: define TIF_POLLING_NRFLAG |
2024-04-30 18:45:04
|
linux-kernel
|
[PATCH 6/9] cpuidle/poll_state: poll via smp_cond_load_relaxed() |
2024-04-30 18:41:25
|
linux-kernel
|
[PATCH 1/9] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL |
2024-04-30 18:41:11
|
linux-kernel
|
[PATCH 4/9] cpuidle-haltpoll: define arch_haltpoll_supported() |
2024-04-30 18:41:08
|
linux-kernel
|
[PATCH 3/9] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL |
2024-04-30 18:40:11
|
linux-kernel
|
[PATCH 9/9] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64 |