summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner3-120/+58
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2-40/+30
2015-06-19timer: Remove FIFO "guarantee"Thomas Gleixner1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner1-24/+16
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2-48/+107
2015-06-19seqcount: Introduce raw_write_seqcount_barrier()Peter Zijlstra1-0/+41
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra2-11/+11
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra1-10/+13
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2-10/+3
2015-06-18selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz1-11/+12
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz1-1/+2
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar1-2/+2
2015-06-12selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz1-4/+72
2015-06-12ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz1-0/+18
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz5-8/+61
2015-06-12ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz1-2/+3
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz1-4/+8
2015-06-10clocksource: Use current logging styleJoe Perches1-12/+12
2015-06-10time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire1-1/+29
2015-06-10time: Refactor usecs_to_jiffiesNicholas Mc Guire2-11/+29
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov1-1/+1
2015-06-02Merge branch 'clockevents/4.2' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner10-78/+632
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner2-9/+9
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner2-6/+7
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner5-24/+35
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar4-17/+17
2015-06-02clockevents: Add helpers to check the state of a clockevent deviceViresh Kumar1-0/+26
2015-06-02clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin1-2/+2
2015-06-02clockevents/drivers: Add STM32 Timer driverMaxime Coquelin3-0/+190
2015-06-02dt-bindings: Document the STM32 timer bindingsMaxime Coquelin1-0/+22
2015-06-02clocksource/drivers/armv7m_systick: Add ARM System timer driverMaxime Coquelin3-0/+87
2015-06-02dt-bindings: Document the ARM System timer bindingsMaxime Coquelin1-0/+26
2015-06-02doc: dt: Add documentation for lpc3220-timerJoachim Eastwood1-0/+26
2015-06-02clocksource/drivers/lpc32xx: Add the lpc32xx timer driverJoachim Eastwood3-0/+278
2015-06-02clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski1-12/+0
2015-06-02clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski1-1/+1
2015-06-02clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski1-6/+2
2015-06-02clocksource/drivers/qcom: Remove dead codeStephen Boyd1-59/+0
2015-05-27clockevents: Do not suspend/resume if unusedAlexandre Belloni1-2/+2
2015-05-22time: Remove read_boot_clock()Xunlei Pang2-12/+3
2015-05-22s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang3-10/+12
2015-05-22time: Include math64.h in time64.hXunlei Pang1-0/+1
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2-5/+10
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz2-22/+26
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer2-0/+18
2015-05-22time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin1-0/+4
2015-05-19jiffies: Remove the extra indentation levelThomas Gleixner1-8/+7
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar3-4/+22
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar3-2/+25
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner3182-65651/+108603