index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
selftests: timers: Add leap-second timer edge testing to leap-a-day.c
John Stultz
2015-06-12
1
-4
/
+72
|
*
|
|
|
|
|
|
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
2015-06-12
1
-0
/
+18
|
*
|
|
|
|
|
|
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
5
-8
/
+61
|
*
|
|
|
|
|
|
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
2015-06-12
1
-2
/
+3
|
*
|
|
|
|
|
|
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
2015-06-12
1
-4
/
+8
|
*
|
|
|
|
|
|
clocksource: Use current logging style
Joe Perches
2015-06-10
1
-12
/
+12
|
*
|
|
|
|
|
|
time: Allow gcc to fold usecs_to_jiffies(constant)
Nicholas Mc Guire
2015-06-10
1
-1
/
+29
|
*
|
|
|
|
|
|
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
2015-06-10
2
-11
/
+29
|
*
|
|
|
|
|
|
hrtimers: Make sure hrtimer_resolution is unsigned int
Borislav Petkov
2015-06-08
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge branch 'clockevents/4.2' of http://git.linaro.org/people/daniel.lezcano...
Thomas Gleixner
2015-06-02
10
-78
/
+632
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robot
Maxime Coquelin
2015-06-02
1
-2
/
+2
|
|
*
|
|
|
|
|
|
clockevents/drivers: Add STM32 Timer driver
Maxime Coquelin
2015-06-02
3
-0
/
+190
|
|
*
|
|
|
|
|
|
dt-bindings: Document the STM32 timer bindings
Maxime Coquelin
2015-06-02
1
-0
/
+22
|
|
*
|
|
|
|
|
|
clocksource/drivers/armv7m_systick: Add ARM System timer driver
Maxime Coquelin
2015-06-02
3
-0
/
+87
|
|
*
|
|
|
|
|
|
dt-bindings: Document the ARM System timer bindings
Maxime Coquelin
2015-06-02
1
-0
/
+26
|
|
*
|
|
|
|
|
|
doc: dt: Add documentation for lpc3220-timer
Joachim Eastwood
2015-06-02
1
-0
/
+26
|
|
*
|
|
|
|
|
|
clocksource/drivers/lpc32xx: Add the lpc32xx timer driver
Joachim Eastwood
2015-06-02
3
-0
/
+278
|
|
*
|
|
|
|
|
|
clocksource/drivers/exynos_mct: Remove old platform mct_init()
Krzysztof Kozlowski
2015-06-02
1
-12
/
+0
|
|
*
|
|
|
|
|
|
clocksource/drivers/exynos_mct: Staticize struct clocksource
Krzysztof Kozlowski
2015-06-02
1
-1
/
+1
|
|
*
|
|
|
|
|
|
clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...
Krzysztof Kozlowski
2015-06-02
1
-6
/
+2
|
|
*
|
|
|
|
|
|
clocksource/drivers/qcom: Remove dead code
Stephen Boyd
2015-06-02
1
-59
/
+0
|
*
|
|
|
|
|
|
|
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
2
-9
/
+9
|
*
|
|
|
|
|
|
|
clockevents: Use set/get state helper functions
Thomas Gleixner
2015-06-02
2
-6
/
+7
|
*
|
|
|
|
|
|
|
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
5
-24
/
+35
|
*
|
|
|
|
|
|
|
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
4
-17
/
+17
|
*
|
|
|
|
|
|
|
clockevents: Add helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
1
-0
/
+26
|
|
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
clockevents: Do not suspend/resume if unused
Alexandre Belloni
2015-05-27
1
-2
/
+2
|
*
|
|
|
|
|
|
time: Remove read_boot_clock()
Xunlei Pang
2015-05-22
2
-12
/
+3
|
*
|
|
|
|
|
|
s390: time: Provide read_boot_clock64() and read_persistent_clock64()
Xunlei Pang
2015-05-22
3
-10
/
+12
|
*
|
|
|
|
|
|
time: Include math64.h in time64.h
Xunlei Pang
2015-05-22
1
-0
/
+1
|
*
|
|
|
|
|
|
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-22
2
-5
/
+10
|
*
|
|
|
|
|
|
time: Rework debugging variables so they aren't global
John Stultz
2015-05-22
2
-22
/
+26
|
*
|
|
|
|
|
|
timekeeping: Provide new API to get the current time resolution
Harald Geyer
2015-05-22
2
-0
/
+18
|
*
|
|
|
|
|
|
time: Make sure tz_minuteswest is set to a valid value when setting time
Sasha Levin
2015-05-22
1
-0
/
+4
|
*
|
|
|
|
|
|
jiffies: Remove the extra indentation level
Thomas Gleixner
2015-05-19
1
-8
/
+7
|
*
|
|
|
|
|
|
clockevents: Stop unused clockevent devices
Viresh Kumar
2015-05-19
3
-4
/
+22
|
*
|
|
|
|
|
|
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
2015-05-19
3
-2
/
+25
|
*
|
|
|
|
|
|
Merge branch 'linus' into timers/core
Thomas Gleixner
2015-05-19
3182
-65651
/
+108603
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
time: Allow gcc to fold constants when possible
Nicholas Mc Guire
2015-05-19
1
-3
/
+15
|
*
|
|
|
|
|
|
|
time: Refactor msecs_to_jiffies
Nicholas Mc Guire
2015-05-19
2
-41
/
+82
|
*
|
|
|
|
|
|
|
time: Move timeconst.h into include/generated
Nicholas Mc Guire
2015-05-19
4
-25
/
+31
|
*
|
|
|
|
|
|
|
sched,perf: Fix periodic timers
Peter Zijlstra
2015-05-18
6
-33
/
+42
|
*
|
|
|
|
|
|
|
ALSA: drivers: pcsp: Fix printout of resolution
Thomas Gleixner
2015-05-12
1
-2
/
+2
|
*
|
|
|
|
|
|
|
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
2015-05-07
1
-6
/
+3
|
*
|
|
|
|
|
|
|
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...
Andreas Sandberg
2015-05-05
1
-3
/
+7
|
*
|
|
|
|
|
|
|
timer: Use timer->base for flag checks
Joonwoo Park
2015-05-05
1
-1
/
+1
|
*
|
|
|
|
|
|
|
clocksource: sun5i: Fix of_io_request_and_map error check
Maxime Ripard
2015-05-05
1
-1
/
+1
|
*
|
|
|
|
|
|
|
clocksource: integrator: Fix of_io_request_and_map error check
Maxime Ripard
2015-05-05
1
-1
/
+1
|
*
|
|
|
|
|
|
|
clocksource: asm9260: Fix of_io_request_and_map error check
Maxime Ripard
2015-05-05
1
-1
/
+1
|
*
|
|
|
|
|
|
|
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
2015-05-05
1
-4
/
+4
[prev]
[next]