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
/
include
/
linux
/
timekeeper_internal.h
Age
Commit message (
Expand
)
Author
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
2024-10-25
timekeeping: Reorder struct timekeeper
Thomas Gleixner
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
2019-08-23
timekeeping/vsyscall: Prevent math overflow in BOOTTIME update
Thomas Gleixner
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-03-13
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
Thomas Gleixner
2018-03-10
timekeeping/ntp: Determine the multiplier directly from NTP tick length
Miroslav Lichvar
2017-11-14
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
Miroslav Lichvar
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-25
timekeeping: Provide NMI safe access to clock realtime
Thomas Gleixner
2017-06-20
time: Clean up CLOCK_MONOTONIC_RAW time handling
John Stultz
2017-06-20
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
John Stultz
2017-06-20
time: Fix clock->read(clock) race around clocksource changes
John Stultz
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-03-02
time: Add history to cross timestamp interface supporting slower devices
Christopher S. Hall
2015-06-12
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-05-22
time: Rework debugging variables so they aren't global
John Stultz
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
2015-03-27
time: Add timerkeeper::tkr_raw
Peter Zijlstra
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
2014-10-29
timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC
Heena Sirwani
2014-07-30
timekeeping: Fixup typo in update_vsyscall_old definition
John Stultz
2014-07-23
timekeeping: Use cached ntp_tick_length when accumulating error
John Stultz
2014-07-23
timekeeping: Rework frequency adjustments to work better w/ nohz
John Stultz
2014-07-23
timekeeping: Create struct tk_read_base and use it in struct timekeeper
Thomas Gleixner
2014-07-23
timekeeping: Restructure the timekeeper some more
Thomas Gleixner
2014-07-23
clocksource: Get rid of cycle_last
Thomas Gleixner
2014-07-23
timekeeping: Provide ktime_get_raw()
Thomas Gleixner
2014-07-23
timekeeping: Remove timekeeper.total_sleep_time
Thomas Gleixner
2014-07-23
timekeeping: Provide internal ktime_t based data
Thomas Gleixner
2014-07-23
timekeeping: Cache optimize struct timekeeper
Thomas Gleixner
2014-07-23
timekeeper: Move tk_xtime to core code
Thomas Gleixner
2014-07-23
timekeeping: Convert timekeeping core to use timespec64s
John Stultz
2013-04-04
timekeeping: Store cycle_last value in timekeeper struct as well
Thomas Gleixner
2013-03-22
timekeeping: Move lock out of timekeeper struct
Thomas Gleixner
2013-03-22
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
2013-03-22
timekeeping: Move TAI managment into timekeeping core from ntp
John Stultz
2012-09-24
time: Introduce new GENERIC_TIME_VSYSCALL
John Stultz
2012-09-24
time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD
John Stultz
2012-09-24
time: Move update_vsyscall definitions to timekeeper_internal.h
John Stultz
2012-09-24
time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes
John Stultz