index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Lines
2024-10-25
timekeeping: Avoid duplicate leap state update
Anna-Maria Behnsen
-1
/
+2
2024-10-25
timekeeping: Don't stop time readers across hard_pps() update
Thomas Gleixner
-4
/
+0
2024-10-25
timekeeping: Read NTP tick length only once
Thomas Gleixner
-2
/
+3
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-3
/
+3
2024-10-24
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
-8
/
+1
2024-10-23
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
-3
/
+3
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+6
2024-10-16
timers: Add a warning to usleep_range_state() for wrong order of arguments
Anna-Maria Behnsen
-0
/
+3
2024-10-16
timers: Update function descriptions of sleep/delay related functions
Anna-Maria Behnsen
-6
/
+47
2024-10-16
timers: Update schedule_[hr]timeout*() related function descriptions
Anna-Maria Behnsen
-25
/
+41
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
-313
/
+318
2024-10-16
time: Remove '%' from numeric constant in kernel-doc comment
Wang Jinchao
-8
/
+8
2024-10-15
vdso: Remove timekeeper argument of __arch_update_vsyscall()
Thomas Weißschuh
-1
/
+1
2024-10-14
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
-0
/
+3
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
-0
/
+6
2024-10-10
clocksource: Remove unused clocksource_change_rating
Dr. David Alan Gilbert
-30
/
+10
2024-10-10
timekeeping: Add percpu counter for tracking floor swap events
Jeff Layton
-0
/
+29
2024-10-10
timekeeping: Add interfaces for handling timestamps with a floor value
Jeff Layton
-0
/
+104
2024-10-06
Merge branch 'timers/vfs' into timers/core
Thomas Gleixner
-0
/
+133
2024-10-06
timekeeping: Add percpu counter for tracking floor swap events
Jeff Layton
-0
/
+29
2024-10-06
timekeeping: Add interfaces for handling timestamps with a floor value
Jeff Layton
-0
/
+104
2024-10-02
timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systems
Jeff Layton
-3
/
+13
2024-10-02
Merge branch 'timers/kvm' into timers/core
Thomas Gleixner
-0
/
+4
2024-10-02
timekeeping: Add the boot clock to system time snapshot
Vincent Donnefort
-0
/
+4
2024-10-02
ntp: Move pps monitors into ntp_data
Thomas Gleixner
-17
/
+16
2024-10-02
ntp: Move pps_freq/stabil into ntp_data
Thomas Gleixner
-15
/
+16
2024-10-02
ntp: Move pps_shift/intcnt into ntp_data
Thomas Gleixner
-26
/
+28
2024-10-02
ntp: Move pps_fbase into ntp_data
Thomas Gleixner
-7
/
+8
2024-10-02
ntp: Move pps_jitter into ntp_data
Thomas Gleixner
-6
/
+7
2024-10-02
ntp: Move pps_ft into ntp_data
Thomas Gleixner
-17
/
+19
2024-10-02
ntp: Move pps_valid into ntp_data
Thomas Gleixner
-5
/
+9
2024-10-02
ntp: Move ntp_next_leap_sec into ntp_data
Thomas Gleixner
-16
/
+16
2024-10-02
ntp: Move time_adj/ntp_tick_adj into ntp_data
Thomas Gleixner
-20
/
+19
2024-10-02
ntp: Move time_freq/reftime into ntp_data
Thomas Gleixner
-20
/
+18
2024-10-02
ntp: Move time_max/esterror into ntp_data
Thomas Gleixner
-22
/
+16
2024-10-02
ntp: Move time_offset/constant into ntp_data
Thomas Gleixner
-25
/
+24
2024-10-02
ntp: Move tick_stat* into ntp_data
Thomas Gleixner
-90
/
+85
2024-10-02
ntp: Move tick_length* into ntp_data
Thomas Gleixner
-16
/
+18
2024-10-02
ntp: Introduce struct ntp_data
Thomas Gleixner
-29
/
+36
2024-10-02
ntp: Read reference time only once
Thomas Gleixner
-5
/
+5
2024-10-02
ntp: Convert functions with only two states to bool
Thomas Gleixner
-17
/
+11
2024-10-02
ntp: Cleanup formatting of code
Anna-Maria Behnsen
-24
/
+13
2024-10-02
ntp: Clean up comments
Thomas Gleixner
-66
/
+78
2024-10-02
ntp: Make tick_usec static
Thomas Gleixner
-1
/
+4
2024-10-02
ntp: Remove unused tick_nsec
Thomas Gleixner
-6
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-194
/
+202
2024-09-17
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-09-17
Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-13
/
+32
[prev]
[next]