summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz2015-06-121-4/+72
| * | | | | | | ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz2015-06-121-0/+18
| * | | | | | | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-125-8/+61
| * | | | | | | ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz2015-06-121-2/+3
| * | | | | | | time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-121-4/+8
| * | | | | | | clocksource: Use current logging styleJoe Perches2015-06-101-12/+12
| * | | | | | | time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire2015-06-101-1/+29
| * | | | | | | time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-102-11/+29
| * | | | | | | hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov2015-06-081-1/+1
| * | | | | | | Merge branch 'clockevents/4.2' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2015-06-0210-78/+632
| |\ \ \ \ \ \ \
| | * | | | | | | clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin2015-06-021-2/+2
| | * | | | | | | clockevents/drivers: Add STM32 Timer driverMaxime Coquelin2015-06-023-0/+190
| | * | | | | | | dt-bindings: Document the STM32 timer bindingsMaxime Coquelin2015-06-021-0/+22
| | * | | | | | | clocksource/drivers/armv7m_systick: Add ARM System timer driverMaxime Coquelin2015-06-023-0/+87
| | * | | | | | | dt-bindings: Document the ARM System timer bindingsMaxime Coquelin2015-06-021-0/+26
| | * | | | | | | doc: dt: Add documentation for lpc3220-timerJoachim Eastwood2015-06-021-0/+26
| | * | | | | | | clocksource/drivers/lpc32xx: Add the lpc32xx timer driverJoachim Eastwood2015-06-023-0/+278
| | * | | | | | | clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski2015-06-021-12/+0
| | * | | | | | | clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski2015-06-021-1/+1
| | * | | | | | | clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski2015-06-021-6/+2
| | * | | | | | | clocksource/drivers/qcom: Remove dead codeStephen Boyd2015-06-021-59/+0
| * | | | | | | | clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-022-9/+9
| * | | | | | | | clockevents: Use set/get state helper functionsThomas Gleixner2015-06-022-6/+7
| * | | | | | | | clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-025-24/+35
| * | | | | | | | clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-024-17/+17
| * | | | | | | | clockevents: Add helpers to check the state of a clockevent deviceViresh Kumar2015-06-021-0/+26
| |/ / / / / / /
| * | | | | | | clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
| * | | | | | | time: Remove read_boot_clock()Xunlei Pang2015-05-222-12/+3
| * | | | | | | s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang2015-05-223-10/+12
| * | | | | | | time: Include math64.h in time64.hXunlei Pang2015-05-221-0/+1
| * | | | | | | tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-222-5/+10
| * | | | | | | time: Rework debugging variables so they aren't globalJohn Stultz2015-05-222-22/+26
| * | | | | | | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-222-0/+18
| * | | | | | | time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
| * | | | | | | jiffies: Remove the extra indentation levelThomas Gleixner2015-05-191-8/+7
| * | | | | | | clockevents: Stop unused clockevent devicesViresh Kumar2015-05-193-4/+22
| * | | | | | | clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-193-2/+25
| * | | | | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-193182-65651/+108603
| |\ \ \ \ \ \ \
| * | | | | | | | time: Allow gcc to fold constants when possibleNicholas Mc Guire2015-05-191-3/+15
| * | | | | | | | time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-192-41/+82
| * | | | | | | | time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-194-25/+31
| * | | | | | | | sched,perf: Fix periodic timersPeter Zijlstra2015-05-186-33/+42
| * | | | | | | | ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner2015-05-121-2/+2
| * | | | | | | | nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner2015-05-071-6/+3
| * | | | | | | | tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg2015-05-051-3/+7
| * | | | | | | | timer: Use timer->base for flag checksJoonwoo Park2015-05-051-1/+1
| * | | | | | | | clocksource: sun5i: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
| * | | | | | | | clocksource: integrator: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
| * | | | | | | | clocksource: asm9260: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
| * | | | | | | | tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy2015-05-051-4/+4
OpenPOWER on IntegriCloud