aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds1-4/+14
2008-04-17kgdb: clocksource watchdogJason Wessel1-0/+12
2008-04-17clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen1-4/+14
2008-03-25clocksource: revert: use init_timer_deferrable for clocksource_watchdogThomas Gleixner1-1/+1
2008-03-19revert "clocksource: make clocksource watchdog cycle through online CPUs"Andrew Morton1-10/+4
2008-02-08clocksource: remove redundant codeLi Zefan1-1/+0
2008-02-06time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemMiao Xie1-9/+10
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-15/+7
2007-05-15clocksource: fix lock order in the resume pathThomas Gleixner1-7/+3
2007-05-09clocksource: fix resume logicThomas Gleixner1-0/+45
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker1-3/+3
2007-03-25[PATCH] clocksource: Fix thinko in watchdog selectionThomas Gleixner1-1/+2
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-3/+5
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+8
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner1-4/+122
2007-02-16[PATCH] Simplify the registration of clocksourcesThomas Gleixner1-62/+58
2007-02-11[PATCH] kernel/time/clocksource.c needs struct task_struct on m68kMathieu Desnoyers1-0/+1
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker1-3/+3
2006-12-10[PATCH] clocksource: add usage of CONFIG_SYSFSDaniel Walker1-0/+2
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz1-8/+8
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz1-3/+8
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz1-2/+2
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz1-0/+344