summaryrefslogtreecommitdiffstats
path: root/kernel/time/sched_clock.c
Commit message (Expand)AuthorAgeFilesLines
* timers, sched/clock: Clean up the code a bitIngo Molnar2015-03-271-51/+56
* timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson2015-03-271-35/+68
* timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson2015-03-271-1/+1
* timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson2015-03-271-15/+25
* timers, sched/clock: Optimize cache line usageDaniel Thompson2015-03-271-35/+77
* timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson2015-03-271-15/+11
* clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-121-1/+1
* clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-121-2/+2
* sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-07-241-1/+3
* sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd2014-04-221-13/+0
* sched_clock: Prevent callers from seeing half-updated dataStephen Boyd2014-02-191-17/+29
* sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz2014-01-121-3/+3
* sched_clock: Remove sched_clock_func() hookStephen Boyd2013-10-091-8/+1
* sched_clock: Add support for >32 bit sched_clockStephen Boyd2013-07-301-14/+32
* sched_clock: Use an hrtimer instead of timerStephen Boyd2013-07-301-17/+21
* sched_clock: Use seqcount instead of rolling our ownStephen Boyd2013-07-301-19/+8
* ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-171-11/+8
* sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-0/+215
OpenPOWER on IntegriCloud