index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
3
-120
/
+58
2015-06-19
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2
-40
/
+30
2015-06-19
timer: Remove FIFO "guarantee"
Thomas Gleixner
1
-4
/
+2
2015-06-19
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
1
-24
/
+16
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2
-48
/
+107
2015-06-19
seqcount: Introduce raw_write_seqcount_barrier()
Peter Zijlstra
1
-0
/
+41
2015-06-19
seqcount: Rename write_seqcount_barrier()
Peter Zijlstra
2
-11
/
+11
2015-06-19
hrtimer: Fix hrtimer_is_queued() hole
Peter Zijlstra
1
-10
/
+13
2015-06-19
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
2
-10
/
+3
2015-06-18
selftest: Timers: Avoid signal deadlock in leap-a-day
John Stultz
1
-11
/
+12
2015-06-18
timekeeping: Copy the shadow-timekeeper over the real timekeeper last
John Stultz
1
-1
/
+2
2015-06-18
clockevents: Check state instead of mode in suspend/resume path
Viresh Kumar
1
-2
/
+2
2015-06-12
selftests: timers: Add leap-second timer edge testing to leap-a-day.c
John Stultz
1
-4
/
+72
2015-06-12
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
1
-0
/
+18
2015-06-12
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
5
-8
/
+61
2015-06-12
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
1
-2
/
+3
2015-06-12
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
1
-4
/
+8
2015-06-10
clocksource: Use current logging style
Joe Perches
1
-12
/
+12
2015-06-10
time: Allow gcc to fold usecs_to_jiffies(constant)
Nicholas Mc Guire
1
-1
/
+29
2015-06-10
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
2
-11
/
+29
2015-06-08
hrtimers: Make sure hrtimer_resolution is unsigned int
Borislav Petkov
1
-1
/
+1
2015-06-02
Merge branch 'clockevents/4.2' of http://git.linaro.org/people/daniel.lezcano...
Thomas Gleixner
10
-78
/
+632
2015-06-02
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2
-9
/
+9
2015-06-02
clockevents: Use set/get state helper functions
Thomas Gleixner
2
-6
/
+7
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
5
-24
/
+35
2015-06-02
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
4
-17
/
+17
2015-06-02
clockevents: Add helpers to check the state of a clockevent device
Viresh Kumar
1
-0
/
+26
2015-06-02
clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robot
Maxime Coquelin
1
-2
/
+2
2015-06-02
clockevents/drivers: Add STM32 Timer driver
Maxime Coquelin
3
-0
/
+190
2015-06-02
dt-bindings: Document the STM32 timer bindings
Maxime Coquelin
1
-0
/
+22
2015-06-02
clocksource/drivers/armv7m_systick: Add ARM System timer driver
Maxime Coquelin
3
-0
/
+87
2015-06-02
dt-bindings: Document the ARM System timer bindings
Maxime Coquelin
1
-0
/
+26
2015-06-02
doc: dt: Add documentation for lpc3220-timer
Joachim Eastwood
1
-0
/
+26
2015-06-02
clocksource/drivers/lpc32xx: Add the lpc32xx timer driver
Joachim Eastwood
3
-0
/
+278
2015-06-02
clocksource/drivers/exynos_mct: Remove old platform mct_init()
Krzysztof Kozlowski
1
-12
/
+0
2015-06-02
clocksource/drivers/exynos_mct: Staticize struct clocksource
Krzysztof Kozlowski
1
-1
/
+1
2015-06-02
clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...
Krzysztof Kozlowski
1
-6
/
+2
2015-06-02
clocksource/drivers/qcom: Remove dead code
Stephen Boyd
1
-59
/
+0
2015-05-27
clockevents: Do not suspend/resume if unused
Alexandre Belloni
1
-2
/
+2
2015-05-22
time: Remove read_boot_clock()
Xunlei Pang
2
-12
/
+3
2015-05-22
s390: time: Provide read_boot_clock64() and read_persistent_clock64()
Xunlei Pang
3
-10
/
+12
2015-05-22
time: Include math64.h in time64.h
Xunlei Pang
1
-0
/
+1
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2
-5
/
+10
2015-05-22
time: Rework debugging variables so they aren't global
John Stultz
2
-22
/
+26
2015-05-22
timekeeping: Provide new API to get the current time resolution
Harald Geyer
2
-0
/
+18
2015-05-22
time: Make sure tz_minuteswest is set to a valid value when setting time
Sasha Levin
1
-0
/
+4
2015-05-19
jiffies: Remove the extra indentation level
Thomas Gleixner
1
-8
/
+7
2015-05-19
clockevents: Stop unused clockevent devices
Viresh Kumar
3
-4
/
+22
2015-05-19
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
3
-2
/
+25
2015-05-19
Merge branch 'linus' into timers/core
Thomas Gleixner
3182
-65651
/
+108603
[next]