aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/i8253.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-04clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley1-2/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2015-08-10clockevents/drivers/i8253: Migrate to new 'set-state' interfaceViresh Kumar1-39/+38
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-1/+1
2011-11-21time: x86: Replace LATCH with PIT_LATCH in i8253 clocksource driverDeepak Saxena1-3/+3
2011-07-01i8253: Create common clockevent implementationThomas Gleixner1-7/+94
2011-06-10i8253: Export i8253_lock unconditionallyThomas Gleixner1-2/+0
2011-06-09i8253: Remove I8253_LOCK configThomas Gleixner1-0/+2
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle1-1/+12
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-14clocksource: add common i8253 PIT clocksourceRussell King1-0/+88