aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-091-2/+2
* clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-06-161-11/+13
* clockevents/source: Use u64 to make 32bit happyThomas Gleixner2011-05-201-1/+1
* Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-19/+19
|\
| * clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner2011-05-191-19/+19
* | clocksource: Install completely before selectingjohn stultz2011-05-051-2/+2
|/
*-. Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-151-4/+4
|\ \
| | * time: Rename misnamed minsec argument of clocks_calc_mult_shift()Nicolas Pitre2011-01-121-4/+4
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
| |/
* | Fix rounding in clocks_calc_mult_shift()john stultz2010-12-221-0/+1
|/
* clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz2010-07-271-5/+24
* time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-2/+2
* clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz2010-05-101-0/+48
* timekeeping: Prevent oops when GENERIC_TIME=njohn stultz2010-03-021-0/+4
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-011-1/+13
|\
| * clocksource: add suspend callbackMagnus Damm2010-02-051-0/+12
| * clocksource: add argument to resume callbackMagnus Damm2010-02-051-1/+1
* | clocksource: Prevent potential kgdb dead lockThomas Gleixner2010-01-261-3/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König2009-11-091-1/+1
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-0/+97
|\ \
| * | clocksource/events: Fix fallout of generic code changesThomas Gleixner2009-11-141-2/+2
| * | nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-131-0/+44
| * | clocksource: Provide a generic mult/shift factor calculationThomas Gleixner2009-11-131-0/+53
| |/
* | clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller2009-11-111-3/+3
|/
* clocksource: Resume clocksource without taking the clocksource mutexMartin Schwidefsky2009-09-241-4/+0
* clocksource: Delay clocksource down rating to late bootThomas Gleixner2009-09-141-10/+18
* clocksource: clocksource_select must be called with mutex lockedThomas Gleixner2009-09-141-0/+2
* clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky2009-09-111-2/+3
* clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner2009-08-281-3/+30
* clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky2009-08-191-3/+16
* clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner2009-08-191-5/+13
* clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner2009-08-151-2/+9
* timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-151-68/+44
* timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-151-2/+4
* clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky2009-08-151-17/+39
* clocksource: Refactor clocksource watchdogMartin Schwidefsky2009-08-151-28/+69
* clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky2009-08-151-8/+15
* clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky2009-08-151-25/+22
* clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-151-83/+51
* clocksource: Prevent NULL pointer dereferenceThomas Gleixner2009-07-191-1/+1
* clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2009-06-131-8/+10
* clocksource: sanity check sysfs clocksource changesjohn stultz2009-06-111-1/+17
* clocksource: setup mult_orig in clocksource_enable()Magnus Damm2009-05-021-3/+0
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-4/+4
* clocksource: allow usage independent of timekeeping.cPatrick Ohly2009-02-151-0/+76
* cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2009-01-011-1/+2
* cpumask: convert kernel time functionsRusty Russell2009-01-011-3/+3
* clocksource: keep track of original clocksource frequencyJohn Stultz2008-08-211-0/+3