summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | clocksource/drivers/mxs: Convert init function to return errorDaniel Lezcano2016-06-281-8/+18
| | * | | | clocksource/drivers/mps2-timer: Convert init function to return errorDaniel Lezcano2016-06-281-4/+6
| | * | | | clocksource/drivers/moxart: Convert init function to return errorDaniel Lezcano2016-06-281-14/+27
| | * | | | clocksource/drivers/mips-gic-timer: Convert init function to return errorDaniel Lezcano2016-06-281-9/+17
| | * | | | clocksource/drivers/meson6_timer.c: Convert init function to return errorDaniel Lezcano2016-06-281-7/+14
| | * | | | clocksource/drivers/h8300_tpu: Convert init function to return errorDaniel Lezcano2016-06-281-6/+6
| | * | | | clocksource/drivers/h8300_timer8: Convert init function to return errorDaniel Lezcano2016-06-281-5/+8
| | * | | | clocksource/drivers/h8300_timer16: Convert init function to return errorDaniel Lezcano2016-06-281-4/+8
| | * | | | clocksource/drivers/arm_global_timer: Convert init function to return errorDaniel Lezcano2016-06-281-10/+18
| | * | | | clocksource/drivers/arm_arch_timer: Convert init function to return errorDaniel Lezcano2016-06-281-19/+33
| | * | | | clocksource/drivers/fsl_ftm_timer: Convert init function to return errorDaniel Lezcano2016-06-281-8/+14
| | * | | | clocksource/drivers/clksrc-dbx500: Convert init function to return errorDaniel Lezcano2016-06-281-3/+3
| | * | | | clocksource/drivers/bcm_kona: Convert init function to return errorDaniel Lezcano2016-06-281-9/+6
| | * | | | clocksource/drivers/bcm2835_timer: Convert init function to return errorDaniel Lezcano2016-06-281-13/+27
| | * | | | clocksource/drivers/armv7m_systick: Convert init function to return errorDaniel Lezcano2016-06-281-6/+12
| | * | | | clocksource/drivers/digicolor: Convert init function to return errorDaniel Lezcano2016-06-281-6/+10
| | * | | | clocksource/drivers/clps711x: Convert init function to return errorDaniel Lezcano2016-06-281-7/+5
| | * | | | clocksource/drivers/dw_apb_timer: Convert init function to return errorDaniel Lezcano2016-06-281-5/+7
| | * | | | clocksource/drivers/st_lpc: Convert init function to return errorDaniel Lezcano2016-06-281-9/+13
| | * | | | clocksource/drivers/cadence_ttc: Convert init function to return errorDaniel Lezcano2016-06-281-29/+47
| | * | | | clocksource/drivers/asm9260: Convert init function to return errorDaniel Lezcano2016-06-281-8/+16
| | * | | | clocksource/drivers/exynos_mct: Convert init function to return errorDaniel Lezcano2016-06-281-12/+24
| | * | | | clocksource/drivers/mtk_timer: Convert init function to return errorDaniel Lezcano2016-06-281-4/+6
| | * | | | clocksource/drivers/rockchip_timer: Convert init function to return errorDaniel Lezcano2016-06-281-14/+21
| | * | | | clocksource/drivers/clksrc-probe: Introduce init functions with return codeDaniel Lezcano2016-06-283-0/+27
| | * | | | of: Add a new macro to declare_of for one parameter function returning a valueDaniel Lezcano2016-06-281-0/+3
| | * | | | dt-bindings: clocksource: Add Oxford Semiconductor RPS Timer bindingsNeil Armstrong2016-06-281-0/+17
| | * | | | clocksource/drivers/oxnas-rps: Add Oxford Semiconductor RPS Dual TimerNeil Armstrong2016-06-283-0/+299
| | * | | | arm64: dts: rockchip: Add rktimer device node for rk3399Huang Tao2016-06-281-0/+8
| | * | | | clocksource/drivers/rockchip: Add support for the rk3399 SoCHuang, Tao2016-06-281-5/+26
| | * | | | clocksource/drivers/rockchip: Add the dynamic irq flag to the timerHuang, Tao2016-06-281-2/+3
| | * | | | dt-bindings: Document rk3399 rk-timer bindingsHuang Tao2016-06-281-2/+4
| | * | | | clocksource/drivers/samsung_pwm: Fix typo in KconfigAlexandre Belloni2016-06-281-1/+1
| | * | | | clocksource/drivers/samsung_pwm_timer: Fix endian accessorsMatthew Leach2016-06-281-8/+8
| | * | | | clocksource/drivers/digicolor: Fix warning of non-static functionBen Dooks2016-06-281-1/+1
| | * | | | clocksource/drivers/armada-370-xp: Make syscore_ops staticBen Dooks2016-06-281-1/+1
| * | | | | Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-071011-6411/+10251
| |\ \ \ \ \
| | * | | | | timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
| | * | | | | timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| | * | | | | timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
| | * | | | | timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-073-21/+120
| | * | | | | timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1
| | * | | | | timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
| | * | | | | timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
| | * | | | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-078-38/+1
| | * | | | | timers: Switch to a non-cascading wheelThomas Gleixner2016-07-072-362/+469
| | * | | | | timers: Reduce the CPU index space to 256kThomas Gleixner2016-07-071-5/+5
| | * | | | | timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
| | * | | | | hlist: Add hlist_is_singular_node() helperThomas Gleixner2016-07-071-0/+10
| | * | | | | signals: Use hrtimer for sigtimedwait()Thomas Gleixner2016-07-071-14/+10