summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22timer: Fix wheel index calculation on last levelFrederic Weisbecker1-2/+2
2019-10-17timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-03-11timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-0/+15
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung1-1/+1
2017-08-30timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin1-9/+41
2017-08-11timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic1-1/+1
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner1-5/+9
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf1-1/+4
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran1-23/+2
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar1-440/+663
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner1-16/+35
2016-07-07timers: Split out index calculationAnna-Maria Gleixner1-15/+32
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner1-0/+11
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner1-21/+107
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner1-8/+41
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner1-26/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-19/+0
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner1-362/+467
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner1-59/+59
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner1-34/+5
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner1-5/+5
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas1-1/+7
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin1-29/+14
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin1-15/+15
2016-03-25sched: add schedule_timeout_idle()Andrew Morton1-0/+11
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz1-2/+2
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