summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-30/+18
|\
| * posix-timers: Make them configurableNicolas Pitre2016-11-161-1/+2
| * timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-161-13/+0
| * timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-261-4/+7
| * timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-261-12/+9
* | timers: Prevent base clock corruption when forwardingThomas Gleixner2016-10-251-13/+10
* | timers: Prevent base clock rewind when forwarding clockThomas Gleixner2016-10-251-5/+9
* | timers: Lock base for same bucket optimizationThomas Gleixner2016-10-251-11/+17
* | timers: Plug locking race vs. timer migrationThomas Gleixner2016-10-251-1/+8
|/
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* timers: Fix get_next_timer_interrupt() computationChris Metcalf2016-08-091-1/+4
* timers/core: Convert to hotplug state machineRichard Cochran2016-07-151-23/+2
* Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-071-440/+663
|\
| * timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
| * timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| * timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
| * timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-071-21/+107
| * timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
| * timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
| * timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-19/+0
| * timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-362/+467
| * timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
| * timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-34/+5
| * timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
* | timers: Clarify usleep_range() function commentBjorn Helgaas2016-06-101-1/+7
|/
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-29/+14
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-15/+15
* sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+11
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-2/+2
* timers: Use proper base migration in add_timer_on()Tejun Heo2015-11-041-3/+19
* timers: Use __fls in apply_slack()Rasmus Villemoes2015-10-111-1/+1
* timers: Fix data race in timer_stats_account_timer()Dmitry Vyukov2015-09-221-2/+9
* timer: Write timer->flags atomicallyEric Dumazet2015-08-181-2/+2
* timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
* timer: Minimize nohz off overheadThomas Gleixner2015-06-191-4/+12
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-5/+54
* timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-191-5/+2
* timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-91/+36
* timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-37/+27
* timer: Remove FIFO "guarantee"Thomas Gleixner2015-06-191-4/+2
* timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner2015-06-191-24/+16
* tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-1/+1
* timer: Use timer->base for flag checksJoonwoo Park2015-05-051-1/+1
* timer: Put usleep_range into the __sched sectionThomas Gleixner2015-04-221-1/+1
* timer: Remove pointless return value of do_usleep_range()Thomas Gleixner2015-04-221-2/+2
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-37/+34
* hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-221-2/+0
* timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-021-8/+15
* timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-021-55/+43
OpenPOWER on IntegriCloud