index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timekeeping.c
Age
Commit message (
Expand
)
Author
2012-09-01
time: Move ktime_t overflow checking into timespec_valid_strict
John Stultz
2012-08-22
time: Avoid making adjustments if we haven't accumulated anything
John Stultz
2012-08-22
time: Avoid potential shift overflow with large shift values
John Stultz
2012-08-22
time: Fix casting issue in timekeeping_forward_now
Andreas Schwab
2012-08-22
time: Ensure we normalize the timekeeper in tk_xtime_add
John Stultz
2012-08-15
time: Improve sanity checking of timekeeping inputs
John Stultz
2012-08-05
time: Fix adjustment cleanup bug in timekeeping_adjust()
Ingo Molnar
2012-07-31
time: Remove all direct references to timekeeper
John Stultz
2012-07-31
time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates
John Stultz
2012-07-31
time: Clean up stray newlines
John Stultz
2012-07-31
Merge branch 'linus' into timers/urgent
Ingo Molnar
2012-07-24
time: Fix casting issue in tk_set_xtime and tk_xtime_add
John Stultz
2012-07-18
Merge branch 'linus' into timers/core
Ingo Molnar
2012-07-16
timekeeping: Add missing update call in timekeeping_resume()
Thomas Gleixner
2012-07-15
time: Rework timekeeping functions to take timekeeper ptr as argument
John Stultz
2012-07-15
time: Move xtime_nsec adjustment underflow handling timekeeping_adjust
John Stultz
2012-07-15
time: Move arch_gettimeoffset() usage into timekeeping_get_ns()
John Stultz
2012-07-15
time: Refactor accumulation of nsecs to secs
John Stultz
2012-07-15
time: Condense timekeeper.xtime into xtime_sec
John Stultz
2012-07-15
time: Explicitly use u32 instead of int for shift values
John Stultz
2012-07-15
time: Whitespace cleanups per Ingo%27s requests
John Stultz
2012-07-11
timekeeping: Provide hrtimer update function
Thomas Gleixner
2012-07-11
timekeeping: Maintain ktime_t based offsets for hrtimers
Thomas Gleixner
2012-07-11
timekeeping: Fix leapsecond triggered load spike issue
John Stultz
2012-06-04
timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond
John Stultz
2012-05-21
timekeeping: Fix a few minor newline issues.
Richard Cochran
2012-03-29
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-23
kernel-time: fix s/then/than/ spelling errors
Jim Cromie
2012-03-23
time: Avoid scary backtraces when warning of > 11% adj
John Stultz
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2012-03-22
ntp: Fix leap-second hrtimer livelock
John Stultz
2012-03-15
time: Fix change_clocksource locking
John Stultz
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
2012-02-03
Input: add infrastructure for selecting clockid for event time stamps
John Stultz
2012-01-26
time: Move common updates to a function
Thomas Gleixner
2012-01-26
time: Reorder so the hot data is together
Thomas Gleixner
2012-01-26
time: Remove most of xtime_lock usage in timekeeping.c
John Stultz
2012-01-26
ntp: Access tick_length variable via ntp_tick_length()
John Stultz
2012-01-26
time: Add timekeeper lock
John Stultz
2012-01-26
time: Cleanup global variables and move them to the top
John Stultz
2012-01-26
time: Move raw_time into timekeeper structure
John Stultz
2012-01-26
time: Move xtime into timekeeeper structure
John Stultz
2012-01-26
time: Move wall_to_monotonic into the timekeeper structure
John Stultz
2012-01-26
time: Move total_sleep_time into the timekeeper structure
John Stultz
2011-12-05
Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...
Thomas Gleixner
2011-11-21
time: Fix spelling mistakes in new comments
John Stultz
2011-11-21
time: fix bogus comment in timekeeping_get_ns_raw
Dan McGee
2011-11-17
timekeeping: add arch_offset hook to ktime_get functions
Hector Palacios
2011-11-11
Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...
Ingo Molnar
2011-11-10
clocksource: Avoid selecting mult values that might overflow when adjusted
John Stultz
[next]