Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
6c2140ee0ebf91258f93d3019922b5f520a18d88
/
kernel
/
time
/
timekeeping.c
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
1001d0a
timekeeping: update xtime_cache when time(zone) changes
by Thomas Gleixner
· 17 years ago
bbe4d18
NTP: correct inconsistent ntp interval/tick_length usage
by john stultz
· 17 years ago
efd9ac8
time: fold __get_realtime_clock_ts() into getnstimeofday()
by Geert Uytterhoeven
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
ba2a631
kernel/time/timekeeping.c: cleanups
by Adrian Bunk
· 17 years ago
f20bf61
time: introduce xtime_seconds
by Ingo Molnar
· 17 years ago
6a669ee
timekeeping: Prevent time going backwards on resume
by Thomas Gleixner
· 17 years ago
3be9095
timekeeping: access rtc outside of xtime lock
by Thomas Gleixner
· 17 years ago
17c38b7
Cache xtime every call to update_wall_time
by john stultz
· 18 years ago
2c6b47d
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
by john stultz
· 18 years ago
c36c282
Pull ia64-clocksource into release branch
by Tony Luck
· 18 years ago
1f564ad
[IA64] remove time interpolator
by Bob Picco
· 18 years ago
71120f1
timekeeping: fixup shadow variable argument
by Thomas Gleixner
· 18 years ago
7c3f1a5
Introduce boot based time
by Tomas Janousek
· 18 years ago
d10ff3f
timekeeping fix patch got mis-applied
by Thomas Gleixner
· 18 years ago
8524070
Move timekeeping code to timekeeping.c
by john stultz
· 18 years ago