summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2016-03-09ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-19/+0
2016-03-09ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-03-09ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-03-09ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-03-09ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai1-1/+176
2016-03-09ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-03-04ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-03-04ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-03-04ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-03-04ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-03-04ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-03-04ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-15ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-15ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-15ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-15ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2-31/+84
2016-02-15ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-15ALSA: timer: Code cleanupTakashi Iwai1-17/+11
2016-02-15ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-15ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-15ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-15ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-15ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-02-15ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-02-15ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-01-31ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48
2016-01-31ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-31ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-01-31ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-01-31ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-01-31ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-01-31ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-01-31ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14
2016-01-31ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2016-01-31ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2015-08-10ALSA: pcm: Fix lockdep warning with nonatomic PCM opsTakashi Iwai1-1/+1
2015-07-21ALSA: pcm: Fix pcm_class sysfs outputTakashi Iwai1-3/+3
2015-05-19ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen1-1/+1
2015-04-16Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds30-778/+602
2015-04-13ALSA: ctl: fix to handle several elements added by one operation for userspac...Takashi Sakamoto1-5/+11
2015-04-12ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*Takashi Iwai1-1/+1
2015-04-12pcm: another weird API abuseAl Viro1-19/+20
2015-04-12Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-04-11ALSA: ctl: fill identical information to return value when adding userspace e...Takashi Sakamoto1-1/+21
2015-04-11ALSA: ctl: fix a bug to return no identical information in info operation for...Takashi Sakamoto1-0/+7
2015-04-11ALSA: ctl: confirm to return all identical information in 'activate' eventTakashi Sakamoto1-0/+2
2015-04-11ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto1-0/+1
2015-04-10ALSA: ctl: evaluate macro instead of numerical valueTakashi Sakamoto1-5/+8
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2-14/+34