summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-01Merge branch 'clockevents/4.15' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-10-30time: Move old timekeeping interfaces to timekeeping32.hArnd Bergmann
2017-10-30time: Move time_t conversion helpers to time32.hArnd Bergmann
2017-10-30time: Move time_t based interfaces to time32.hArnd Bergmann
2017-10-30time: Remove unused functionsArnd Bergmann
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe
2017-10-29clocksource/drivers/timer-of: Add timer_of_exit functionBenjamin Gaignard
2017-10-29Merge tag 'timers-conversion-next' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner
2017-10-27scsi: smartpqi: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: libiscsi: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: libfc: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: isci: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: gdth: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: dc395x: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: bnx2i: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: be2iscsi: Convert timers to use timer_setup()Kees Cook
2017-10-27scsi: aic94xx: Convert timers to use timer_setup()Kees Cook
2017-10-20timer: Provide wrappers safe for use with LOCKDEPKees Cook
2017-10-19clocksource/drivers/mips-gic-timer: Add fastpath for local timer updatesMatt Redfearn
2017-10-19clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreMatt Redfearn
2017-10-19clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionMark Rutland
2017-10-19clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel
2017-10-19MAINTAINERS: Fix path and add bindings to timersDaniel Lezcano
2017-10-19clocksource: Improve GENERIC_CLOCKEVENTS dependencyArnd Bergmann
2017-10-19clocksource/drivers/rockchip: pr_err() strings should end with newlinesArvind Yadav
2017-10-19clocksource/drivers/owl: pr_err() strings should end with newlinesArvind Yadav
2017-10-19clocksource/drivers/fttmr010: pr_err() strings should end with newlinesArvind Yadav
2017-10-19clocksource/drivers/sh_cmt: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-10-19clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handlingGeert Uytterhoeven
2017-10-19clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecatedGeert Uytterhoeven
2017-10-19clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*"Geert Uytterhoeven
2017-10-19clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1Magnus Damm
2017-10-19clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT caseMagnus Damm
2017-10-19dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible valuesGeert Uytterhoeven
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Kees Cook
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan
2017-10-17libata: Convert timers to use timer_setup()Kees Cook
2017-10-17timer: Remove meaningless .data/.function assignmentsKees Cook
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook
2017-10-05kthread: Convert callback to use from_timer()Kees Cook