Anna-Maria Behnsen ([email protected])

Number of posts: 551 (0.18 per day)
First post: 2016-03-10 11:11:41
Last post: 2024-05-08 06:16:22

Date List Subject
2023-10-04 12:36:53 linux-kernel [PATCH v8 20/25] timer: Restructure internal locking
2023-10-04 12:36:49 linux-kernel [PATCH v8 14/25] timers: Ease code in run_local_timers()
2023-10-04 12:36:48 linux-kernel [PATCH v8 22/25] tick/sched: Split out jiffies update helper function
2023-10-04 12:36:47 linux-kernel [PATCH v8 17/25] timer: Retrieve next expiry of pinned/non-pinned timers separately
2023-10-04 12:36:47 linux-kernel [PATCH v8 23/25] timer: Implement the hierarchical pull model
2023-10-04 12:36:46 linux-kernel [PATCH v8 10/25] timers: Move marking timer bases idle into tick_nohz_stop_tick()
2023-10-04 12:36:41 linux-kernel [PATCH v8 12/25] workqueue: Use global variant for add_timer()
2023-10-04 12:36:41 linux-kernel [PATCH v8 13/25] timer: add_timer_on(): Make sure TIMER_PINNED flag is set
2023-10-04 12:36:38 linux-kernel [PATCH v8 15/25] timer: Split next timer interrupt logic
2023-10-04 12:36:38 linux-kernel [PATCH v8 08/25] timer: Rework idle logic
2023-10-04 12:36:37 linux-kernel [PATCH v8 03/25] timer: Do not IPI for deferrable timers
2023-10-04 12:36:36 linux-kernel [PATCH v8 00/25] timer: Move from a push remote at enqueue to a pull at expiry model
2023-10-04 12:36:35 linux-kernel [PATCH v8 09/25] timer: Split out get next timer functionality
2023-10-04 12:36:33 linux-kernel [PATCH v8 06/25] timers: Split out forward timer base functionality
2023-10-04 12:36:32 linux-kernel [PATCH v8 05/25] timers: Clarify check in forward_timer_base()
2023-10-04 12:36:29 linux-kernel [PATCH v8 04/25] timer: Move store of next event into __next_timer_interrupt()
2023-10-04 12:36:28 linux-kernel [PATCH v8 02/25] tick-sched: Warn when next tick seems to be in the past
2023-10-04 12:35:48 linux-kernel [PATCH v8 01/25] tick/sched: Cleanup confusing variables
2023-08-11 09:37:50 linux-kernel Re: [RFT][PATCH v2 2/3] cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some cases
2023-08-09 17:05:35 linux-kernel Re: [RFT][PATCH v2 0/3] cpuidle: teo: Do not check timers unconditionally every time
2023-08-09 15:35:55 linux-kernel Re: [RFT][PATCH v2 0/3] cpuidle: teo: Do not check timers unconditionally every time
2023-08-07 17:26:26 linux-kernel Re: [RFT][PATCH v2 0/3] cpuidle: teo: Do not check timers unconditionally every time
2023-08-07 16:26:57 linux-kernel Re: [PATCH] Documentation: core-api/cpuhotplug: Fix state names
2023-08-07 16:17:50 linux-kernel Re: [RFT][PATCH v2 0/3] cpuidle: teo: Do not check timers unconditionally every time
2023-08-02 08:55:41 linux-kernel Re: [RFC][PATCH 0/3] cpuidle,teo: Improve TEO tick decisions
2023-07-31 13:52:15 linux-kernel Re: [RFC][PATCH 0/3] cpuidle,teo: Improve TEO tick decisions
2023-07-26 16:46:31 linux-kernel Re: Stopping the tick on a fully loaded system
2023-07-25 13:49:47 linux-kernel Re: Stopping the tick on a fully loaded system
2023-07-20 13:29:47 linux-kernel Re: Stopping the tick on a fully loaded system
2023-07-20 08:01:13 linux-kernel Stopping the tick on a fully loaded system
2023-06-12 16:46:34 linux-kernel Re: [PATCH v7 19/21] timer: Implement the hierarchical pull model
2023-06-12 12:39:15 linux-kernel Re: [PATCH v7 19/21] timer: Implement the hierarchical pull model
2023-06-12 12:19:20 linux-kernel Re: [PATCH v7 15/21] timer: Add get next timer interrupt functionality for remote CPUs
2023-05-24 07:18:24 linux-kernel [PATCH v7 19/21] timer: Implement the hierarchical pull model
2023-05-24 07:17:52 linux-kernel [PATCH v7 02/21] timer: Do not IPI for deferrable timers
2023-05-24 07:17:51 linux-kernel [PATCH v7 04/21] timer: Move store of next event into __next_timer_interrupt()
2023-05-24 07:16:55 linux-kernel [PATCH v7 03/21] timer: Add comment to get_next_timer_interrupt() description
2023-05-24 07:16:52 linux-kernel [PATCH v7 06/21] timer: Rework idle logic
2023-05-24 07:16:05 linux-kernel [PATCH v7 05/21] timer: Split next timer interrupt logic
2023-05-24 07:14:26 linux-kernel [PATCH v7 00/21] timer: Move from a push remote at enqueue to a pull at expiry model
2023-05-24 07:10:39 linux-kernel [PATCH v7 21/21] timer: Always queue timers on the local CPU
2023-05-24 07:10:23 linux-kernel [PATCH v7 20/21] timer_migration: Add tracepoints
2023-05-24 07:10:17 linux-kernel [PATCH v7 12/21] timer: Keep the pinned timers separate from the others
2023-05-24 07:10:15 linux-kernel [PATCH v7 11/21] timers: Create helper function to forward timer base clk
2023-05-24 07:10:06 linux-kernel [PATCH v7 18/21] tick/sched: Split out jiffies update helper function
2023-05-24 07:10:02 linux-kernel [PATCH v7 17/21] timer: Check if timers base is handled already
2023-05-24 07:10:02 linux-kernel [PATCH v7 15/21] timer: Add get next timer interrupt functionality for remote CPUs
2023-05-24 07:10:01 linux-kernel [PATCH v7 16/21] timer: Restructure internal locking
2023-05-24 07:09:58 linux-kernel [PATCH v7 14/21] timer: Split out "get next timer interrupt" functionality
2023-05-24 07:09:50 linux-kernel [PATCH v7 07/21] timers: Introduce add_timer() variants which modify timer flags
2023-05-24 07:09:44 linux-kernel [PATCH v7 13/21] timer: Retrieve next expiry of pinned/non-pinned timers separately