aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/jiffies.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-23time: Remove license boilerplateThomas Gleixner1-20/+5
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2017-03-07jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker1-1/+1
2017-02-01jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYFrederic Weisbecker1-16/+16
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-02-27jiffies: Use CLOCKSOURCE_MASK instead of constantAlexander Kuleshov1-1/+1
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner1-1/+1
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz1-2/+2
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz1-0/+1
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-2/+4
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen1-1/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-1/+31
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-0/+2
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cTorben Hohn1-0/+18
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky1-1/+5
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-08-21clocksource: keep track of original clocksource frequencyJohn Stultz1-0/+1
2007-04-04[PATCH] fix jiffies clocksource inittimejohn stultz1-1/+1
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner1-1/+0
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz1-1/+1
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz1-1/+1
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz1-0/+73