aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/jiffies.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECGravatar Frederic Weisbecker 1-1/+1
2017-02-01jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYGravatar Frederic Weisbecker 1-16/+16
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-02-27jiffies: Use CLOCKSOURCE_MASK instead of constantGravatar Alexander Kuleshov 1-1/+1
2015-04-01tick: Move clocksource related stuff to timekeeping.hGravatar Thomas Gleixner 1-1/+1
2015-03-13clocksource: Mostly kill clocksource_register()Gravatar John Stultz 1-2/+2
2015-03-13timekeeping: Add debugging checks to warn if we see delaysGravatar John Stultz 1-0/+1
2014-02-06time: Fix overflow when HZ is smaller than 60Gravatar Mikulas Patocka 1-0/+6
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-2/+4
2012-11-13time/jiffies: Make clocksource_jiffies staticGravatar Lars-Peter Clausen 1-1/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEGravatar John Stultz 1-1/+31
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZGravatar John Stultz 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-0/+2
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cGravatar Torben Hohn 1-0/+18
2009-08-15clocksource: Cleanup clocksource selectionGravatar Martin Schwidefsky 1-1/+5
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2008-08-21clocksource: keep track of original clocksource frequencyGravatar John Stultz 1-0/+1
2007-04-04[PATCH] fix jiffies clocksource inittimeGravatar john stultz 1-1/+1
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldGravatar Thomas Gleixner 1-1/+0
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsGravatar john stultz 1-1/+1
2006-06-26[PATCH] time: rename clocksource functionsGravatar john stultz 1-1/+1
2006-06-26[PATCH] Time: Clocksource InfrastructureGravatar john stultz 1-0/+73