index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: Fix wheel index calculation on last level
Frederic Weisbecker
2020-07-22
1
-2
/
+2
*
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
2020-02-14
1
-2
/
+9
*
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
2020-02-14
1
-3
/
+5
*
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
2020-01-23
1
-5
/
+9
*
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
2020-01-04
1
-18
/
+13
*
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
2020-01-04
1
-4
/
+7
*
tick: broadcast-hrtimer: Fix a race in bc_set_next
Balasubramani Vivekanandan
2019-10-11
1
-28
/
+29
*
timer: Read jiffies once when forwarding base clk
Li RongQing
2019-10-11
1
-3
/
+5
*
alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
Thadeu Lima de Souza Cascardo
2019-10-05
1
-2
/
+2
*
timer_list: Guard procfs specific code
Nathan Huckleberry
2019-07-31
1
-17
/
+19
*
ntp: Limit TAI-UTC offset
Miroslav Lichvar
2019-07-31
1
-1
/
+3
*
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
2019-06-15
1
-1
/
+1
*
alarmtimer: Return correct remaining time
Andrei Vagin
2019-04-17
1
-1
/
+1
*
timekeeping: Use proper seqcount initializer
Bart Van Assche
2019-02-12
1
-1
/
+3
*
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
2019-01-31
1
-0
/
+1
*
posix-timers: Fix division by zero bug
Thomas Gleixner
2018-12-29
1
-4
/
+1
*
timer/debug: Change /proc/timer_list from 0444 to 0400
Ingo Molnar
2018-12-21
1
-1
/
+1
*
posix-timers: Sanitize overrun handling
Thomas Gleixner
2018-10-03
2
-12
/
+21
*
posix-timers: Make forward callback return s64
Thomas Gleixner
2018-10-03
3
-6
/
+6
*
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
2018-10-03
1
-1
/
+2
*
tick/nohz: Prevent bogus softirq pending warning
Thomas Gleixner
2018-09-29
1
-1
/
+1
*
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
2018-09-19
1
-13
/
+16
*
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
2018-08-09
1
-1
/
+1
*
clocksource: Initialize cs->wd_list
Peter Zijlstra
2018-07-22
1
-0
/
+2
*
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
2018-07-03
1
-2
/
+4
*
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
2018-05-22
1
-0
/
+8
*
tick/sched: Do not mess with an enqueued hrtimer
Thomas Gleixner
2018-05-01
1
-5
/
+6
*
alarmtimer: Init nanosleep alarm timer on stack
Thomas Gleixner
2018-04-26
1
-8
/
+26
*
posix-timers: Protect posix clock array access against speculation
Thomas Gleixner
2018-03-28
1
-3
/
+8
*
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
2018-03-08
1
-0
/
+6
*
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
2018-03-03
1
-1
/
+6
*
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
2018-01-31
1
-0
/
+3
*
timers: Unconditionally check deferrable base
Thomas Gleixner
2018-01-23
1
-1
/
+1
*
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
2018-01-02
1
-2
/
+17
*
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2018-01-02
1
-0
/
+15
*
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2018-01-02
1
-2
/
+2
*
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2018-01-02
1
-9
/
+7
*
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
2018-01-02
1
-0
/
+13
*
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
2017-12-20
1
-12
/
+17
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
11
-0
/
+11
*
drivers/pps: aesthetic tweaks to PPS-related content
Robert P. J. Day
2017-09-08
1
-1
/
+1
*
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-09-05
1
-2
/
+3
|
\
|
*
Merge branch 'pm-sleep'
Rafael J. Wysocki
2017-09-04
1
-2
/
+3
|
|
\
|
|
*
PM / timekeeping: Print debug messages when requested
Rafael J. Wysocki
2017-07-23
1
-2
/
+3
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-09-04
3
-11
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
alarmtimer: Ensure RTC module is not unloaded
Alexandre Belloni
2017-08-31
1
-0
/
+6
|
*
|
Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2017-08-20
2
-3
/
+10
|
|
\
\
|
|
*
|
alarmtimer: Fix unavailable wake-up source in sysfs
Geert Uytterhoeven
2017-08-17
1
-2
/
+9
|
|
*
|
timekeeping: Use proper timekeeper for debug code
Stafford Horne
2017-08-17
1
-1
/
+1
|
|
|
/
|
*
|
posix-cpu-timers: Use dedicated helper to access rlimit values
Krzysztof Opasiak
2017-08-18
1
-8
/
+6
[next]