Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
86e6176a42401c8014ac34e305b8e3c55eba9351
/
include
/
linux
/
timer.h
599e75f
ANDROID: GKI: timer.h: add Android ABI padding to a structure
by Greg Kroah-Hartman
· 4 years, 8 months ago
b952caf
timers: Mask invalid flags in do_init_timer()
by Qianli Zhao
· 4 years, 5 months ago
3292739
sysctl: pass kernel pointers to ->proc_handler
by Christoph Hellwig
· 4 years, 8 months ago
90c0189
timer: Use hlist_unhashed_lockless() in timer_pending()
by Eric Dumazet
· 5 years ago
030dcdd
timers: Prepare support for PREEMPT_RT
by Anna-Maria Gleixner
· 5 years ago
28ef2db
timer: Document TIMER_PINNED
by Peter Xu
· 6 years ago
f0ae6a0
timers: Remove stale struct tvec_base forward declaration
by Liu, Changcheng
· 7 years ago
26456f8
timers: Reinitialize per cpu bases on hotplug
by Thomas Gleixner
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
919b250
timer: Remove redundant __setup_timer*() macros
by Kees Cook
· 7 years ago
188665b
timer: Pass function down to initialization routines
by Kees Cook
· 7 years ago
1fe66ba
timer: Remove unused data arguments from macros
by Kees Cook
· 7 years ago
354b46b
timer: Switch callback prototype to take struct timer_list * argument
by Kees Cook
· 7 years ago
c1eba5b
timer: Pass timer_list pointer to callbacks unconditionally
by Kees Cook
· 7 years ago
513ae78
timer: Remove setup_*timer() interface
by Kees Cook
· 7 years ago
7eeb6b8
timer: Remove init_timer() interface
by Kees Cook
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b24591e
timers: Add a function to start/reduce a timer
by David Howells
· 7 years ago
3653bc9
timer: Prepare to change all DEFINE_TIMER() callbacks
by Kees Cook
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
00ed87da
timer: Add parenthesis around timer_setup() macro arguments
by Kees Cook
· 7 years ago
52f737c
timer: Provide wrappers safe for use with LOCKDEP
by Kees Cook
· 7 years ago
8ede369
timer: Remove expires argument from __TIMER_INITIALIZER()
by Kees Cook
· 7 years ago
1d27e3e
timer: Remove expires and data arguments from DEFINE_TIMER
by Kees Cook
· 7 years ago
fca7ce5
timer: Remove unused static initializer macros
by Kees Cook
· 7 years ago
51487d9
timer: Remove last user of TIMER_INITIALIZER
by Kees Cook
· 7 years ago
df7e828
timer: Remove init_timer_deferrable() in favor of timer_setup()
by Kees Cook
· 7 years ago
185981d
timer: Remove init_timer_pinned() in favor of timer_setup()
by Kees Cook
· 7 years ago
9c6c273
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
by Kees Cook
· 7 years ago
1d1fe90
timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
by Kees Cook
· 7 years ago
58e1177
timer: Convert schedule_timeout() to use from_timer()
by Kees Cook
· 7 years ago
686fef9
timer: Prepare to change timer callback argument type
by Kees Cook
· 7 years ago
b2d5bfe
sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
by Ingo Molnar
· 8 years ago
79b17ea
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
8a58a34
timers: Make flags output in the timer_start tracepoint useful
by Thomas Gleixner
· 8 years ago
dfb4357
time: Remove CONFIG_TIMER_STATS
by Kees Cook
· 8 years ago
24f73b9
timers/core: Convert to hotplug state machine
by Richard Cochran
· 8 years ago
53bf837
timers: Remove set_timer_slack() leftovers
by Thomas Gleixner
· 8 years ago
500462a
timers: Switch to a non-cascading wheel
by Thomas Gleixner
· 8 years ago
b0d6e2d
timers: Reduce the CPU index space to 256k
by Thomas Gleixner
· 8 years ago
177ec0a
timers: Remove the deprecated mod_timer_pinned() API
by Thomas Gleixner
· 8 years ago
e675447
timers: Make 'pinned' a timer property
by Thomas Gleixner
· 8 years ago
6f3ffc1
timer: add setup_deferrable_timer macro
by Lucas Stach
· 9 years ago
bc7a34b
timer: Reduce timer migration overhead if disabled
by Thomas Gleixner
· 10 years ago
c74441a
timer: Stats: Simplify the flags handling
by Thomas Gleixner
· 10 years ago
0eeda71
timer: Replace timer base by a cpu index
by Thomas Gleixner
· 10 years ago
1dabbce
timer: Use hlist for the timer wheel hash buckets
by Thomas Gleixner
· 10 years ago
c1ad348
tick: Nohz: Rework next timer evaluation
by Thomas Gleixner
· 10 years ago
c5f66e9
timer: Implement TIMER_IRQSAFE
by Tejun Heo
· 12 years ago
fc68399
timer: Clean up timer initializers
by Tejun Heo
· 12 years ago
5a9af38
timer: Relocate declarations of init_timer_on_stack_key()
by Tejun Heo
· 12 years ago
e52b1db
timer: Generalize timer->base flags handling
by Tejun Heo
· 12 years ago
6f1bc45
timer: Make try_to_del_timer_sync() the same on SMP and UP
by Yong Zhang
· 14 years ago
dd6414b
timer: Permit statically-declared work with deferrable timers
by Phil Carmody
· 14 years ago
aaabe31
timer: Initialize the field slack of timer_list
by Changli Gao
· 14 years ago
d095902
timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS
by Richard Kennedy
· 14 years ago
8cadd283
timer: add on-stack deferrable timer interfaces
by Jesse Barnes
· 15 years ago
3bbb9ec
timers: Introduce the concept of timer slack for legacy timers
by Arjan van de Ven
· 15 years ago
e500011
timers: Drop a function prototype
by Randy Dunlap
· 15 years ago
507e123
timer stats: Optimize by adding quick check to avoid function calls
by Heiko Carstens
· 16 years ago
597d027
timers: Framework for identifying pinned timers
by Arun R Bharadwaj
· 16 years ago
c4e1aa6
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
7401922
timers: add mod_timer_pending()
by Ingo Molnar
· 16 years ago
6f2b9b9
timer: implement lockdep deadlock detection
by Johannes Berg
· 16 years ago
9c133c4
Add round_jiffies_up and related routines
by Alan Stern
· 16 years ago
c6f3a97
debugobjects: add timer specific object debugging code
by Thomas Gleixner
· 17 years ago
6d141c3
workqueue: make delayed_work_timer_fn() static
by Li Zefan
· 17 years ago
ec70158
Remove fastcall from linux/include
by Harvey Harrison
· 17 years ago
a6fa8e5
time: clean hungarian notation from timers
by Pavel Machek
· 17 years ago
c5c061b8
Add a flag to indicate deferrable timers in /proc/timer_stats
by Venki Pallipadi
· 17 years ago
0a3021f
Remove unnecessary includes of spinlock.h under include/linux
by Robert P. J. Day
· 17 years ago
eaad084
NOHZ: prevent multiplication overflow - stop timer for huge timeouts
by Thomas Gleixner
· 18 years ago
6e453a6
Add support for deferrable timers
by Venki Pallipadi
· 18 years ago
82f67cd
[PATCH] Add debugging feature /proc/timer_stat
by Ingo Molnar
· 18 years ago
c9cb2e3
[PATCH] hrtimers: namespace and enum cleanup
by Thomas Gleixner
· 18 years ago
fd064b9
[PATCH] Extend next_timer_interrupt() to use a reference jiffie
by Thomas Gleixner
· 18 years ago
45f8bde
[PATCH] fix various kernel-doc in header files
by Robert P. J. Day
· 18 years ago
4c36a5d
[PATCH] round_jiffies infrastructure
by Arjan van de Ven
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
3691c51
[PATCH] kill __init_timer_base in favor of boot_tvec_bases
by Oleg Nesterov
· 19 years ago
05cfb61
[PATCH] hrtimers: remove data field
by Roman Zippel
· 19 years ago
13fce80
Fix simple typos
by Andrzej Zaborowski
· 19 years ago
2ff678b
[PATCH] hrtimer: switch itimers to hrtimer
by Thomas Gleixner
· 19 years ago
15d2bac
[PATCH] add_timer() of a pending timer is illegal
by Andrew Morton
· 19 years ago
dfc4f94
[PATCH] remove timer debug field
by Andrew Morton
· 19 years ago
a8db2db
[PATCH] introduce setup_timer() helper
by Oleg Nesterov
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
fd450b7
[PATCH] timers: introduce try_to_del_timer_sync()
by Oleg Nesterov
· 20 years ago
55c888d
[PATCH] timers fixes/improvements
by Oleg Nesterov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago