summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/timer-of: Add timer_of_exit functionBenjamin Gaignard2017-10-292-0/+15
* clocksource/drivers/mips-gic-timer: Add fastpath for local timer updatesMatt Redfearn2017-10-191-2/+7
* clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreMatt Redfearn2017-10-191-3/+0
* clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionMark Rutland2017-10-191-2/+1
* clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel2017-10-191-17/+21
* MAINTAINERS: Fix path and add bindings to timersDaniel Lezcano2017-10-191-1/+2
* clocksource: Improve GENERIC_CLOCKEVENTS dependencyArnd Bergmann2017-10-191-41/+9
* clocksource/drivers/rockchip: pr_err() strings should end with newlinesArvind Yadav2017-10-191-1/+1
* clocksource/drivers/owl: pr_err() strings should end with newlinesArvind Yadav2017-10-191-2/+2
* clocksource/drivers/fttmr010: pr_err() strings should end with newlinesArvind Yadav2017-10-191-2/+2
* clocksource/drivers/sh_cmt: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-4/+2
* clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handlingGeert Uytterhoeven2017-10-191-17/+1
* clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecatedGeert Uytterhoeven2017-10-191-1/+5
* clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*"Geert Uytterhoeven2017-10-191-20/+0
* clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1Magnus Damm2017-10-191-11/+27
* clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT caseMagnus Damm2017-10-191-3/+11
* dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible valuesGeert Uytterhoeven2017-10-191-12/+12
* ahci: Convert timers to use timer_setup()Kees Cook2017-10-192-5/+7
* clockevents: Retry programming min delta up to 10 timesJames Hogan2017-10-191-8/+13
* timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
* workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-181-8/+6
* timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
* libata: Convert timers to use timer_setup()Kees Cook2017-10-173-6/+5
* timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-174-9/+2
* time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
* posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
* timer: Fix two mistakes in callback conversionsKees Cook2017-10-052-2/+1
* workqueue: Convert callback to use from_timer()Kees Cook2017-10-052-11/+11
* kthread: Convert callback to use from_timer()Kees Cook2017-10-052-11/+9
* timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook2017-10-053-5/+4
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-0547-54/+54
* timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook2017-10-052-5/+5
* timer: Remove unused static initializer macrosKees Cook2017-10-051-12/+0
* timer: Remove last user of TIMER_INITIALIZERKees Cook2017-10-052-8/+6
* timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-053-11/+9
* timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-056-40/+34
* timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook2017-10-052-7/+4
* timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-0511-57/+36
* timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook2017-10-052-8/+7
* timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-052-7/+27
* Merge branch 'linus' into timers/coreThomas Gleixner2017-10-05319-2078/+3489
|\
| * Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-6/+6
| |\
| | * Documentation: core-api: minor workqueue.rst cleanupsRandy Dunlap2017-09-191-6/+6
| * | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-0/+8
| |\ \
| | * | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
| * | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-3/+27
| |\ \ \
| | * | | percpu: fix iteration to prevent skipping over blockDennis Zhou2017-09-281-0/+4
| | * | | percpu: fix starting offset for chunk statistics traversalDennis Zhou2017-09-271-1/+1
| | * | | percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-09-261-2/+22
| * | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-11/+15
| |\ \ \ \