aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04timers: Use proper base migration in add_timer_on()Tejun Heo1-3/+19
2015-10-11timers: Use __fls in apply_slack()Rasmus Villemoes1-1/+1
2015-09-22timers: Fix data race in timer_stats_account_timer()Dmitry Vyukov1-2/+9
2015-08-18timer: Write timer->flags atomicallyEric Dumazet1-2/+2
2015-06-26timer: Fix hotplug regressionThomas Gleixner1-1/+2
2015-06-19timer: Minimize nohz off overheadThomas Gleixner1-4/+12
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-5/+54
2015-06-19timer: Stats: Simplify the flags handlingThomas Gleixner1-5/+2
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner1-91/+36
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner1-37/+27
2015-06-19timer: Remove FIFO "guarantee"Thomas Gleixner1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner1-24/+16
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan1-1/+1
2015-05-05timer: Use timer->base for flag checksJoonwoo Park1-1/+1
2015-04-22timer: Put usleep_range into the __sched sectionThomas Gleixner1-1/+1
2015-04-22timer: Remove pointless return value of do_usleep_range()Thomas Gleixner1-2/+2
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-37/+34
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner1-2/+0
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra1-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar1-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra1-29/+19
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney1-2/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker1-1/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar1-16/+16
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar1-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-0/+1734