index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS
Lukas Bulwahn
2023-06-18
1
-1
/
+1
*
posix-timers: Polish coding style in a few places
Thomas Gleixner
2023-06-18
1
-7
/
+7
*
posix-timers: Remove pointless comments
Thomas Gleixner
2023-06-18
1
-25
/
+0
*
posix-timers: Clarify posix_timer_fn() comments
Thomas Gleixner
2023-06-18
1
-30
/
+32
*
posix-timers: Clarify posix_timer_rearm() comment
Thomas Gleixner
2023-06-18
1
-9
/
+3
*
posix-timers: Comment SIGEV_THREAD_ID properly
Thomas Gleixner
2023-06-18
1
-5
/
+2
*
posix-timers: Add proper comments in do_timer_create()
Thomas Gleixner
2023-06-18
1
-9
/
+11
*
posix-timers: Document nanosleep() details
Thomas Gleixner
2023-06-18
1
-2
/
+7
*
posix-timers: Document sys_clock_settime() permissions in place
Thomas Gleixner
2023-06-18
1
-7
/
+4
*
posix-timers: Document sys_clock_getoverrun()
Thomas Gleixner
2023-06-18
1
-8
/
+17
*
posix-timers: Document common_clock_get() correctly
Thomas Gleixner
2023-06-18
1
-20
/
+30
*
posix-timers: Document sys_clock_getres() correctly
Thomas Gleixner
2023-06-18
1
-8
/
+73
*
posix-timers: Split release_posix_timers()
Thomas Gleixner
2023-06-18
1
-16
/
+15
*
posix-timers: Remove pointless irqsafe from hash_lock
Thomas Gleixner
2023-06-18
1
-3
/
+2
*
posix-timers: Set k_itimer:: It_signal to NULL on exit()
Thomas Gleixner
2023-06-18
1
-0
/
+8
*
posix-timers: Annotate concurrent access to k_itimer:: It_signal
Thomas Gleixner
2023-06-18
1
-7
/
+7
*
posix-timers: Add comments about timer lookup
Thomas Gleixner
2023-06-18
1
-7
/
+32
*
posix-timers: Cleanup comments about timer ID tracking
Thomas Gleixner
2023-06-18
1
-20
/
+8
*
posix-timers: Clarify timer_wait_running() comment
Thomas Gleixner
2023-06-18
1
-4
/
+12
*
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
2023-06-18
1
-13
/
+18
*
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
2023-06-18
1
-8
/
+35
*
tick/broadcast: Make broadcast device replacement work correctly
Thomas Gleixner
2023-05-08
1
-32
/
+88
*
Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-04-29
1
-2
/
+2
|
\
|
*
timekeeping: Fix references to nonexistent ktime_get_fast_ns()
Geert Uytterhoeven
2023-04-26
1
-2
/
+2
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-2
/
+1
|
\
\
|
*
|
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
2023-04-03
1
-2
/
+1
*
|
|
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-04-25
5
-112
/
+187
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2023-04-21
2
-14
/
+71
|
*
|
timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()
Frederic Weisbecker
2023-04-18
1
-12
/
+8
|
*
|
timers/nohz: Add a comment about broken iowait counter update race
Frederic Weisbecker
2023-04-18
1
-2
/
+8
|
*
|
timers/nohz: Protect idle/iowait sleep time under seqcount
Frederic Weisbecker
2023-04-18
2
-6
/
+17
|
*
|
timers/nohz: Only ever update sleeptime from idle exit
Frederic Weisbecker
2023-04-18
1
-58
/
+37
|
*
|
timers/nohz: Restructure and reshuffle struct tick_sched
Frederic Weisbecker
2023-04-18
1
-25
/
+41
|
*
|
tick/common: Align tick period with the HZ tick.
Sebastian Andrzej Siewior
2023-04-18
1
-1
/
+11
|
|
/
*
|
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2023-04-05
1
-0
/
+5
*
|
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
2023-04-05
1
-3
/
+8
|
/
*
Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-02-21
7
-34
/
+81
|
\
|
*
Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...
Thomas Gleixner
2023-02-13
2
-22
/
+56
|
|
\
|
|
*
clocksource: Suspend the watchdog temporarily when high read latency detected
Feng Tang
2023-01-25
1
-13
/
+32
|
|
*
clocksource: Improve "skew is too large" messages
Paul E. McKenney
2023-01-05
1
-0
/
+8
|
|
*
clocksource: Improve read-back-delay message
Paul E. McKenney
2023-01-04
1
-2
/
+2
|
|
*
clocksource: Loosen clocksource watchdog constraints
Paul E. McKenney
2023-01-04
2
-7
/
+14
|
|
*
clocksource: Print clocksource name when clocksource is tested unstable
Yunying Sun
2023-01-04
1
-2
/
+2
|
*
|
time/debug: Fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-09
1
-1
/
+1
|
*
|
posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()
Uros Bizjak
2023-02-06
1
-7
/
+6
|
*
|
hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()
Davidlohr Bueso
2023-01-31
1
-3
/
+11
|
*
|
hrtimer: Rely on rt_task() for DL tasks too
Davidlohr Bueso
2023-01-31
1
-1
/
+1
|
*
|
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
2023-01-11
3
-0
/
+6
|
|
/
*
|
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-21
2
-18
/
+17
|
\
\
|
*
\
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-31
3
-10
/
+10
|
|
\
\
[next]