Linus Torvalds
5e8bbb2caa
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull timer cleanups from Thomas Gleixner:
"Another set of timer API cleanups:
- Convert init_timer*(), try_to_del_timer_sync() and
destroy_timer_on_stack() over to the canonical timer_*()
namespace convention.
There is another large conversion pending, which has not been included
because it would have caused a gazillion of merge conflicts in next.
The conversion scripts will be run towards the end of the merge window
and a pull request sent once all conflict dependencies have been
merged"
* tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()
timers: Rename init_timers() as timers_init()
timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTA
timers: Rename __init_timer_on_stack() as __timer_init_on_stack()
timers: Rename __init_timer() as __timer_init()
timers: Rename init_timer_on_stack_key() as timer_init_key_on_stack()
timers: Rename init_timer_key() as timer_init_key()
2025-05-27 08:31:21 -07:00
..
2025-05-21 08:45:03 +02:00
2025-04-05 10:30:12 +02:00
2025-05-21 08:45:03 +02:00
2025-03-11 14:05:43 +01:00
2025-05-26 08:02:43 -07:00
2025-04-22 16:06:05 +09:00
2025-04-05 10:30:12 +02:00
2025-04-05 10:30:12 +02:00
2025-05-27 08:31:21 -07:00
2025-05-26 11:39:36 -07:00
2025-05-15 13:12:54 -04:00
2025-05-16 21:06:08 +02:00
2025-05-15 16:25:20 -06:00
2025-03-20 09:11:09 +01:00
2025-05-27 08:31:21 -07:00
2025-05-17 20:46:38 -07:00
2025-05-05 15:34:49 +02:00
2025-04-15 15:18:55 +02:00
2025-04-02 18:03:34 -07:00
2025-05-26 16:04:17 -07:00
2025-03-25 20:40:51 -07:00
2025-05-26 16:04:17 -07:00
2025-04-21 08:30:13 -07:00
2025-03-17 22:06:41 -07:00
2025-05-21 08:45:03 +02:00
2025-05-27 08:31:21 -07:00
2025-03-20 21:38:01 +01:00
2025-05-27 08:07:32 -07:00
2025-05-08 19:49:33 +02:00
2025-05-27 08:31:21 -07:00
2025-04-11 17:32:38 -07:00
2025-04-11 20:47:45 -03:00
2025-05-27 08:07:32 -07:00
2025-05-27 08:31:21 -07:00
2025-04-05 10:30:12 +02:00
2025-05-15 10:57:24 -07:00
2025-04-05 10:30:12 +02:00
2025-04-05 10:30:12 +02:00
2025-05-15 10:40:49 -07:00
2025-05-13 10:42:06 +02:00
2025-03-21 17:12:04 -05:00
2025-04-15 13:29:03 +02:00
2025-05-27 08:07:32 -07:00
2025-03-31 11:44:00 +02:00
2025-05-15 18:23:55 +02:00
2025-05-27 08:07:32 -07:00
2025-05-26 08:02:43 -07:00
2025-05-24 18:54:18 -07:00
2025-05-22 09:10:00 +02:00
2025-05-27 08:31:21 -07:00
2025-04-05 10:30:12 +02:00
2025-04-05 10:30:12 +02:00
2025-04-05 10:30:12 +02:00
2025-05-16 21:06:09 +02:00
2025-04-15 18:21:39 +02:00
2025-05-26 11:39:36 -07:00
2025-05-27 08:31:21 -07:00
2025-05-16 21:06:10 +02:00
2025-04-05 10:30:12 +02:00
2025-03-26 19:57:34 -07:00
2025-05-16 21:06:10 +02:00
2025-05-27 08:07:32 -07:00
2025-05-19 14:26:12 +02:00
2025-04-05 10:30:12 +02:00
2025-05-02 09:43:44 +02:00
2025-05-27 08:07:32 -07:00
2025-04-05 10:30:12 +02:00
2025-04-09 20:47:29 +02:00
2025-04-02 20:27:18 -07:00
2025-05-26 11:39:36 -07:00
2025-04-11 14:41:22 +02:00
2025-03-29 11:23:16 -07:00
2025-03-09 22:27:54 +01:00
2025-04-05 10:30:12 +02:00
2025-05-27 08:15:26 -07:00
2025-04-05 10:30:12 +02:00
2025-05-21 13:57:44 +02:00
2025-05-14 12:28:43 +01:00
2025-05-27 08:07:32 -07:00
2025-05-26 16:04:17 -07:00
2025-05-08 13:29:30 +02:00
2025-04-14 09:34:14 +02:00
2025-04-20 11:57:54 -07:00
2025-05-02 10:23:47 +02:00
2025-04-15 18:22:32 +02:00
2025-05-16 15:43:44 -07:00
2025-04-12 08:11:19 -07:00
2025-03-10 17:37:25 +01:00
2025-05-06 10:00:58 +02:00
2025-05-14 11:16:52 +02:00
2025-05-13 10:34:33 -05:00
2025-03-29 17:18:50 -07:00
2025-04-05 10:30:12 +02:00
2025-05-26 14:36:05 -07:00
2025-05-27 08:31:21 -07:00
2025-05-16 21:06:11 +02:00
2025-05-27 08:15:26 -07:00
2025-05-17 12:04:19 -07:00
2025-05-22 16:05:26 +01:00
2025-05-27 08:31:21 -07:00
2025-04-11 22:13:00 -04:00
2025-05-27 08:07:32 -07:00
2025-04-02 18:23:31 -07:00
2025-04-15 15:02:39 +02:00
2025-05-27 08:15:26 -07:00
2025-05-02 13:59:02 +02:00
2025-05-27 08:31:21 -07:00
2025-05-06 12:59:12 -06:00
2025-04-18 10:08:11 -04:00
2025-05-02 10:23:47 +02:00
2025-04-05 10:30:12 +02:00
2025-04-18 10:05:49 -04:00
2025-05-13 20:37:16 -07:00
2025-04-16 09:26:49 +02:00
2025-05-07 16:21:41 +02:00
2025-03-06 15:11:30 -04:00
2025-03-06 15:11:30 -04:00