summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-3114-617/+687
|\
| * time: Move old timekeeping interfaces to timekeeping32.hArnd Bergmann2017-10-303-135/+154
| * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-303-51/+49
| * time: Move time_t based interfaces to time32.hArnd Bergmann2017-10-302-162/+177
| * time: Remove unused functionsArnd Bergmann2017-10-303-64/+0
| * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-306-126/+123
| * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-304-69/+196
* | Merge tag 'timers-conversion-next' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner2017-10-2922-106/+80
|\ \
| * | scsi: smartpqi: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+4
| * | scsi: libiscsi: Convert timers to use timer_setup()Kees Cook2017-10-271-10/+6
| * | scsi: libfc: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+10
| * | scsi: isci: Convert timers to use timer_setup()Kees Cook2017-10-275-18/+16
| * | scsi: gdth: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+2
| * | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-274-10/+11
| * | scsi: dc395x: Convert timers to use timer_setup()Kees Cook2017-10-271-8/+5
| * | scsi: bnx2i: Convert timers to use timer_setup()Kees Cook2017-10-273-14/+7
| * | scsi: be2iscsi: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+7
| * | scsi: aic94xx: Convert timers to use timer_setup()Kees Cook2017-10-274-15/+12
|/ /
* | timer: Provide wrappers safe for use with LOCKDEPKees Cook2017-10-201-0/+14
* | 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