Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
744c62eb65a1c3bb2196ded1a1d2922cf6f2ce80
/
kernel
/
time
/
timekeeping.c
fad0c66
timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond
by John Stultz
· 13 years ago
d239f49
timekeeping: Fix a few minor newline issues.
by Richard Cochran
· 13 years ago
bcd5507
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
88b28ad
kernel-time: fix s/then/than/ spelling errors
by Jim Cromie
· 13 years ago
e919cfd
time: Avoid scary backtraces when warning of > 11% adj
by John Stultz
· 13 years ago
7bfe0e6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
6b43ae8
ntp: Fix leap-second hrtimer livelock
by John Stultz
· 13 years ago
f695cf9
time: Fix change_clocksource locking
by John Stultz
· 13 years ago
b675b36
Merge commit 'v3.3-rc6' into next
by Dmitry Torokhov
· 13 years ago
a80b83b
Input: add infrastructure for selecting clockid for event time stamps
by John Stultz
· 13 years ago
cc06268
time: Move common updates to a function
by Thomas Gleixner
· 13 years ago
058892e
time: Reorder so the hot data is together
by Thomas Gleixner
· 13 years ago
92c1d3e
time: Remove most of xtime_lock usage in timekeeping.c
by John Stultz
· 13 years ago
ea7cf49
ntp: Access tick_length variable via ntp_tick_length()
by John Stultz
· 13 years ago
70471f2
time: Add timekeeper lock
by John Stultz
· 13 years ago
8fcce54
time: Cleanup global variables and move them to the top
by John Stultz
· 13 years ago
01f71b4
time: Move raw_time into timekeeper structure
by John Stultz
· 13 years ago
8ff2cb9
time: Move xtime into timekeeeper structure
by John Stultz
· 13 years ago
d9f7217
time: Move wall_to_monotonic into the timekeeper structure
by John Stultz
· 13 years ago
00c5fb7
time: Move total_sleep_time into the timekeeper structure
by John Stultz
· 13 years ago
0518469
Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 13 years ago
3f86f28
time: Fix spelling mistakes in new comments
by John Stultz
· 13 years ago
c9fad42
time: fix bogus comment in timekeeping_get_ns_raw
by Dan McGee
· 13 years ago
d004e02
timekeeping: add arch_offset hook to ktime_get functions
by Hector Palacios
· 13 years ago
367177e
Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core
by Ingo Molnar
· 13 years ago
d65670a
clocksource: Avoid selecting mult values that might overflow when adjusted
by John Stultz
· 13 years ago
c2bc111
time: Improve documentation of timekeeeping_adjust()
by John Stultz
· 13 years ago
cbaa515
time: Fix stupid KERN_WARN compile issue
by John Stultz
· 14 years ago
cb33217
time: Avoid accumulating time drift in suspend/resume
by John Stultz
· 14 years ago
cb5de2f8d
time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime
by John Stultz
· 14 years ago
99ee531
timerfd: Allow timers to be cancelled when clock was set
by Thomas Gleixner
· 14 years ago
b12a03c
hrtimers: Prepare for cancel on clock was set timers
by Thomas Gleixner
· 14 years ago
304529b
time: Add timekeeping_inject_sleeptime
by John Stultz
· 14 years ago
e1a85b2
timekeeping: Use syscore_ops instead of sysdev class and sysdev
by Rafael J. Wysocki
· 14 years ago
314ac37
time: Extend get_xtime_and_monotonic_offset() to also return sleep
by John Stultz
· 14 years ago
abb3a4e
time: Introduce get_monotonic_boottime and ktime_get_boottime
by John Stultz
· 14 years ago
c528f7c
time: Introduce timekeeping_inject_offset
by John Stultz
· 14 years ago
1e6d767
time: Correct the *settime* parameters
by Richard Cochran
· 14 years ago
f0af911a9
time: Provide xtime_update()
by Torben Hohn
· 14 years ago
79ecaf0
time: Remove unused __get_wall_to_monotonic()
by Thomas Gleixner
· 14 years ago
48cf76f7
time: Provide get_xtime_and_monotonic_offset()
by Torben Hohn
· 14 years ago
871cf1e
time: Move do_timer() to kernel/time/timekeeping.c
by Torben Hohn
· 14 years ago
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
e2c18e4
pps: capture MONOTONIC_RAW timestamps as well
by Alexander Gordeev
· 14 years ago
afa14e7
timekeeping: Make local variables static
by H Hartley Sweeten
· 14 years ago
a386b5a
time: Compensate for rounding on odd-frequency clocksources
by Kasper Pedersen
· 14 years ago
c7dcf87
time: Workaround gcc loop optimization that causes 64bit div errors
by John Stultz
· 14 years ago
deda2e8
timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs
by Jason Wessel
· 14 years ago
0fb86b0
timekeeping: Make xtime and wall_to_monotonic static
by John Stultz
· 15 years ago
8ab4351
hrtimer: Cleanup direct access to wall_to_monotonic
by John Stultz
· 15 years ago
7615856
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
by John Stultz
· 15 years ago
592913e
time: Kill off CONFIG_GENERIC_TIME
by John Stultz
· 15 years ago
ce3bf7a
time: Implement timespec_add
by John Stultz
· 15 years ago
dbb6be6
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 15 years ago
6a867a3
time: Remove xtime_cache
by John Stultz
· 15 years ago
830ec04
time: Fix accumulation bug triggered by long delay.
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
c93d89f
Export the symbol of getboottime and mmonotonic_to_bootbased
by Jason Wang
· 15 years ago
c54a42b
clocksource: add suspend callback
by Magnus Damm
· 15 years ago
83f57a1
Revert "time: Remove xtime_cache"
by Linus Torvalds
· 15 years ago
fbf07ea
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
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
0696b71
timekeeping: Fix clock_gettime vsyscall time warp
by Lin Ming
· 15 years ago
9896246
nohz: Prevent clocksource wrapping during idle
by Jon Hunter
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
7bc7d63
time: Remove xtime_cache
by john stultz
· 15 years ago
a092ff0
time: Implement logarithmic time accumulation
by john stultz
· 15 years ago
36d4748
timekeeping: Fix invalid getboottime() value
by Hiroshi Shimamoto
· 15 years ago
da15cfd
time: Introduce CLOCK_REALTIME_COARSE
by john stultz
· 15 years ago
23970e3
timekeeping: Introduce read_boot_clock
by Martin Schwidefsky
· 15 years ago
d4f587c
timekeeping: Increase granularity of read_persistent_clock()
by Martin Schwidefsky
· 15 years ago
75c5158
timekeeping: Update clocksource with stop_machine
by Martin Schwidefsky
· 15 years ago
2ba2a30
timekeeping: Add timekeeper read_clock helper functions
by Martin Schwidefsky
· 15 years ago
0a54419
timekeeping: Move NTP adjusted clock multiplier to struct timekeeper
by Martin Schwidefsky
· 15 years ago
23ce721
timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper
by Martin Schwidefsky
· 15 years ago
155ec60
timekeeping: Introduce struct timekeeper
by Martin Schwidefsky
· 15 years ago
f1b8274
clocksource: Cleanup clocksource selection
by Martin Schwidefsky
· 15 years ago
1be3967
timekeeping: Move reset of cycle_last for tsc clocksource to tsc
by Martin Schwidefsky
· 15 years ago
a0f7d48
timekeeping: Remove clocksource inline functions
by Martin Schwidefsky
· 15 years ago
31089c1
timekeeping: Introduce timekeeping_leap_insert
by John Stultz
· 15 years ago
a40f262
timekeeping: Move ktime_get() functions to timekeeping.c
by Thomas Gleixner
· 16 years ago
951ed4d
timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y
by Martin Schwidefsky
· 16 years ago
cf9fe11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 16 years ago
dce48a8
sched, timers: move calc_load() to scheduler
by Thomas Gleixner
· 16 years ago
7d27558
timekeeping: create arch_gettimeoffset infrastructure
by john stultz
· 16 years ago
4614e6a
clocksource: add enable() and disable() callbacks
by Magnus Damm
· 16 years ago
1c5745a
sched_clock: prevent scd->clock from moving backwards, take #2
by Thomas Gleixner
· 16 years ago
6c9bacb
time: catch xtime_nsec underflows and fix them
by john stultz
· 16 years ago
c465a76
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
by Thomas Gleixner
· 16 years ago
5cd1c9c
timekeeping: fix rounding problem during clock update
by Roman Zippel
· 16 years ago
2d42244
clocksource: introduce CLOCK_MONOTONIC_RAW
by John Stultz
· 16 years ago
9a05511
clocksource: introduce clocksource_forward_now()
by Roman Zippel
· 16 years ago
7dffa3c
ntp: handle leap second via timer
by Roman Zippel
· 17 years ago
8383c42
ntp: remove current_tick_length()
by Roman Zippel
· 17 years ago
7fc5c78
ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
by Roman Zippel
· 17 years ago
d8bb6f4
x86: tsc prevent time going backwards
by Thomas Gleixner
· 17 years ago
92896bd
Don't 'printk()' while holding xtime lock for writing
by Linus Torvalds
· 17 years ago
10a398d
time: remove obsolete CLOCK_TICK_ADJUST
by Roman Zippel
· 17 years ago
3eb0567
time: fix typo in comments
by Li Zefan
· 17 years ago
cf4fc6c
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
by Li Zefan
· 17 years ago
Next »