summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Resume clocksource without taking the clocksource mutexMartin Schwidefsky2009-09-241-4/+0Star
* 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/+44Star
* 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/+22Star
* clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-151-83/+51Star
* 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/+0Star
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-4/+4
* clocksource: allow usage independent of timekeeping.cPatrick Ohly2009-02-161-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
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-2/+2
|\
| * clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-221-2/+6
|/
* clocksource: allow read access to available/current_clocksourceHeiko Carstens2008-05-031-2/+2
* clocksource: Fix permissions for available_clocksourceHeiko Carstens2008-05-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-04-181-4/+14
|\
| * clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen2008-04-171-4/+14
* | kgdb: clocksource watchdogJason Wessel2008-04-171-0/+12
|/
* clocksource: revert: use init_timer_deferrable for clocksource_watchdogThomas Gleixner2008-03-251-1/+1
* revert "clocksource: make clocksource watchdog cycle through online CPUs"Andrew Morton2008-03-201-10/+4Star
* clocksource: remove redundant codeLi Zefan2008-02-081-1/+0Star
* time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemMiao Xie2008-02-061-9/+10
* clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner2008-01-301-0/+15
* clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen2008-01-301-4/+10
* clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar2008-01-301-1/+1
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1
* kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-10-191-15/+7Star
* clocksource: fix lock order in the resume pathThomas Gleixner2007-05-151-7/+3Star
* clocksource: fix resume logicThomas Gleixner2007-05-091-0/+45
* clocksource: spelling error in watchdog codeDaniel Walker2007-05-091-3/+3
* [PATCH] clocksource: Fix thinko in watchdog selectionThomas Gleixner2007-03-251-1/+2
* [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-051-3/+5
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-161-0/+8
* [PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner2007-02-161-4/+122