summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
AgeCommit message (Expand)Author
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner
2016-07-07timers: Split out index calculationAnna-Maria Gleixner
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin
2016-03-25sched: add schedule_timeout_idle()Andrew Morton
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2015-11-04timers: Use proper base migration in add_timer_on()Tejun Heo
2015-10-11timers: Use __fls in apply_slack()Rasmus Villemoes
2015-09-22timers: Fix data race in timer_stats_account_timer()Dmitry Vyukov
2015-08-18timer: Write timer->flags atomicallyEric Dumazet
2015-06-26timer: Fix hotplug regressionThomas Gleixner
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
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-06-19timer: Remove FIFO "guarantee"Thomas Gleixner
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan
2015-05-05timer: Use timer->base for flag checksJoonwoo Park
2015-04-22timer: Put usleep_range into the __sched sectionThomas Gleixner
2015-04-22timer: Remove pointless return value of do_usleep_range()Thomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner