Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
041f10d46f97c87f8ae1cdb4117682214732cc45
/
kernel
/
time
/
clocksource.c
f9ee7f6
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5fdade9
time: Rename misnamed minsec argument of clocks_calc_mult_shift()
by Nicolas Pitre
· 14 years ago
b5776c4
Fix rounding in clocks_calc_mult_shift()
by john stultz
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
852db46
clocksource: Add __clocksource_updatefreq_hz/khz methods
by John Stultz
· 14 years ago
592913e
time: Kill off CONFIG_GENERIC_TIME
by John Stultz
· 14 years ago
d7e81c2
clocksource: Add clocksource_register_hz/khz interface
by John Stultz
· 15 years ago
ad6759f
timekeeping: Prevent oops when GENERIC_TIME=n
by john stultz
· 15 years ago
e56425b
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c54a42b
clocksource: add suspend callback
by Magnus Damm
· 15 years ago
1762233
clocksource: add argument to resume callback
by Magnus Damm
· 15 years ago
7b7422a
clocksource: Prevent potential kgdb dead lock
by Thomas Gleixner
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
60d8ce2
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
a362c63
clocksource/events: Fix fallout of generic code changes
by Thomas Gleixner
· 15 years ago
9896246
nohz: Prevent clocksource wrapping during idle
by Jon Hunter
· 15 years ago
7d2f944
clocksource: Provide a generic mult/shift factor calculation
by Thomas Gleixner
· 15 years ago
3586e0a
clocksource/timecompare: Fix symbol exports to be GPL'd.
by David S. Miller
· 15 years ago
b71a8eb
tree-wide: fix typos "selct" + "slect" -> "select"
by Uwe Kleine-König
· 15 years ago
89133f9
clocksource: Resume clocksource without taking the clocksource mutex
by Martin Schwidefsky
· 15 years ago
54a6bc0
clocksource: Delay clocksource down rating to late boot
by Thomas Gleixner
· 15 years ago
e6c7330
clocksource: clocksource_select must be called with mutex locked
by Thomas Gleixner
· 15 years ago
f79e025
clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash
by Martin Schwidefsky
· 15 years ago
7285dd7
clocksource: Resolve cpu hotplug dead lock with TSC unstable
by Thomas Gleixner
· 15 years ago
01548f4
clocksource: Avoid clocksource watchdog circular locking dependency
by Martin Schwidefsky
· 15 years ago
d0981a1
clocksource: Protect the watchdog rating changes with clocksource_mutex
by Thomas Gleixner
· 15 years ago
6ea41d2
clocksource: Call clocksource_change_rating() outside of watchdog_lock
by Thomas Gleixner
· 15 years ago
75c5158
timekeeping: Update clocksource with stop_machine
by Martin Schwidefsky
· 15 years ago
155ec60
timekeeping: Introduce struct timekeeper
by Martin Schwidefsky
· 15 years ago
c55c87c
clocksource: Move watchdog downgrade to a work queue thread
by Martin Schwidefsky
· 15 years ago
fb63a0e
clocksource: Refactor clocksource watchdog
by Martin Schwidefsky
· 15 years ago
0f8e8ef
clocksource: Simplify clocksource watchdog resume logic
by Martin Schwidefsky
· 15 years ago
8cf4e75
clocksource: Delay clocksource watchdog highres enablement
by Martin Schwidefsky
· 15 years ago
f1b8274
clocksource: Cleanup clocksource selection
by Martin Schwidefsky
· 15 years ago
79ef2bb
clocksource: Prevent NULL pointer dereference
by Thomas Gleixner
· 15 years ago
cd6d95d
clocksource: prevent selection of low resolution clocksourse also for nohz=on
by Thomas Gleixner
· 16 years ago
3f68535
clocksource: sanity check sysfs clocksource changes
by john stultz
· 16 years ago
a25cbd0
clocksource: setup mult_orig in clocksource_enable()
by Magnus Damm
· 16 years ago
8e19608
clocksource: pass clocksource to read() callback
by Magnus Damm
· 16 years ago
a038a35
clocksource: allow usage independent of timekeeping.c
by Patrick Ohly
· 16 years ago
5db0e1e
cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/
by Rusty Russell
· 16 years ago
6b95482
cpumask: convert kernel time functions
by Rusty Russell
· 16 years ago
1aa5dfb
clocksource: keep track of original clocksource frequency
by John Stultz
· 16 years ago
26dcce0
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
4a0b2b4
sysdev: Pass the attribute to the low level sysdev show/store function
by Andi Kleen
· 17 years ago
cad0e45
clocksource/events: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 17 years ago
4f95f81
clocksource: allow read access to available/current_clocksource
by Heiko Carstens
· 17 years ago
4359a02
clocksource: Fix permissions for available_clocksource
by Heiko Carstens
· 17 years ago
73e3e64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
by Linus Torvalds
· 17 years ago
7c3078b
kgdb: clocksource watchdog
by Jason Wessel
· 17 years ago
6993fc5
clocksource: make clocksource watchdog cycle through online CPUs
by Andi Kleen
· 17 years ago
898a19d
clocksource: revert: use init_timer_deferrable for clocksource_watchdog
by Thomas Gleixner
· 17 years ago
3150e63
revert "clocksource: make clocksource watchdog cycle through online CPUs"
by Andrew Morton
· 17 years ago
818c357
clocksource: remove redundant code
by Li Zefan
· 17 years ago
5e2cb10
time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem
by Miao Xie
· 17 years ago
4713e22c
clocksource: add unregister function to disable unusable clocksources
by Thomas Gleixner
· 17 years ago
1ada5cb
clocksource: make clocksource watchdog cycle through online CPUs
by Andi Kleen
· 17 years ago
1077f5a
clocksource.c: use init_timer_deferrable for clocksource_watchdog
by Parag Warudkar
· 17 years ago
af5ca3f4
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
2e19758
kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each
by Matthias Kaehlcke
· 17 years ago
8f89441
clocksource: fix lock order in the resume path
by Thomas Gleixner
· 18 years ago
b52f52a
clocksource: fix resume logic
by Thomas Gleixner
· 18 years ago
35c35d1
clocksource: spelling error in watchdog code
by Daniel Walker
· 18 years ago
948ac6d
[PATCH] clocksource: Fix thinko in watchdog selection
by Thomas Gleixner
· 18 years ago
6bb74df
[PATCH] clocksource init adjustments (fix bug #7426)
by john stultz
· 18 years ago
79bf2bb
[PATCH] tick-management: dyntick / highres functionality
by Thomas Gleixner
· 18 years ago
5d8b34f
[PATCH] clocksource: Add verification (watchdog) helper
by Thomas Gleixner
· 18 years ago
92c7e00
[PATCH] Simplify the registration of clocksources
by Thomas Gleixner
· 18 years ago
dc29a36
[PATCH] kernel/time/clocksource.c needs struct task_struct on m68k
by Mathieu Desnoyers
· 18 years ago
f5f1a24
[PATCH] clocksource: small cleanup
by Daniel Walker
· 18 years ago
2b01370
[PATCH] clocksource: add usage of CONFIG_SYSFS
by Daniel Walker
· 18 years ago
a275254
[PATCH] time: rename clocksource functions
by john stultz
· 19 years ago
5d0cf41
[PATCH] Time: i386 Clocksource Drivers
by john stultz
· 19 years ago
ad59617
[PATCH] Time: Use clocksource infrastructure for update_wall_time
by john stultz
· 19 years ago
734efb4
[PATCH] Time: Clocksource Infrastructure
by john stultz
· 19 years ago