aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+97
2009-11-14clocksource/events: Fix fallout of generic code changesThomas Gleixner1-2/+2
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-0/+44
2009-11-13clocksource: Provide a generic mult/shift factor calculationThomas Gleixner1-0/+53
2009-11-11clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller1-3/+3
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König1-1/+1
2009-09-24clocksource: Resume clocksource without taking the clocksource mutexMartin Schwidefsky1-4/+0
2009-09-14clocksource: Delay clocksource down rating to late bootThomas Gleixner1-10/+18
2009-09-14clocksource: clocksource_select must be called with mutex lockedThomas Gleixner1-0/+2
2009-09-11clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky1-2/+3
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner1-3/+30
2009-08-19clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky1-3/+16
2009-08-19clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner1-5/+13
2009-08-15clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner1-2/+9
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky1-68/+44
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky1-2/+4
2009-08-15clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky1-17/+39
2009-08-15clocksource: Refactor clocksource watchdogMartin Schwidefsky1-28/+69
2009-08-15clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky1-8/+15
2009-08-15clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky1-25/+22
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky1-83/+51
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner1-1/+1
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner1-8/+10
2009-06-11clocksource: sanity check sysfs clocksource changesjohn stultz1-1/+17
2009-05-02clocksource: setup mult_orig in clocksource_enable()Magnus Damm1-3/+0
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-4/+4
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly1-0/+76
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell1-1/+2
2009-01-01cpumask: convert kernel time functionsRusty Russell1-3/+3
2008-08-21clocksource: keep track of original clocksource frequencyJohn Stultz1-0/+3
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-2/+6
2008-05-23clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-05-03clocksource: allow read access to available/current_clocksourceHeiko Carstens1-2/+2
2008-05-03clocksource: Fix permissions for available_clocksourceHeiko Carstens1-1/+1
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