aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner1-15/+42
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GETTIMEOFFSET=yThomas Gleixner1-0/+1
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner1-4/+5
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner1-21/+12
2013-05-16clocksource: Provide unbind interface in sysfsThomas Gleixner1-0/+73
2013-05-16clocksource: Split out user string inputThomas Gleixner1-14/+23
2013-05-16clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner1-11/+20
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner1-3/+3
2013-05-16clocksource: Always verify highres capabilityThomas Gleixner1-5/+26
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-18/+19
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+9
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers1-18/+19
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz1-10/+48
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner1-20/+18
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner1-1/+1
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-19/+19
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner1-19/+19
2011-05-05clocksource: Install completely before selectingjohn stultz1-2/+2
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12time: Rename misnamed minsec argument of clocks_calc_mult_shift()Nicolas Pitre1-4/+4
2010-12-22Fix rounding in clocks_calc_mult_shift()john stultz1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz1-5/+24
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-2/+2
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz1-0/+48
2010-03-02timekeeping: Prevent oops when GENERIC_TIME=njohn stultz1-0/+4
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+13
2010-02-05clocksource: add suspend callbackMagnus Damm1-0/+12
2010-02-05clocksource: add argument to resume callbackMagnus Damm1-1/+1
2010-01-26clocksource: Prevent potential kgdb dead lockThomas Gleixner1-3/+15
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+97
2009-11-14clocksource/events: Fix fallout of generic code changesThomas Gleixner1-2/+2
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-0/+44
2009-11-13clocksource: Provide a generic mult/shift factor calculationThomas Gleixner1-0/+53
2009-11-11clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller1-3/+3
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König1-1/+1
2009-09-24clocksource: Resume clocksource without taking the clocksource mutexMartin Schwidefsky1-4/+0
2009-09-14clocksource: Delay clocksource down rating to late bootThomas Gleixner1-10/+18
2009-09-14clocksource: clocksource_select must be called with mutex lockedThomas Gleixner1-0/+2
2009-09-11clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky1-2/+3
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner1-3/+30
2009-08-19clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky1-3/+16
2009-08-19clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner1-5/+13
2009-08-15clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner1-2/+9
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky1-68/+44