summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-19clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreMatt Redfearn1-3/+0
2017-10-19clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionMark Rutland1-2/+1
2017-10-19clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel1-17/+21
2017-10-19MAINTAINERS: Fix path and add bindings to timersDaniel Lezcano1-1/+2
2017-10-19clocksource: Improve GENERIC_CLOCKEVENTS dependencyArnd Bergmann1-41/+9
2017-10-19clocksource/drivers/rockchip: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-19clocksource/drivers/owl: pr_err() strings should end with newlinesArvind Yadav1-2/+2
2017-10-19clocksource/drivers/fttmr010: pr_err() strings should end with newlinesArvind Yadav1-2/+2
2017-10-19clocksource/drivers/sh_cmt: Use of_device_get_match_data() helperGeert Uytterhoeven1-4/+2
2017-10-19clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handlingGeert Uytterhoeven1-17/+1
2017-10-19clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecatedGeert Uytterhoeven1-1/+5
2017-10-19clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*"Geert Uytterhoeven1-20/+0
2017-10-19clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1Magnus Damm1-11/+27
2017-10-19clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT caseMagnus Damm1-3/+11
2017-10-19dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible valuesGeert Uytterhoeven1-12/+12
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook2-5/+7
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan1-8/+13
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner1-3/+3
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Kees Cook1-8/+6
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan1-2/+5
2017-10-17libata: Convert timers to use timer_setup()Kees Cook3-6/+5
2017-10-17timer: Remove meaningless .data/.function assignmentsKees Cook4-9/+2
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann1-6/+6
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann1-12/+8
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook2-2/+1
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook2-11/+11
2017-10-05kthread: Convert callback to use from_timer()Kees Cook2-11/+9
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook3-5/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook47-54/+54
2017-10-05timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook2-5/+5
2017-10-05timer: Remove unused static initializer macrosKees Cook1-12/+0
2017-10-05timer: Remove last user of TIMER_INITIALIZERKees Cook2-8/+6
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook3-11/+9
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook6-40/+34
2017-10-05timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook2-7/+4
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook11-57/+36
2017-10-05timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook2-8/+7
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook2-7/+27
2017-10-05Merge branch 'linus' into timers/coreThomas Gleixner319-2078/+3489
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+27
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-11/+15
2017-10-03Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds33-145/+277
2017-10-03Merge tag 'tty-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-30/+46
2017-10-03Merge tag 'staging-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-51/+126
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-24/+58
2017-10-03Merge tag 'char-misc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-14/+39
2017-10-02ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel1-1/+4
2017-10-01Linux 4.14-rc3v4.14-rc3Linus Torvalds1-1/+1