Anna-Maria Behnsen ([email protected])

Number of posts: 550 (0.18 per day)
First post: 2016-03-10 11:11:41
Last post: 2024-05-02 12:56:50

Date List Subject
2024-01-23 17:22:42 linux-kernel [PATCH 4/8] timers: Add struct member description for timer_base
2024-01-23 17:21:29 linux-kernel [PATCH 7/8] Documentation: Move "core core" api into a separate file
2024-01-23 17:12:13 linux-kernel [PATCH 0/8] timers and Documentation: Cleanup
2024-01-23 17:01:21 linux-kernel [PATCH 8/8] timers: Add timer wheel documentation
2024-01-23 17:00:31 linux-kernel [PATCH 5/8] jiffies: Transform comment about time_* functions into DOC block
2024-01-23 16:59:47 linux-kernel [PATCH 3/8] tick/sched: Add function description for tick_nohz_next_event()
2024-01-23 16:53:19 linux-kernel [PATCH 6/8] Documentation: Create a new folder for all timer internals
2024-01-23 16:52:15 linux-kernel [PATCH 2/8] hrtimers: Update formatting of documentation
2024-01-23 16:52:00 linux-kernel [PATCH 1/8] include/hrtimers: Move hrtimer base related definitions into hrtimer_defs
2024-01-22 13:59:39 linux-kernel [PATCH 0/2] kernel-doc: Remove deprecated kernel-doc option 'functions'
2024-01-22 13:40:32 linux-kernel [PATCH 1/2] Documentation: Replace deprecated 'functions' by 'identifiers'
2024-01-22 13:39:09 linux-kernel [PATCH 2/2] Documentation: Remove deprecated kernel-doc option 'functions'
2024-01-22 12:30:04 linux-kernel Re: [PATCH v10 05/20] timers: Introduce add_timer() variants which modify timer flags
2024-01-22 12:05:20 linux-kernel Re: [PATCH v10 03/20] timers: Move marking timer bases idle into tick_nohz_stop_tick()
2024-01-22 11:52:39 linux-kernel Re: [PATCH v10 04/20] timers: Optimization for timer_base_try_to_set_idle()
2024-01-22 10:26:46 linux-kernel Re: [PATCH] sched/idle: Prevent stopping the tick when there is no cpuidle driver
2024-01-15 14:42:35 linux-kernel [PATCH v10 20/20] timers: Always queue timers on the local CPU
2024-01-15 14:42:34 linux-kernel [PATCH v10 19/20] timer_migration: Add tracepoints
2024-01-15 14:41:42 linux-kernel [PATCH v10 17/20] timers: Introduce function to check timer base is_idle flag
2024-01-15 14:41:33 linux-kernel [PATCH v10 16/20] tick/sched: Split out jiffies update helper function
2024-01-15 14:41:14 linux-kernel [PATCH v10 15/20] timers: Check if timers base is handled already
2024-01-15 14:40:51 linux-kernel [PATCH v10 13/20] timers: Add get next timer interrupt functionality for remote CPUs
2024-01-15 14:40:49 linux-kernel [PATCH v10 14/20] timers: Restructure internal locking
2024-01-15 14:40:38 linux-kernel [PATCH v10 12/20] timers: Split out "get next timer interrupt" functionality
2024-01-15 14:40:24 linux-kernel [PATCH v10 11/20] timers: Retrieve next expiry of pinned/non-pinned timers separately
2024-01-15 14:40:18 linux-kernel [PATCH v10 09/20] timers: Split next timer interrupt logic
2024-01-15 14:40:15 linux-kernel [PATCH v10 10/20] timers: Keep the pinned timers separate from the others
2024-01-15 14:39:27 linux-kernel [PATCH v10 08/20] timers: Ease code in run_local_timers()
2024-01-15 14:39:25 linux-kernel [PATCH v10 07/20] timers: add_timer_on(): Make sure TIMER_PINNED flag is set
2024-01-15 14:39:14 linux-kernel [PATCH v10 05/20] timers: Introduce add_timer() variants which modify timer flags
2024-01-15 14:39:12 linux-kernel [PATCH v10 06/20] workqueue: Use global variant for add_timer()
2024-01-15 14:38:43 linux-kernel [PATCH v10 04/20] timers: Optimization for timer_base_try_to_set_idle()
2024-01-15 14:38:42 linux-kernel [PATCH v10 03/20] timers: Move marking timer bases idle into tick_nohz_stop_tick()
2024-01-15 14:38:24 linux-kernel [PATCH v10 00/20] timers: Move from a push remote at enqueue to a pull at expiry model
2024-01-15 14:38:21 linux-kernel [PATCH v10 02/20] timers: Split out get next timer interrupt
2024-01-15 14:38:15 linux-kernel [PATCH v10 01/20] timers: Restructure get_next_timer_interrupt()
2024-01-15 13:14:07 linux-kernel Re: [PATCH] sched/idle: Prevent stopping the tick when there is no cpuidle driver
2024-01-12 10:56:59 linux-kernel Re: [PATCH] sched/idle: Prevent stopping the tick when there is no cpuidle driver
2024-01-09 16:25:09 linux-kernel Re: [PATCH] sched/idle: Prevent stopping the tick when there is no cpuidle driver
2023-12-15 13:05:33 linux-kernel [PATCH] sched/idle: Prevent stopping the tick when there is no cpuidle driver
2023-12-12 14:52:35 linux-kernel Re: [PATCH v9 30/32] timers: Implement the hierarchical pull model
2023-12-12 13:22:34 linux-kernel Re: [PATCH v9 12/32] timers: Fix nextevt calculation when no timers are pending
2023-12-12 11:43:41 linux-kernel Re: [PATCH v9 30/32] timers: Implement the hierarchical pull model
2023-12-12 11:31:45 linux-kernel Re: [PATCH v9 30/32] timers: Implement the hierarchical pull model
2023-12-08 10:32:29 linux-kernel Re: [PATCH v9 30/32] timers: Implement the hierarchical pull model
2023-12-08 09:02:24 linux-kernel Re: [PATCH v9 30/32] timers: Implement the hierarchical pull model
2023-12-07 12:11:48 linux-kernel Re: [PATCH v9 00/32] timers: Move from a push remote at enqueue to a pull at expiry model
2023-12-07 10:27:33 linux-kernel Re: [PATCH v9 25/32] timers: Add get next timer interrupt functionality for remote CPUs
2023-12-07 10:13:11 linux-kernel Re: [PATCH v9 23/32] timers: Retrieve next expiry of pinned/non-pinned timers separately
2023-12-06 10:48:07 linux-kernel Re: [PATCH v9 19/32] timers: add_timer_on(): Make sure TIMER_PINNED flag is set
2023-12-06 10:23:54 linux-kernel Re: [PATCH v9 22/32] timers: Keep the pinned timers separate from the others