index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timekeeping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-1
/
+2
2010-04-13
time: Remove xtime_cache
John Stultz
1
-19
/
+16
2010-03-23
time: Fix accumulation bug triggered by long delay.
John Stultz
1
-1
/
+2
2010-03-01
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2010-02-09
Export the symbol of getboottime and mmonotonic_to_bootbased
Jason Wang
1
-0
/
+2
2010-02-05
clocksource: add suspend callback
Magnus Damm
1
-0
/
+1
2009-12-23
Revert "time: Remove xtime_cache"
Linus Torvalds
1
-4
/
+23
2009-12-09
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-46
/
+73
2009-11-17
timekeeping: Fix clock_gettime vsyscall time warp
Lin Ming
1
-3
/
+3
2009-11-13
nohz: Prevent clocksource wrapping during idle
Jon Hunter
1
-0
/
+11
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-10-05
time: Remove xtime_cache
john stultz
1
-23
/
+4
2009-10-05
time: Implement logarithmic time accumulation
john stultz
1
-25
/
+60
2009-08-25
timekeeping: Fix invalid getboottime() value
Hiroshi Shimamoto
1
-2
/
+4
2009-08-21
time: Introduce CLOCK_REALTIME_COARSE
john stultz
1
-0
/
+21
2009-08-15
timekeeping: Introduce read_boot_clock
Martin Schwidefsky
1
-2
/
+22
2009-08-15
timekeeping: Increase granularity of read_persistent_clock()
Martin Schwidefsky
1
-23
/
+29
2009-08-15
timekeeping: Update clocksource with stop_machine
Martin Schwidefsky
1
-15
/
+26
2009-08-15
timekeeping: Add timekeeper read_clock helper functions
Martin Schwidefsky
1
-53
/
+38
2009-08-15
timekeeping: Move NTP adjusted clock multiplier to struct timekeeper
Martin Schwidefsky
1
-29
/
+24
2009-08-15
timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper
Martin Schwidefsky
1
-14
/
+19
2009-08-15
timekeeping: Introduce struct timekeeper
Martin Schwidefsky
1
-79
/
+156
2009-08-15
clocksource: Cleanup clocksource selection
Martin Schwidefsky
1
-2
/
+2
2009-08-15
timekeeping: Move reset of cycle_last for tsc clocksource to tsc
Martin Schwidefsky
1
-1
/
+0
2009-08-15
timekeeping: Remove clocksource inline functions
Martin Schwidefsky
1
-13
/
+28
2009-08-15
timekeeping: Introduce timekeeping_leap_insert
John Stultz
1
-0
/
+7
2009-07-07
timekeeping: Move ktime_get() functions to timekeeping.c
Thomas Gleixner
1
-2
/
+57
2009-07-07
timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y
Martin Schwidefsky
1
-0
/
+69
2009-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
1
-1
/
+1
2009-05-15
sched, timers: move calc_load() to scheduler
Thomas Gleixner
1
-1
/
+1
2009-05-02
timekeeping: create arch_gettimeoffset infrastructure
john stultz
1
-0
/
+7
2009-04-22
clocksource: add enable() and disable() callbacks
Magnus Damm
1
-3
/
+9
2008-12-31
sched_clock: prevent scd->clock from moving backwards, take #2
Thomas Gleixner
1
-2
/
+5
2008-12-04
time: catch xtime_nsec underflows and fix them
john stultz
1
-0
/
+22
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-3
/
+6
2008-09-24
timekeeping: fix rounding problem during clock update
Roman Zippel
1
-3
/
+6
2008-08-21
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
1
-0
/
+44
2008-08-21
clocksource: introduce clocksource_forward_now()
Roman Zippel
1
-38
/
+33
2008-05-01
ntp: handle leap second via timer
Roman Zippel
1
-2
/
+2
2008-05-01
ntp: remove current_tick_length()
Roman Zippel
1
-3
/
+2
2008-05-01
ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
Roman Zippel
1
-5
/
+5
2008-04-19
x86: tsc prevent time going backwards
Thomas Gleixner
1
-0
/
+2
2008-03-24
Don't 'printk()' while holding xtime lock for writing
Linus Torvalds
1
-0
/
+4
2008-03-09
time: remove obsolete CLOCK_TICK_ADJUST
Roman Zippel
1
-4
/
+2
2008-02-08
time: fix typo in comments
Li Zefan
1
-1
/
+1
2008-02-08
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
1
-2
/
+2
2008-02-01
timekeeping: update xtime_cache when time(zone) changes
Thomas Gleixner
1
-2
/
+4
2008-01-30
NTP: correct inconsistent ntp interval/tick_length usage
john stultz
1
-2
/
+4
2008-01-30
time: fold __get_realtime_clock_ts() into getnstimeofday()
Geert Uytterhoeven
1
-17
/
+5
[next]