index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timekeeping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-18
Merge branch 'linus' into timers/core
Ingo Molnar
1
-0
/
+1
2012-07-16
timekeeping: Add missing update call in timekeeping_resume()
Thomas Gleixner
1
-0
/
+1
2012-07-15
time: Rework timekeeping functions to take timekeeper ptr as argument
John Stultz
1
-105
/
+103
2012-07-15
time: Move xtime_nsec adjustment underflow handling timekeeping_adjust
John Stultz
1
-21
/
+21
2012-07-15
time: Move arch_gettimeoffset() usage into timekeeping_get_ns()
John Stultz
1
-19
/
+10
2012-07-15
time: Refactor accumulation of nsecs to secs
John Stultz
1
-22
/
+32
2012-07-15
time: Condense timekeeper.xtime into xtime_sec
John Stultz
1
-71
/
+110
2012-07-15
time: Explicitly use u32 instead of int for shift values
John Stultz
1
-3
/
+3
2012-07-15
time: Whitespace cleanups per Ingo%27s requests
John Stultz
1
-21
/
+18
2012-07-11
timekeeping: Provide hrtimer update function
Thomas Gleixner
1
-0
/
+34
2012-07-11
timekeeping: Maintain ktime_t based offsets for hrtimers
Thomas Gleixner
1
-2
/
+23
2012-07-11
timekeeping: Fix leapsecond triggered load spike issue
John Stultz
1
-0
/
+4
2012-06-04
timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond
John Stultz
1
-0
/
+2
2012-05-21
timekeeping: Fix a few minor newline issues.
Richard Cochran
1
-3
/
+1
2012-03-29
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-25
/
+26
2012-03-23
kernel-time: fix s/then/than/ spelling errors
Jim Cromie
1
-7
/
+7
2012-03-23
time: Avoid scary backtraces when warning of > 11% adj
John Stultz
1
-4
/
+6
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+2
2012-03-22
ntp: Fix leap-second hrtimer livelock
John Stultz
1
-14
/
+6
2012-03-15
time: Fix change_clocksource locking
John Stultz
1
-0
/
+7
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
1
-2
/
+92
2012-02-03
Input: add infrastructure for selecting clockid for event time stamps
John Stultz
1
-0
/
+2
2012-01-26
time: Move common updates to a function
Thomas Gleixner
1
-22
/
+17
2012-01-26
time: Reorder so the hot data is together
Thomas Gleixner
1
-2
/
+2
2012-01-26
time: Remove most of xtime_lock usage in timekeeping.c
John Stultz
1
-29
/
+15
2012-01-26
ntp: Access tick_length variable via ntp_tick_length()
John Stultz
1
-3
/
+3
2012-01-26
time: Add timekeeper lock
John Stultz
1
-44
/
+82
2012-01-26
time: Cleanup global variables and move them to the top
John Stultz
1
-12
/
+12
2012-01-26
time: Move raw_time into timekeeper structure
John Stultz
1
-13
/
+10
2012-01-26
time: Move xtime into timekeeeper structure
John Stultz
1
-44
/
+47
2012-01-26
time: Move wall_to_monotonic into the timekeeper structure
John Stultz
1
-32
/
+37
2012-01-26
time: Move total_sleep_time into the timekeeper structure
John Stultz
1
-9
/
+15
2011-12-05
Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...
Thomas Gleixner
1
-5
/
+5
2011-11-21
time: Fix spelling mistakes in new comments
John Stultz
1
-4
/
+4
2011-11-21
time: fix bogus comment in timekeeping_get_ns_raw
Dan McGee
1
-1
/
+1
2011-11-17
timekeeping: add arch_offset hook to ktime_get functions
Hector Palacios
1
-0
/
+4
2011-11-11
Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...
Ingo Molnar
1
-0
/
+7
2011-11-10
clocksource: Avoid selecting mult values that might overflow when adjusted
John Stultz
1
-0
/
+7
2011-10-28
time: Improve documentation of timekeeeping_adjust()
John Stultz
1
-1
/
+80
2011-07-20
time: Fix stupid KERN_WARN compile issue
John Stultz
1
-1
/
+1
2011-06-21
time: Avoid accumulating time drift in suspend/resume
John Stultz
1
-0
/
+22
2011-06-21
time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime
John Stultz
1
-0
/
+6
2011-05-02
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
1
-0
/
+15
2011-05-02
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
1
-1
/
+1
2011-04-26
time: Add timekeeping_inject_sleeptime
John Stultz
1
-3
/
+53
2011-03-23
timekeeping: Use syscore_ops instead of sysdev class and sysdev
Rafael J. Wysocki
1
-19
/
+8
2011-02-21
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
1
-2
/
+6
2011-02-21
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
1
-1
/
+50
2011-02-02
time: Introduce timekeeping_inject_offset
John Stultz
1
-0
/
+36
2011-02-02
time: Correct the *settime* parameters
Richard Cochran
1
-1
/
+1
[next]