summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-1238-624/+621
|\ \
| | * posix-clock: Fix return code on the poll method's error pathRichard Cochran2015-12-291-2/+2
| * | clocksource/drivers/acpi_pm: Convert to pr_* macrosAndy Shevchenko2015-12-291-17/+10
| * | clocksource: Make clocksource validation work for all clocksourcesYang Yingliang2015-12-191-1/+5
| * | Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-12-199-28/+121
| |\ \
| | * | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-171-4/+27
| | * | ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2015-12-172-8/+10
| | * | ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao2015-12-171-4/+6
| | * | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-172-0/+15
| | * | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-113-3/+35
| | * | ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin2015-12-111-3/+5
| | * | selftests/timers: fix write return value handlngAndrzej Hajda2015-12-111-1/+1
| | * | clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-071-2/+2
| | * | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-071-2/+1
| | * | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao2015-12-041-0/+17
| | * | MAINTAINERS: Add entry for kernel/time/alarmtimer.cJohn Stultz2015-11-251-1/+2
| * | | clocksource/drivers/h8300: Use ioread / iowriteYoshinori Sato2015-12-163-43/+50
| * | | clocksource/drivers/h8300: Initializer cleanup.Yoshinori Sato2015-12-161-9/+6
| * | | clocksource/drivers/h8300: Simplify delta handlingYoshinori Sato2015-12-161-34/+6
| * | | clocksource/drivers/h8300: Fix timer not overflow caseYoshinori Sato2015-12-161-2/+4
| * | | clocksource/drivers/h8300: Change to overflow interruptYoshinori Sato2015-12-161-7/+7
| * | | clocksource/drivers/lpc32: Correct pr_err() output formatVladimir Zapolskiy2015-12-161-2/+2
| * | | clocksource/drivers/arm_global_timer: Fix suspend resumeGrygorii Strashko2015-12-161-0/+11
| * | | clocksource/drivers/pistachio: Fix wrong calculated clocksource read valueJisheng Zhang2015-12-161-1/+1
| * | | clockevents/drivers/arm_global_timer: Use writel_relaxed in gt_compare_setJisheng Zhang2015-12-161-5/+5
| * | | clocksource/drivers/dw_apb_timer: Inline apbt_readl and apbt_writelJisheng Zhang2015-12-151-3/+3
| * | | clocksource/drivers/dw_apb_timer: Use {readl|writel}_relaxed in critical pathJisheng Zhang2015-12-151-6/+18
| * | | clocksource/drivers/dw_apb_timer: Fix apbt_readl return typesJisheng Zhang2015-12-151-10/+10
| * | | clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_initDaniel Lezcano2015-12-152-15/+4
| * | | clocksource/drivers/h8300: Increase the compilation test coverageDaniel Lezcano2015-12-151-3/+14
| * | | h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]Daniel Lezcano2015-12-156-69/+76
| * | | clocksource/drivers/h8300_timer8: Separate the Kconfig option from the archDaniel Lezcano2015-12-153-1/+5
| * | | clocksource/drivers/timer_sun5i: Replace code by clocksource_mmio_initDaniel Lezcano2015-12-151-14/+2
| * | | clocksource/drivers/h8300_timer16: Remove pointless lockDaniel Lezcano2015-12-151-5/+1
| * | | clocksource/drivers/h8300_timer16: Fix irq return value checkDaniel Lezcano2015-12-151-1/+1
| * | | clocksource/drivers/h8300_timer16: Remove unused fields in timer16_privDaniel Lezcano2015-12-151-2/+0
| * | | clocksource/drivers/h8300_timer16: Remove unused macrosDaniel Lezcano2015-12-151-18/+0
| * | | clocksource/drivers/h8300_timer16: Remove pointless headersDaniel Lezcano2015-12-151-10/+0
| * | | clocksource/drivers/h8300_timer8: Retrieve the clock rate at init timeDaniel Lezcano2015-12-151-12/+14
| * | | clocksource/drivers/h8300_timer8: Remove irq and lock legacy codeDaniel Lezcano2015-12-151-16/+0
| * | | clocksource/drivers/h8300_timer8: Remove pointless irq re-entrant safe codeDaniel Lezcano2015-12-151-9/+6
| * | | clocksource/drivers/h8300_timer8: Fix irq return value checkDaniel Lezcano2015-12-151-1/+1
| * | | clocksource/drivers/h8300_timer8: Remove PERIODIC and ONESHOT macroDaniel Lezcano2015-12-151-7/+4
| * | | clocksource/drivers/h8300_timer8: Remove unused macrosDaniel Lezcano2015-12-151-4/+0
| * | | clocksource/drivers/h8300_timer8: Remove unused headersDaniel Lezcano2015-12-151-5/+0
| * | | clocksource/drivers/h8300_tpu: Remove pointless headers for TPUDaniel Lezcano2015-12-151-5/+0
| * | | clocksource/drivers/h8300_tpu: Remove unused macrosDaniel Lezcano2015-12-151-10/+3
| * | | clocksource/drivers/h8300_timer8: Fix compilation error with dev_warnDaniel Lezcano2015-12-151-1/+1
| * | | clocksource/drivers/h8300: Cleanup startup and remove module code.Yoshinori Sato2015-12-153-264/+144
| * | | clocksource/drivers/dw_apb_timer_of: Implement ARM delay timerJisheng Zhang2015-12-151-0/+16