summaryrefslogtreecommitdiffstats
path: root/include/linux/timer.h
AgeCommit message (Expand)Author
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28timer: Prepare to change timer callback argument typeKees Cook
2017-03-03sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>Ingo Molnar
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-02-15timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Reduce the CPU index space to 256kThomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-05-06timer: add setup_deferrable_timer macroLucas Stach
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-19timer: Stats: Simplify the flags handlingThomas Gleixner
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2012-08-21timer: Implement TIMER_IRQSAFETejun Heo
2012-08-21timer: Clean up timer initializersTejun Heo
2012-08-21timer: Relocate declarations of init_timer_on_stack_key()Tejun Heo
2012-08-21timer: Generalize timer->base flags handlingTejun Heo
2010-10-22timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody
2010-10-21timer: Initialize the field slack of timer_listChangli Gao
2010-10-21timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATSRichard Kennedy
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes
2010-04-06timers: Introduce the concept of timer slack for legacy timersArjan van de Ven
2009-08-30timers: Drop a function prototypeRandy Dunlap
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-02-18timers: add mod_timer_pending()Ingo Molnar
2009-02-14timer: implement lockdep deadlock detectionJohannes Berg
2008-11-06Add round_jiffies_up and related routinesAlan Stern
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan
2008-02-08Remove fastcall from linux/includeHarvey Harrison
2008-01-30time: clean hungarian notation from timersPavel Machek
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner
2007-05-08Add support for deferrable timersVenki Pallipadi
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner
2007-02-16[PATCH] Extend next_timer_interrupt() to use a reference jiffieThomas Gleixner
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day
2006-12-10[PATCH] round_jiffies infrastructureArjan van de Ven
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse