Kees Cook
|
188665b2d6
timer: Pass function down to initialization routines
|
8 years ago |
Kees Cook
|
354b46b1a0
timer: Switch callback prototype to take struct timer_list * argument
|
8 years ago |
Kees Cook
|
c1eba5bcb6
timer: Pass timer_list pointer to callbacks unconditionally
|
8 years ago |
David Howells
|
b24591e2fc
timers: Add a function to start/reduce a timer
|
7 years ago |
Thomas Gleixner
|
ba16490eac
timer: Convert stub timer to timer_setup()
|
8 years ago |
Zhenzhong Duan
|
c310ce4dcb
timers: Avoid an unnecessary iteration in __run_timers()
|
8 years ago |
Kees Cook
|
58e1177b4c
timer: Convert schedule_timeout() to use from_timer()
|
8 years ago |
Nicholas Piggin
|
2fe59f507a
timers: Fix excessive granularity of new timers after a nohz idle
|
8 years ago |
Matija Glavinic Pecotic
|
34f41c0316
timers: Fix overflow in get_next_timer_interrupt
|
8 years ago |
Sebastian Andrzej Siewior
|
2287d8664f
timers: Make the cpu base lock raw
|
8 years ago |
Peter Meerwald-Stadler
|
d15bc69aff
timers: Fix parameter description of try_to_del_timer_sync()
|
8 years ago |
Linus Torvalds
|
89c9fea3c8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
8 years ago |
Myungho Jung
|
b94bf594cf
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
|
8 years ago |
Masanari Iida
|
0ba42a599f
treewide: Fix typo in xml/driver-api/basics.xml
|
8 years ago |
Ingo Molnar
|
b17b01533b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
|
8 years ago |
Ingo Molnar
|
370c91355c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
|
8 years ago |
Ingo Molnar
|
174cd4b1e5
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
8 years ago |
Kees Cook
|
dfb4357da6
time: Remove CONFIG_TIMER_STATS
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Linus Torvalds
|
9465d9cc31
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
Nicolas Pitre
|
baa73d9e47
posix-timers: Make them configurable
|
8 years ago |
Nicolas Pitre
|
74ba181e61
timer: Move sys_alarm from timer.c to itimer.c
|
8 years ago |
Douglas Anderson
|
4b7e9cf9c8
timers: Fix documentation for schedule_timeout() and similar
|
9 years ago |
Douglas Anderson
|
6c5e905969
timers: Fix usleep_range() in the context of wake_up_process()
|
9 years ago |
Thomas Gleixner
|
6bad6bccf2
timers: Prevent base clock corruption when forwarding
|
9 years ago |
Thomas Gleixner
|
041ad7bc75
timers: Prevent base clock rewind when forwarding clock
|
9 years ago |
Thomas Gleixner
|
4da9152a43
timers: Lock base for same bucket optimization
|
9 years ago |
Thomas Gleixner
|
b831275a35
timers: Plug locking race vs. timer migration
|
9 years ago |
Emese Revfy
|
0766f788eb
latent_entropy: Mark functions with __latent_entropy
|
9 years ago |
Chris Metcalf
|
46c8f0b077
timers: Fix get_next_timer_interrupt() computation
|
9 years ago |