aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13clocksource: Make watchdog reset locklessGravatar Thomas Gleixner 1-20/+18
2011-06-16clocksource: Make watchdog robust vs. interruptionGravatar Thomas Gleixner 1-11/+13
2011-05-20clockevents/source: Use u64 to make 32bit happyGravatar Thomas Gleixner 1-1/+1
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-19/+19
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitGravatar Thomas Gleixner 1-19/+19
2011-05-05clocksource: Install completely before selectingGravatar john stultz 1-2/+2
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Gravatar Linus Torvalds 1-4/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-12time: Rename misnamed minsec argument of clocks_calc_mult_shift()Gravatar Nicolas Pitre 1-4/+4
2010-12-22Fix rounding in clocks_calc_mult_shift()Gravatar john stultz 1-0/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsGravatar John Stultz 1-5/+24
2010-07-27time: Kill off CONFIG_GENERIC_TIMEGravatar John Stultz 1-2/+2
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceGravatar John Stultz 1-0/+48
2010-03-02timekeeping: Prevent oops when GENERIC_TIME=nGravatar john stultz 1-0/+4
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+13
2010-02-05clocksource: add suspend callbackGravatar Magnus Damm 1-0/+12
2010-02-05clocksource: add argument to resume callbackGravatar Magnus Damm 1-1/+1
2010-01-26clocksource: Prevent potential kgdb dead lockGravatar Thomas Gleixner 1-3/+15
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+97
2009-11-14clocksource/events: Fix fallout of generic code changesGravatar Thomas Gleixner 1-2/+2
2009-11-13nohz: Prevent clocksource wrapping during idleGravatar Jon Hunter 1-0/+44
2009-11-13clocksource: Provide a generic mult/shift factor calculationGravatar Thomas Gleixner 1-0/+53
2009-11-11clocksource/timecompare: Fix symbol exports to be GPL'd.Gravatar David S. Miller 1-3/+3
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Gravatar Uwe Kleine-König 1-1/+1
2009-09-24clocksource: Resume clocksource without taking the clocksource mutexGravatar Martin Schwidefsky 1-4/+0
2009-09-14clocksource: Delay clocksource down rating to late bootGravatar Thomas Gleixner 1-10/+18
2009-09-14clocksource: clocksource_select must be called with mutex lockedGravatar Thomas Gleixner 1-0/+2
2009-09-11clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashGravatar Martin Schwidefsky 1-2/+3
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableGravatar Thomas Gleixner 1-3/+30
2009-08-19clocksource: Avoid clocksource watchdog circular locking dependencyGravatar Martin Schwidefsky 1-3/+16
2009-08-19clocksource: Protect the watchdog rating changes with clocksource_mutexGravatar Thomas Gleixner 1-5/+13
2009-08-15clocksource: Call clocksource_change_rating() outside of watchdog_lockGravatar Thomas Gleixner 1-2/+9
2009-08-15timekeeping: Update clocksource with stop_machineGravatar Martin Schwidefsky 1-68/+44
2009-08-15timekeeping: Introduce struct timekeeperGravatar Martin Schwidefsky 1-2/+4
2009-08-15clocksource: Move watchdog downgrade to a work queue threadGravatar Martin Schwidefsky 1-17/+39
2009-08-15clocksource: Refactor clocksource watchdogGravatar Martin Schwidefsky 1-28/+69
2009-08-15clocksource: Simplify clocksource watchdog resume logicGravatar Martin Schwidefsky 1-8/+15
2009-08-15clocksource: Delay clocksource watchdog highres enablementGravatar Martin Schwidefsky 1-25/+22
2009-08-15clocksource: Cleanup clocksource selectionGravatar Martin Schwidefsky 1-83/+51
2009-07-19clocksource: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-1/+1
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onGravatar Thomas Gleixner 1-8/+10
2009-06-11clocksource: sanity check sysfs clocksource changesGravatar john stultz 1-1/+17
2009-05-02clocksource: setup mult_orig in clocksource_enable()Gravatar Magnus Damm 1-3/+0
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-4/+4
2009-02-15clocksource: allow usage independent of timekeeping.cGravatar Patrick Ohly 1-0/+76
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Gravatar Rusty Russell 1-1/+2
2009-01-01cpumask: convert kernel time functionsGravatar Rusty Russell 1-3/+3
2008-08-21clocksource: keep track of original clocksource frequencyGravatar John Stultz 1-0/+3