index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-02
timekeeping: Always check for negative motion
Thomas Gleixner
2
-12
/
+0
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
1
-105
/
+3
2024-10-31
timers: Add missing READ_ONCE() in __run_timer_base()
Thomas Gleixner
1
-1
/
+2
2024-10-31
tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYING
Frederic Weisbecker
1
-19
/
+6
2024-10-31
clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-21
/
+12
2024-10-31
clockevents: Improve clockevents_notify_released() comment
Frederic Weisbecker
1
-2
/
+10
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
4
-17
/
+28
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
3
-9
/
+9
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
1
-4
/
+5
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
1
-1
/
+2
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
1
-14
/
+1
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2
-3
/
+34
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
1
-1
/
+1
2024-10-25
time: Partially revert cleanup on msecs_to_jiffies() documentation
Miguel Ojeda
1
-1
/
+1
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
3
-5
/
+18
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-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+3
2024-10-24
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
1
-8
/
+1
2024-10-23
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
1
-3
/
+3
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2024-10-16
timers: Add a warning to usleep_range_state() for wrong order of arguments
Anna-Maria Behnsen
1
-0
/
+3
2024-10-16
timers: Update function descriptions of sleep/delay related functions
Anna-Maria Behnsen
1
-6
/
+47
2024-10-16
timers: Update schedule_[hr]timeout*() related function descriptions
Anna-Maria Behnsen
1
-25
/
+41
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
4
-313
/
+318
2024-10-16
time: Remove '%' from numeric constant in kernel-doc comment
Wang Jinchao
1
-8
/
+8
2024-10-15
vdso: Remove timekeeper argument of __arch_update_vsyscall()
Thomas Weißschuh
1
-1
/
+1
2024-10-14
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-0
/
+6
[prev]
[next]