aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/sched_clock.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23timers, sched_clock: Update timeout for clock wrapGravatar David Engraf 1-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2015-03-27timers, sched/clock: Clean up the code a bitGravatar Ingo Molnar 1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIGravatar Daniel Thompson 1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionGravatar Daniel Thompson 1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Gravatar Daniel Thompson 1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageGravatar Daniel Thompson 1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsGravatar Daniel Thompson 1-15/+11
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'Gravatar John Stultz 1-1/+1
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsGravatar John Stultz 1-2/+2
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendGravatar Stephen Boyd 1-1/+3
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIGravatar Stephen Boyd 1-13/+0
2014-02-19sched_clock: Prevent callers from seeing half-updated dataGravatar Stephen Boyd 1-17/+29
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()Gravatar John Stultz 1-3/+3
2013-10-09sched_clock: Remove sched_clock_func() hookGravatar Stephen Boyd 1-8/+1
2013-07-30sched_clock: Add support for >32 bit sched_clockGravatar Stephen Boyd 1-14/+32
2013-07-30sched_clock: Use an hrtimer instead of timerGravatar Stephen Boyd 1-17/+21
2013-07-30sched_clock: Use seqcount instead of rolling our ownGravatar Stephen Boyd 1-19/+8
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesGravatar Stephen Boyd 1-11/+8
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesGravatar Stephen Boyd 1-0/+215