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-11-14 05:53:39 +10:00
2016-10-25 14:38:45 -04:00
2017-08-15 14:46:08 -04:00
2017-03-29 23:53:24 -04:00
2017-10-06 16:48:00 -04:00
2017-10-06 16:48:00 -04:00
2017-08-15 23:00:04 -04:00
2017-08-15 23:00:17 -04:00
2017-10-31 18:24:59 -04:00
2017-07-14 11:06:05 -04:00
2017-11-01 23:31:12 -04:00
2017-07-14 11:06:38 -04:00
2017-03-29 23:53:24 -04:00
2017-08-15 14:45:58 -04:00
2017-11-09 18:10:42 -05:00
2017-08-15 14:46:16 -04:00
2017-10-09 11:21:15 +10:00
2017-10-12 10:03:04 +10:00
2015-06-03 21:03:15 -04:00
2017-11-23 21:04:56 -10:00
2017-10-19 15:27:04 -04:00
2017-11-23 21:04:56 -10:00
2017-09-26 17:17:10 -04:00
2017-09-26 17:15:39 -04:00
2017-09-18 23:30:34 -04:00
2017-10-09 11:21:15 +10:00
2017-11-17 14:34:42 -08:00
2015-08-17 16:50:21 -04:00
2015-06-03 21:03:15 -04:00
2017-09-26 18:07:30 -04:00
2017-11-21 15:57:09 -08:00
2017-10-25 23:09:40 -04:00
2017-08-29 15:27:43 -04:00
2016-08-19 12:30:58 -04:00
2017-11-23 21:04:56 -10:00
2017-10-19 15:27:19 -04:00
2017-06-07 18:20:59 -04:00
2017-11-16 13:35:48 -05:00
2017-01-27 11:12:39 -05:00
2016-09-27 13:00:52 -04:00
2017-07-14 11:06:10 -04:00
2017-09-26 14:53:20 -04:00
2017-09-26 14:53:20 -04:00
2015-06-03 21:03:15 -04:00
2017-09-26 17:01:32 -04:00
2017-03-29 23:53:37 -04:00
2017-10-19 15:27:17 -04:00
2017-11-17 14:34:42 -08:00
2017-09-28 08:37:02 +10:00
2017-09-12 14:29:37 -04:00
2017-11-08 17:30:11 -05:00
2017-10-31 17:54:13 -04:00
2017-10-09 16:30:19 -04:00
2016-09-14 15:10:37 -04:00
2015-06-03 21:03:15 -04:00
2017-11-23 21:04:56 -10:00
2017-08-15 14:46:06 -04:00
2017-11-21 10:45:05 -05:00
2016-10-25 14:38:45 -04:00
2017-11-14 11:35:43 -05:00
2017-11-21 10:45:05 -05:00
2017-09-26 15:14:06 -04:00
2017-09-28 16:03:22 -04:00
2017-11-08 17:55:14 -05:00
2017-10-19 15:27:19 -04:00
2017-08-15 14:45:58 -04:00
2017-10-19 15:26:48 -04:00
2017-10-09 16:30:24 -04:00
2017-10-09 16:30:19 -04:00
2017-10-09 16:30:19 -04:00
2017-08-15 14:45:58 -04:00
2017-11-15 20:42:10 -08:00
2017-11-15 20:42:10 -08:00
2017-11-15 20:42:10 -08:00
2017-10-19 15:27:07 -04:00
2017-09-26 15:14:13 -04:00
2017-06-15 11:50:22 -04:00
2017-09-26 15:14:24 -04:00
2017-03-29 23:53:46 -04:00
2017-11-08 17:54:59 -05:00
2017-06-01 16:00:22 -04:00
2017-08-15 14:45:58 -04:00
2017-05-24 17:41:41 -04:00
2017-10-20 13:28:44 -04:00
2017-09-28 16:03:20 -04:00
2017-11-08 17:55:14 -05:00
2017-10-19 15:26:59 -04:00
2017-11-08 17:55:04 -05:00
2017-11-13 14:36:40 -05:00
2017-11-16 13:35:48 -05:00
2017-11-17 14:34:42 -08:00
2017-08-29 15:27:54 -04:00
2017-08-29 15:27:54 -04:00
2017-06-20 12:06:49 -04:00
2016-05-04 20:23:53 -04:00
2016-08-08 13:28:39 -04:00
2015-06-03 21:03:15 -04:00
2017-01-27 11:12:39 -05:00
2015-06-03 21:03:15 -04:00
2016-09-14 15:10:37 -04:00
2016-07-14 16:39:35 -04:00
2017-09-28 16:03:31 -04:00
2017-03-29 23:52:52 -04:00
2017-05-16 17:17:41 +02:00
2017-09-18 23:30:35 -04:00
2017-09-28 16:03:30 -04:00
2016-10-25 14:38:45 -04:00
2017-09-26 15:14:22 -04:00
2016-10-25 14:38:45 -04:00
2017-09-26 18:16:33 -04:00
2016-10-25 14:38:45 -04:00
2017-03-29 23:53:21 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:12 -04:00
2017-07-27 11:17:45 -04:00
2017-01-27 12:20:41 -05:00
2015-06-03 21:03:17 -04:00
2017-09-28 16:03:30 -04:00
2016-10-25 14:38:45 -04:00
2017-08-15 14:46:12 -04:00
2016-10-25 14:38:45 -04:00
2017-08-15 14:46:12 -04:00
2016-10-25 14:38:45 -04:00
2017-08-15 14:46:12 -04:00
2016-10-25 14:38:45 -04:00
2017-08-15 14:46:12 -04:00
2016-10-25 14:38:45 -04:00
2017-10-12 10:03:04 +10:00
2016-10-25 14:38:45 -04:00
2017-09-14 14:22:57 -04:00
2016-10-25 14:38:45 -04:00
2017-11-16 13:36:24 -05:00
2017-05-31 16:48:48 -04:00
2017-11-16 13:36:24 -05:00
2017-05-31 16:48:48 -04:00
2017-11-16 13:36:24 -05:00
2017-08-15 14:46:13 -04:00
2017-09-26 15:14:22 -04:00
2017-08-15 14:46:00 -04:00
2017-09-26 15:14:25 -04:00
2016-10-25 14:38:45 -04:00
2017-09-26 15:14:25 -04:00
2016-10-25 14:38:45 -04:00
2017-09-26 15:14:25 -04:00
2016-10-25 14:38:45 -04:00
2017-11-14 11:35:08 -05:00
2017-03-29 23:54:44 -04:00
2017-09-28 16:03:30 -04:00
2016-10-25 14:38:45 -04:00
2015-09-02 12:21:35 -04:00
2017-09-26 17:01:32 -04:00
2017-09-28 16:03:31 -04:00
2015-06-03 21:03:17 -04:00
2017-05-16 17:17:41 +02:00
2017-11-17 14:34:42 -08:00
2017-09-26 15:14:22 -04:00
2017-08-15 14:46:00 -04:00
2017-04-28 17:32:57 -04:00
2017-10-19 15:26:59 -04:00
2017-09-26 15:14:12 -04:00
2017-07-14 11:05:52 -04:00
2017-09-26 15:14:12 -04:00
2017-09-29 12:24:39 -04:00
2017-09-29 12:24:39 -04:00
2017-09-29 12:24:39 -04:00
2017-09-29 12:24:39 -04:00
2016-10-25 14:38:06 -04:00
2016-07-15 12:33:31 -04:00
2017-03-29 23:54:48 -04:00
2017-10-25 23:09:38 -04:00
2017-09-26 15:14:06 -04:00
2017-10-25 23:09:38 -04:00
2017-09-26 15:14:06 -04:00
2016-08-31 15:21:09 -04:00
2017-09-28 16:03:32 -04:00
2016-10-25 14:38:45 -04:00
2017-09-28 16:03:32 -04:00
2016-10-25 14:38:45 -04:00
2017-09-29 12:24:39 -04:00
2017-03-29 23:54:45 -04:00
2017-09-26 15:14:22 -04:00
2016-10-25 14:38:45 -04:00
2017-09-28 16:03:31 -04:00
2017-09-18 23:30:35 -04:00
2017-02-08 17:25:02 -05:00
2017-09-26 13:07:04 -04:00
2016-10-25 14:38:45 -04:00
2017-05-16 17:17:41 +02:00
2017-08-15 14:46:05 -04:00
2016-10-25 14:38:45 -04:00
2017-01-27 12:20:41 -05:00
2016-09-28 16:13:17 -04:00
2017-07-14 11:06:10 -04:00
2017-11-17 14:34:42 -08:00
2017-05-24 17:41:17 -04:00
2017-08-18 12:02:11 -04:00
2017-09-28 16:03:30 -04:00
2016-10-25 14:38:45 -04:00
2015-09-02 12:21:35 -04:00
2017-04-04 13:40:33 -04:00
2016-10-25 14:38:45 -04:00
2017-04-04 13:40:33 -04:00
2016-10-25 14:38:45 -04:00
2017-11-15 20:42:10 -08:00
2016-10-25 14:38:45 -04:00
2017-10-25 23:09:40 -04:00
2017-03-29 23:54:47 -04:00
2017-04-04 13:40:33 -04:00
2016-10-25 14:38:45 -04:00
2017-11-01 23:37:16 -04:00
2016-10-25 14:38:45 -04:00
2017-09-26 15:14:03 -04:00
2017-03-29 23:54:47 -04:00
2017-09-26 15:14:10 -04:00
2017-05-24 17:41:27 -04:00
2017-09-28 16:03:30 -04:00
2017-03-29 23:54:46 -04:00
2017-03-29 23:54:30 -04:00
2017-01-27 11:12:43 -05:00
2017-10-09 11:21:15 +10:00
2017-03-29 23:53:31 -04:00
2017-10-06 17:43:56 -04:00