aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionGravatar Andi Kleen 1-2/+6
2008-05-23clocksource/events: use performance variant for_each_cpu_mask_nrGravatar Mike Travis 1-2/+2
2008-05-03clocksource: allow read access to available/current_clocksourceGravatar Heiko Carstens 1-2/+2
2008-05-03clocksource: Fix permissions for available_clocksourceGravatar Heiko Carstens 1-1/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtGravatar Linus Torvalds 1-4/+14
2008-04-17kgdb: clocksource watchdogGravatar Jason Wessel 1-0/+12
2008-04-17clocksource: make clocksource watchdog cycle through online CPUsGravatar Andi Kleen 1-4/+14
2008-03-25clocksource: revert: use init_timer_deferrable for clocksource_watchdogGravatar Thomas Gleixner 1-1/+1
2008-03-19revert "clocksource: make clocksource watchdog cycle through online CPUs"Gravatar Andrew Morton 1-10/+4
2008-02-08clocksource: remove redundant codeGravatar Li Zefan 1-1/+0
2008-02-06time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemGravatar Miao Xie 1-9/+10
2008-01-30clocksource: add unregister function to disable unusable clocksourcesGravatar Thomas Gleixner 1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsGravatar Andi Kleen 1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogGravatar Parag Warudkar 1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-1/+1
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachGravatar Matthias Kaehlcke 1-15/+7
2007-05-15clocksource: fix lock order in the resume pathGravatar Thomas Gleixner 1-7/+3
2007-05-09clocksource: fix resume logicGravatar Thomas Gleixner 1-0/+45
2007-05-09clocksource: spelling error in watchdog codeGravatar Daniel Walker 1-3/+3
2007-03-25[PATCH] clocksource: Fix thinko in watchdog selectionGravatar Thomas Gleixner 1-1/+2
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)Gravatar john stultz 1-3/+5
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-0/+8
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperGravatar Thomas Gleixner 1-4/+122
2007-02-16[PATCH] Simplify the registration of clocksourcesGravatar Thomas Gleixner 1-62/+58
2007-02-11[PATCH] kernel/time/clocksource.c needs struct task_struct on m68kGravatar Mathieu Desnoyers 1-0/+1
2006-12-10[PATCH] clocksource: small cleanupGravatar Daniel Walker 1-3/+3
2006-12-10[PATCH] clocksource: add usage of CONFIG_SYSFSGravatar Daniel Walker 1-0/+2
2006-06-26[PATCH] time: rename clocksource functionsGravatar john stultz 1-8/+8
2006-06-26[PATCH] Time: i386 Clocksource DriversGravatar john stultz 1-3/+8
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timeGravatar john stultz 1-2/+2
2006-06-26[PATCH] Time: Clocksource InfrastructureGravatar john stultz 1-0/+344