summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | 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
| |\ \ \ \
| | * | | | ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel2017-10-021-1/+4
| | * | | | ata_piix: Add Fujitsu-Siemens Lifebook S6120 to short cable IDsVille Syrjälä2017-09-191-0/+1
| | * | | | ata: avoid gcc-7 warning in ata_timing_quantizeArnd Bergmann2017-09-071-10/+10
| * | | | | Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-0333-145/+277
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'fixes-for-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-297-18/+101
| | |\ \ \ \ \