Linus Torvalds
844056fd74
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull timer updates from Thomas Gleixner:
- The final conversion of timer wheel timers to timer_setup().
A few manual conversions and a large coccinelle assisted sweep and
the removal of the old initialization mechanisms and the related
code.
- Remove the now unused VSYSCALL update code
- Fix permissions of /proc/timer_list. I still need to get rid of that
file completely
- Rename a misnomed clocksource function and remove a stale declaration
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits)
m68k/macboing: Fix missed timer callback assignment
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
timer: Remove redundant __setup_timer*() macros
timer: Pass function down to initialization routines
timer: Remove unused data arguments from macros
timer: Switch callback prototype to take struct timer_list * argument
timer: Pass timer_list pointer to callbacks unconditionally
Coccinelle: Remove setup_timer.cocci
timer: Remove setup_*timer() interface
timer: Remove init_timer() interface
treewide: setup_timer() -> timer_setup() (2 field)
treewide: setup_timer() -> timer_setup()
treewide: init_timer() -> setup_timer()
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
s390: cmm: Convert timers to use timer_setup()
lightnvm: Convert timers to use timer_setup()
drivers/net: cris: Convert timers to use timer_setup()
drm/vc4: Convert timers to use timer_setup()
block/laptop_mode: Convert timers to use timer_setup()
net/atm/mpc: Avoid open-coded assignment of timer callback function
...
2017-11-25 08:37:16 -10:00
..
2017-10-30 15:03:24 -07:00
2015-04-17 09:04:02 -04:00
2017-10-25 23:05:52 +02:00
2017-11-20 22:47:50 +01:00
2017-11-22 20:58:23 -10:00
2017-07-07 13:14:14 +02:00
2015-09-05 13:19:05 +02:00
2014-10-20 16:21:31 +02:00
2015-04-03 08:18:25 +02:00
2015-11-08 14:12:25 +01:00
2015-09-05 13:19:08 +02:00
2017-10-13 00:10:12 +02:00
2016-09-22 00:14:41 +02:00
2017-10-25 23:05:52 +02:00
2016-03-14 17:08:25 +01:00
2016-10-19 08:45:48 +02:00
2016-09-02 01:24:06 +02:00
2017-11-10 16:24:32 +01:00
2013-04-05 09:36:53 -07:00
2016-07-26 00:09:18 +02:00
2017-01-11 17:23:06 +01:00
2017-01-11 17:23:06 +01:00
2017-03-09 01:29:17 +01:00
2014-10-20 16:21:31 +02:00
2017-07-05 23:11:59 +02:00
2017-05-22 20:32:05 +02:00
2016-09-02 01:24:06 +02:00
2017-11-02 11:10:55 +01:00
2017-04-14 12:08:52 +02:00
2016-07-19 18:15:21 +02:00
2016-07-19 18:15:21 +02:00
2016-01-11 20:19:57 +01:00
2016-09-02 01:24:06 +02:00
2017-11-21 15:57:07 -08:00
2016-09-02 01:24:06 +02:00
2017-08-15 08:06:14 +01:00
2016-05-20 12:33:51 +02:00
2016-07-08 16:23:11 +02:00
2016-09-02 01:24:06 +02:00
2017-10-13 00:10:06 +02:00
2017-10-26 23:00:24 +02:00
2016-07-09 10:24:45 +02:00
2016-09-22 00:14:40 +02:00
2017-05-04 14:46:25 +02:00
2017-10-27 13:11:50 +02:00
2017-10-13 00:10:17 +02:00
2016-05-20 12:33:51 +02:00
2017-09-01 01:10:11 +02:00
2016-07-09 10:24:45 +02:00
2016-05-20 12:33:51 +02:00
2016-06-27 10:48:28 +02:00
2017-07-06 22:37:16 +02:00
2017-11-02 11:10:55 +01:00
2016-06-06 17:07:33 +02:00
2017-09-01 01:10:11 +02:00
2016-05-20 12:33:51 +02:00
2015-09-05 13:19:06 +02:00
2017-07-06 22:37:15 +02:00
2016-06-04 00:23:35 +02:00
2017-09-01 01:10:18 +02:00
2017-04-22 17:56:18 +02:00
2016-07-19 18:18:06 +02:00
2017-06-20 12:19:14 +02:00
2017-03-09 01:29:27 +01:00
2016-05-20 12:33:51 +02:00
2017-10-12 14:28:14 +02:00
2016-11-04 23:31:29 +01:00
2014-10-20 16:21:31 +02:00
2015-09-05 13:19:06 +02:00
2016-01-11 20:19:59 +01:00
2017-01-11 17:23:06 +01:00
2017-11-08 07:52:24 +01:00
2015-10-28 10:30:17 +09:00
2015-10-28 10:30:17 +09:00
2016-05-20 12:33:51 +02:00
2015-09-05 13:19:10 +02:00
2017-10-13 00:10:10 +02:00
2017-09-01 01:10:11 +02:00
2015-10-28 10:30:17 +09:00
2016-06-04 16:05:59 +02:00
2014-10-20 16:21:31 +02:00
2017-07-31 00:17:48 +02:00
2015-09-05 19:37:21 +02:00
2015-06-25 01:13:36 +02:00
2016-03-14 17:08:27 +01:00
2016-05-20 12:33:51 +02:00
2016-06-26 01:20:08 +02:00
2017-01-11 17:23:04 +01:00
2015-09-05 19:37:22 +02:00
2015-09-05 19:37:22 +02:00
2016-07-09 10:24:45 +02:00
2015-04-17 09:04:02 -04:00
2016-09-02 01:24:06 +02:00
2017-10-26 10:43:29 +02:00
2015-09-05 19:37:22 +02:00
2017-08-24 16:23:16 +02:00
2017-07-06 22:37:16 +02:00
2017-11-08 07:52:15 +01:00
2017-06-24 07:48:30 +02:00
2016-09-02 01:24:06 +02:00
2014-10-20 16:21:31 +02:00
2016-08-31 18:21:34 +02:00
2017-02-23 18:38:54 +01:00
2017-10-25 23:05:52 +02:00
2017-11-09 01:16:36 +01:00
2015-09-05 13:19:06 +02:00
2016-09-02 01:24:06 +02:00
2016-11-04 23:08:59 +01:00
2017-11-08 07:52:22 +01:00
2016-08-31 18:21:35 +02:00
2013-11-13 12:09:31 +09:00
2017-10-12 16:30:30 +02:00
2016-08-31 09:33:33 +01:00
2016-01-11 20:19:55 +01:00
2014-10-20 16:21:31 +02:00
2017-08-22 12:05:21 +02:00
2017-08-24 11:03:34 +02:00
2016-12-19 00:59:21 +01:00
2015-10-28 10:30:17 +09:00
2016-07-19 18:15:21 +02:00
2015-12-20 13:39:00 +01:00
2015-09-05 13:19:10 +02:00
2016-05-20 12:33:51 +02:00
2016-05-20 12:33:51 +02:00
2017-03-09 01:29:34 +01:00
2017-09-05 09:55:02 +02:00
2017-10-12 16:24:19 +02:00
2017-07-07 13:14:19 +02:00
2015-10-28 10:30:17 +09:00
2016-09-02 01:24:06 +02:00
2017-11-09 01:16:35 +01:00
2016-09-02 01:24:06 +02:00
2017-03-09 01:29:31 +01:00
2017-06-24 22:52:43 +02:00
2013-04-19 13:51:25 +02:00
2016-03-14 17:08:18 +01:00
2017-07-31 00:17:44 +02:00
2017-08-24 11:03:35 +02:00
2017-11-02 11:10:55 +01:00
2017-11-20 22:47:50 +01:00
2017-04-22 18:01:15 +02:00
2015-09-05 13:19:06 +02:00
2017-05-05 00:43:50 +02:00
2016-09-02 01:24:06 +02:00
2017-07-09 22:32:18 +02:00
2016-11-04 23:31:31 +01:00
2016-05-20 12:33:51 +02:00
2017-07-06 22:52:54 +02:00
2016-09-02 01:24:06 +02:00
2016-11-04 23:31:33 +01:00
2017-09-01 01:10:19 +02:00
2016-01-11 20:19:57 +01:00
2017-11-10 09:57:38 +01:00
2017-01-23 00:46:55 +01:00
2015-04-03 08:18:24 +02:00
2014-10-20 16:21:31 +02:00
2016-05-21 17:07:17 +02:00
2017-01-10 01:32:51 +01:00
2016-03-14 17:08:24 +01:00
2017-09-04 14:41:02 +01:00
2015-09-05 13:19:10 +02:00
2016-07-09 10:24:21 +02:00
2017-08-24 11:03:36 +02:00
2015-09-05 19:37:22 +02:00
2013-07-03 16:07:59 -07:00
2017-03-16 22:59:54 +01:00
2016-05-20 12:33:51 +02:00
2017-11-09 01:25:47 +01:00
2016-05-20 12:33:51 +02:00
2017-10-30 15:03:24 -07:00