summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Convert timers to use timer_setup()Kees Cook2017-10-268-31/+28Star
* ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.cTakashi Iwai2017-10-251-2/+2
* ALSA: sb: Convert timers to use timer_setup()Kees Cook2017-10-252-9/+8Star
* ALSA: wavefront: Convert timers to use timer_setup()Kees Cook2017-10-242-5/+6
* ALSA: emux: Convert timers to use timer_setup()Kees Cook2017-10-243-4/+4
* ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-248-24/+19Star
* Merge branch 'topic/card-disconnect' into for-nextTakashi Iwai2017-10-243-8/+46
|\
| * ALSA: pcm: Forcibly stop at disconnect callbackTakashi Iwai2017-10-181-0/+4
| * ALSA: pcm: Don't call register and disconnect callbacks for internal PCMTakashi Iwai2017-10-181-8/+8
| * ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-112-0/+34
* | ALSA: hda: Abort capability probe on invalid capabilityRakesh Ughreja2017-10-241-1/+2
* | ALSA: hda: Avoid racy recreation of widget kobjectsTakashi Iwai2017-10-195-36/+61
* | ALSA: hda - Add model string for Intel reference board quirkTakashi Iwai2017-10-182-0/+3
* | ALSA: emu10k1: remove redundant assignment to tmpColin Ian King2017-10-171-1/+0Star
* | ALSA: au88x0: remove redundant assignment of variable iColin Ian King2017-10-171-1/+1
* | ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-177-39/+35Star
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-177-14/+40
|\ \
| * | ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai2017-10-111-3/+9
| * | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
| * | ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2017-10-102-2/+12
| * | ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4
| * | ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai2017-10-091-1/+2
| * | ALSA: line6: Fix missing initialization before error pathTakashi Iwai2017-10-091-2/+3
* | | ALSA: 6fire: remove unused variable cardColin Ian King2017-10-161-2/+0Star
* | | ALSA: asihpi: clean up a couple of build warningsColin Ian King2017-10-161-3/+0Star
* | | ALSA: emux: remove unused redundant variable p2Colin Ian King2017-10-161-2/+0Star
* | | ALSA: ens137x: remove redundant variable resultColin Ian King2017-10-161-2/+1Star
* | | ALSA: pcm: remove redundant variable runtimeColin Ian King2017-10-161-2/+0Star
* | | ALSA: hda - silence uninitialized variable warning in activate_amp_in()Dan Carpenter2017-10-131-0/+2
* | | ALSA: hda/ca0132 - use ARRAY_SIZEJérémy Lefaure2017-10-131-5/+3Star
* | | Merge branch 'topic/usb-ep-check-v2' into for-nextTakashi Iwai2017-10-1111-28/+129
|\ \ \
| * | | ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai2017-10-112-14/+26
| * | | ALSA: caiaq: Add yet more sanity checks for invalid EPsTakashi Iwai2017-10-111-0/+9
| * | | ALSA: hiface: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-2/+7
| * | | ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai2017-10-112-0/+8
| * | | ALSA: usb-audio: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-8/+30
| * | | ALSA: line6: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| * | | ALSA: caiaq: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| * | | ALSA: bcd2000: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| * | | usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2017-10-112-4/+28
| | |/ | |/|
* | | ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai2017-10-101-0/+4
* | | ALSA: usb-audio: Apply vendor ID matching for sample rate quirkTakashi Iwai2017-10-091-15/+9Star
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-09422-2535/+4089
|\ \ \ | | |/ | |/|
| * | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-092-8/+20
| * | ALSA: usb-audio: Add sample rate quirk for Plantronics P610Kai-Heng Feng2017-10-091-0/+1
| |/
| * Linux 4.14-rc4Linus Torvalds2017-10-091-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-078-31/+36
| |\
| | * scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly2017-10-031-1/+1
| | * scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-032-17/+0Star
| | * scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov2017-10-031-4/+4