index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
clocksource.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-08
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+97
2009-11-14
clocksource/events: Fix fallout of generic code changes
Thomas Gleixner
1
-2
/
+2
2009-11-13
nohz: Prevent clocksource wrapping during idle
Jon Hunter
1
-0
/
+44
2009-11-13
clocksource: Provide a generic mult/shift factor calculation
Thomas Gleixner
1
-0
/
+53
2009-11-11
clocksource/timecompare: Fix symbol exports to be GPL'd.
David S. Miller
1
-3
/
+3
2009-11-09
tree-wide: fix typos "selct" + "slect" -> "select"
Uwe Kleine-König
1
-1
/
+1
2009-09-24
clocksource: Resume clocksource without taking the clocksource mutex
Martin Schwidefsky
1
-4
/
+0
2009-09-14
clocksource: Delay clocksource down rating to late boot
Thomas Gleixner
1
-10
/
+18
2009-09-14
clocksource: clocksource_select must be called with mutex locked
Thomas Gleixner
1
-0
/
+2
2009-09-11
clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash
Martin Schwidefsky
1
-2
/
+3
2009-08-28
clocksource: Resolve cpu hotplug dead lock with TSC unstable
Thomas Gleixner
1
-3
/
+30
2009-08-19
clocksource: Avoid clocksource watchdog circular locking dependency
Martin Schwidefsky
1
-3
/
+16
2009-08-19
clocksource: Protect the watchdog rating changes with clocksource_mutex
Thomas Gleixner
1
-5
/
+13
2009-08-15
clocksource: Call clocksource_change_rating() outside of watchdog_lock
Thomas Gleixner
1
-2
/
+9
2009-08-15
timekeeping: Update clocksource with stop_machine
Martin Schwidefsky
1
-68
/
+44
2009-08-15
timekeeping: Introduce struct timekeeper
Martin Schwidefsky
1
-2
/
+4
2009-08-15
clocksource: Move watchdog downgrade to a work queue thread
Martin Schwidefsky
1
-17
/
+39
2009-08-15
clocksource: Refactor clocksource watchdog
Martin Schwidefsky
1
-28
/
+69
2009-08-15
clocksource: Simplify clocksource watchdog resume logic
Martin Schwidefsky
1
-8
/
+15
2009-08-15
clocksource: Delay clocksource watchdog highres enablement
Martin Schwidefsky
1
-25
/
+22
2009-08-15
clocksource: Cleanup clocksource selection
Martin Schwidefsky
1
-83
/
+51
2009-07-19
clocksource: Prevent NULL pointer dereference
Thomas Gleixner
1
-1
/
+1
2009-06-13
clocksource: prevent selection of low resolution clocksourse also for nohz=on
Thomas Gleixner
1
-8
/
+10
2009-06-11
clocksource: sanity check sysfs clocksource changes
john stultz
1
-1
/
+17
2009-05-02
clocksource: setup mult_orig in clocksource_enable()
Magnus Damm
1
-3
/
+0
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
1
-4
/
+4
2009-02-15
clocksource: allow usage independent of timekeeping.c
Patrick Ohly
1
-0
/
+76
2009-01-01
cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/
Rusty Russell
1
-1
/
+2
2009-01-01
cpumask: convert kernel time functions
Rusty Russell
1
-3
/
+3
2008-08-21
clocksource: keep track of original clocksource frequency
John Stultz
1
-0
/
+3
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2008-07-21
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
1
-2
/
+6
2008-05-23
clocksource/events: use performance variant for_each_cpu_mask_nr
Mike Travis
1
-2
/
+2
2008-05-03
clocksource: allow read access to available/current_clocksource
Heiko Carstens
1
-2
/
+2
2008-05-03
clocksource: Fix permissions for available_clocksource
Heiko Carstens
1
-1
/
+1
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
Linus Torvalds
1
-4
/
+14
2008-04-17
kgdb: clocksource watchdog
Jason Wessel
1
-0
/
+12
2008-04-17
clocksource: make clocksource watchdog cycle through online CPUs
Andi Kleen
1
-4
/
+14
2008-03-25
clocksource: revert: use init_timer_deferrable for clocksource_watchdog
Thomas Gleixner
1
-1
/
+1
2008-03-19
revert "clocksource: make clocksource watchdog cycle through online CPUs"
Andrew Morton
1
-10
/
+4
2008-02-08
clocksource: remove redundant code
Li Zefan
1
-1
/
+0
2008-02-06
time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem
Miao Xie
1
-9
/
+10
2008-01-30
clocksource: add unregister function to disable unusable clocksources
Thomas Gleixner
1
-0
/
+15
2008-01-30
clocksource: make clocksource watchdog cycle through online CPUs
Andi Kleen
1
-4
/
+10
2008-01-30
clocksource.c: use init_timer_deferrable for clocksource_watchdog
Parag Warudkar
1
-1
/
+1
2008-01-24
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-1
/
+1
2007-10-19
kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
1
-15
/
+7
2007-05-15
clocksource: fix lock order in the resume path
Thomas Gleixner
1
-7
/
+3
2007-05-09
clocksource: fix resume logic
Thomas Gleixner
1
-0
/
+45
[next]