aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/i8253.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-04clockevents/drivers/i8253: Add support for PIT shutdown quirkGravatar Michael Kelley 1-2/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2015-08-10clockevents/drivers/i8253: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-39/+38
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-1/+1
2011-11-21time: x86: Replace LATCH with PIT_LATCH in i8253 clocksource driverGravatar Deepak Saxena 1-3/+3
2011-07-01i8253: Create common clockevent implementationGravatar Thomas Gleixner 1-7/+94
2011-06-10i8253: Export i8253_lock unconditionallyGravatar Thomas Gleixner 1-2/+0
2011-06-09i8253: Remove I8253_LOCK configGravatar Thomas Gleixner 1-0/+2
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockGravatar Ralf Baechle 1-1/+12
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-14clocksource: add common i8253 PIT clocksourceGravatar Russell King 1-0/+88