summaryrefslogtreecommitdiffstats
path: root/include/linux/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-0/+2
|\
| * timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner2017-02-151-0/+2
* | time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-45/+0
|/
* timers/core: Convert to hotplug state machineRichard Cochran2016-07-151-0/+6
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-4/+0
* timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-0/+2
* timers: Reduce the CPU index space to 256kThomas Gleixner2016-07-071-5/+5
* timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-3/+0
* timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-3/+22
* timer: add setup_deferrable_timer macroLucas Stach2016-05-061-0/+2
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-0/+9
* timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-191-4/+1
* timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-22/+16
* timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-3/+3
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-7/+0
* timer: Implement TIMER_IRQSAFETejun Heo2012-08-211-4/+12
* timer: Clean up timer initializersTejun Heo2012-08-211-84/+39
* timer: Relocate declarations of init_timer_on_stack_key()Tejun Heo2012-08-211-15/+15
* timer: Generalize timer->base flags handlingTejun Heo2012-08-211-2/+4
* timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2010-10-221-2/+2
* timer: Permit statically-declared work with deferrable timersPhil Carmody2010-10-211-0/+25
* timer: Initialize the field slack of timer_listChangli Gao2010-10-211-0/+1
* timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATSRichard Kennedy2010-10-211-1/+1
* timer: add on-stack deferrable timer interfacesJesse Barnes2010-08-031-0/+15
* timers: Introduce the concept of timer slack for legacy timersArjan van de Ven2010-04-061-1/+9
* timers: Drop a function prototypeRandy Dunlap2009-08-301-5/+0
* timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-241-0/+4
* timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-131-0/+3
* Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-9/+84
|\
| * timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-9/+84
* | timers: add mod_timer_pending()Ingo Molnar2009-02-181-20/+2
|/
* Add round_jiffies_up and related routinesAlan Stern2008-11-061-0/+5
* debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-1/+22
* workqueue: make delayed_work_timer_fn() staticLi Zefan2008-02-081-2/+0
* Remove fastcall from linux/includeHarvey Harrison2008-02-081-2/+2
* time: clean hungarian notation from timersPavel Machek2008-01-301-3/+3
* Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi2007-07-161-11/+4
* Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day2007-07-161-1/+0
* NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2007-05-291-0/+6
* Add support for deferrable timersVenki Pallipadi2007-05-081-0/+1
* [PATCH] Add debugging feature /proc/timer_statIngo Molnar2007-02-161-0/+54
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-1/+1
* [PATCH] Extend next_timer_interrupt() to use a reference jiffieThomas Gleixner2007-02-161-0/+10
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-261-2/+2
* [PATCH] round_jiffies infrastructureArjan van de Ven2006-12-101-0/+6
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov2006-03-311-4/+4
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-1/+2
* Fix simple typosAndrzej Zaborowski2006-03-241-3/+3
* [PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2006-01-101-1/+1