Kees Cook
|
841b86f328
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
|
7 lat temu |
Kees Cook
|
919b250f85
timer: Remove redundant __setup_timer*() macros
|
7 lat temu |
Kees Cook
|
188665b2d6
timer: Pass function down to initialization routines
|
7 lat temu |
Kees Cook
|
1fe66ba572
timer: Remove unused data arguments from macros
|
7 lat temu |
Kees Cook
|
354b46b1a0
timer: Switch callback prototype to take struct timer_list * argument
|
7 lat temu |
Kees Cook
|
c1eba5bcb6
timer: Pass timer_list pointer to callbacks unconditionally
|
7 lat temu |
Kees Cook
|
513ae785c6
timer: Remove setup_*timer() interface
|
7 lat temu |
Kees Cook
|
7eeb6b893b
timer: Remove init_timer() interface
|
7 lat temu |
Linus Torvalds
|
2bcc673101
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
7 lat temu |
David Howells
|
b24591e2fc
timers: Add a function to start/reduce a timer
|
7 lat temu |
Kees Cook
|
3653bc95bc
timer: Prepare to change all DEFINE_TIMER() callbacks
|
7 lat temu |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 lat temu |
Kees Cook
|
00ed87da35
timer: Add parenthesis around timer_setup() macro arguments
|
7 lat temu |
Kees Cook
|
52f737c2da
timer: Provide wrappers safe for use with LOCKDEP
|
7 lat temu |
Kees Cook
|
8ede369b2c
timer: Remove expires argument from __TIMER_INITIALIZER()
|
7 lat temu |
Kees Cook
|
1d27e3e225
timer: Remove expires and data arguments from DEFINE_TIMER
|
7 lat temu |
Kees Cook
|
fca7ce5b7c
timer: Remove unused static initializer macros
|
7 lat temu |
Kees Cook
|
51487d9ed1
timer: Remove last user of TIMER_INITIALIZER
|
7 lat temu |
Kees Cook
|
df7e828c1b
timer: Remove init_timer_deferrable() in favor of timer_setup()
|
7 lat temu |
Kees Cook
|
185981d54a
timer: Remove init_timer_pinned() in favor of timer_setup()
|
7 lat temu |
Kees Cook
|
9c6c273aa4
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
|
7 lat temu |
Kees Cook
|
1d1fe902af
timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
|
7 lat temu |
Kees Cook
|
58e1177b4c
timer: Convert schedule_timeout() to use from_timer()
|
7 lat temu |
Kees Cook
|
686fef928b
timer: Prepare to change timer callback argument type
|
7 lat temu |
Ingo Molnar
|
b2d5bfea2d
sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
|
8 lat temu |
Linus Torvalds
|
79b17ea740
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
|
8 lat temu |
Thomas Gleixner
|
8a58a34ba4
timers: Make flags output in the timer_start tracepoint useful
|
8 lat temu |
Kees Cook
|
dfb4357da6
time: Remove CONFIG_TIMER_STATS
|
8 lat temu |
Richard Cochran
|
24f73b9971
timers/core: Convert to hotplug state machine
|
9 lat temu |
Thomas Gleixner
|
53bf837b78
timers: Remove set_timer_slack() leftovers
|
9 lat temu |