aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/sched_clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+2
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-1/+1
2017-03-23timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz1-1/+1
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz1-2/+2
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd1-1/+3
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd1-13/+0
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd1-17/+29
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz1-3/+3
2013-10-09sched_clock: Remove sched_clock_func() hookStephen Boyd1-8/+1
2013-07-30sched_clock: Add support for >32 bit sched_clockStephen Boyd1-14/+32
2013-07-30sched_clock: Use an hrtimer instead of timerStephen Boyd1-17/+21
2013-07-30sched_clock: Use seqcount instead of rolling our ownStephen Boyd1-19/+8
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd1-11/+8
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-0/+215