index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timekeeping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
clocksource: Make negative motion detection more robust
Thomas Gleixner
1
-2
/
+4
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-321
/
+211
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+7
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
1
-5
/
+7
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
1
-105
/
+3
2024-10-25
timekeeping: Merge timekeeping_update_staged() and timekeeping_update()
Anna-Maria Behnsen
1
-17
/
+14
2024-10-25
timekeeping: Remove TK_MIRROR timekeeping_update() action
Anna-Maria Behnsen
1
-9
/
+1
2024-10-25
timekeeping: Rework do_adjtimex() to use shadow_timekeeper
Anna-Maria Behnsen
1
-16
/
+25
2024-10-25
timekeeping: Rework timekeeping_suspend() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_resume() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-15
/
+7
2024-10-25
timekeeping: Rework timekeeping_init() to use shadow_timekeeper
Anna-Maria Behnsen
1
-9
/
+7
2024-10-25
timekeeping: Rework change_clocksource() to use shadow_timekeeper
Anna-Maria Behnsen
1
-11
/
+7
2024-10-25
timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeper
Anna-Maria Behnsen
1
-25
/
+16
2024-10-25
timekeeping: Rework do_settimeofday64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-26
/
+16
2024-10-25
timekeeping: Provide timekeeping_restore_shadow()
Thomas Gleixner
1
-1
/
+10
2024-10-25
timekeeping: Introduce combined timekeeping action flag
Anna-Maria Behnsen
1
-4
/
+6
2024-10-25
timekeeping: Split out timekeeper update of timekeeping_advanced()
Anna-Maria Behnsen
1
-16
/
+27
2024-10-25
timekeeping: Add struct tk_data as argument to timekeeping_update()
Anna-Maria Behnsen
1
-12
/
+13
2024-10-25
timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusable
Anna-Maria Behnsen
1
-2
/
+7
2024-10-25
timekeeping: Define a struct type for tk_core to make it reusable
Anna-Maria Behnsen
1
-2
/
+4
2024-10-25
timekeeping: Move timekeeper_lock into tk_core
Anna-Maria Behnsen
1
-43
/
+29
2024-10-25
timekeeping: Encapsulate locking/unlocking of timekeeper_lock
Thomas Gleixner
1
-1
/
+14
2024-10-25
timekeeping: Move shadow_timekeeper into tk_core
Thomas Gleixner
1
-4
/
+3
2024-10-25
timekeeping: Simplify code in timekeeping_advance()
Thomas Gleixner
1
-10
/
+6
2024-10-25
timekeeping: Abort clocksource change in case of failure
Thomas Gleixner
1
-18
/
+13
2024-10-25
timekeeping: Avoid duplicate leap state update
Anna-Maria Behnsen
1
-1
/
+2
2024-10-25
timekeeping: Don't stop time readers across hard_pps() update
Thomas Gleixner
1
-4
/
+0
2024-10-25
timekeeping: Read NTP tick length only once
Thomas Gleixner
1
-2
/
+3
2024-10-10
timekeeping: Add percpu counter for tracking floor swap events
Jeff Layton
1
-0
/
+1
2024-10-10
timekeeping: Add interfaces for handling timestamps with a floor value
Jeff Layton
1
-0
/
+104
2024-10-06
Merge branch 'timers/vfs' into timers/core
Thomas Gleixner
1
-0
/
+105
2024-10-06
timekeeping: Add percpu counter for tracking floor swap events
Jeff Layton
1
-0
/
+1
2024-10-06
timekeeping: Add interfaces for handling timestamps with a floor value
Jeff Layton
1
-0
/
+104
2024-10-02
timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systems
Jeff Layton
1
-3
/
+13
2024-10-02
timekeeping: Add the boot clock to system time snapshot
Vincent Donnefort
1
-0
/
+4
2024-09-10
ntp: Make sure RTC is synchronized when time goes backwards
Benjamin ROBIN
1
-1
/
+3
2024-08-05
timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
Thomas Gleixner
1
-1
/
+1
2024-06-23
timekeeping: Add missing kernel-doc function comments
Yang Li
1
-0
/
+3
2024-06-03
timekeeping: Add function to convert realtime to base clock
Lakshmi Sowjanya D
1
-0
/
+86
2024-06-03
timekeeping: Provide infrastructure for converting to/from a base clock
Lakshmi Sowjanya D
1
-1
/
+41
2024-04-08
timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
Adrian Hunter
1
-18
/
+13
2024-04-08
timekeeping: Make delta calculation overflow safe
Adrian Hunter
1
-11
/
+29
2024-04-08
timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
Adrian Hunter
1
-1
/
+11
2024-04-08
timekeeping: Fold in timekeeping_delta_to_ns()
Adrian Hunter
1
-12
/
+1
2024-04-08
timekeeping: Consolidate timekeeping helpers
Adrian Hunter
1
-6
/
+8
2024-04-08
timekeeping: Refactor timekeeping helpers
Adrian Hunter
1
-14
/
+6
2024-04-08
timekeeping: Reuse timekeeping_cycles_to_ns()
Adrian Hunter
1
-4
/
+1
2024-04-08
timekeeping: Tidy timekeeping_cycles_to_ns() slightly
Adrian Hunter
1
-3
/
+2
2024-04-08
timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
Adrian Hunter
1
-3
/
+3
[next]