summaryrefslogtreecommitdiff
path: root/sound/core/oss
Commit message (Expand)AuthorAge
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-07
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-02
|\
| * ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-03-27
| * ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-03-23
| * ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-03-23
* | ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-03-27
|/
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-11
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-27
* | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-01-09
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-09
|\ \
| * | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-08
| * | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-08
| * | ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-04
| * | ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-02
| |/
* | ALSA: pcm: Set config update bits only when really changedTakashi Iwai2018-01-02
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-06
|\
| * ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-16
| * ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-02
| * ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-02
| * ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann2017-05-18
| * ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-17
| * ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-17
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick2016-11-12
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-01
* ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2015-12-20
* ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-03
* ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter2015-10-15
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-27
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-10
* ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen2014-12-30
* ALSA: oss: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-12
* ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang2012-11-14
* ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang2012-11-14
* ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-08
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-30
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* ALSA: fix possible memory leak in snd_mixer_oss_build_input()Wei Yongjun2012-09-03
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-19
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-31
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-31
* ALSA: oss-mixer - use strlcpy() instead strcpy()Dan Carpenter2011-10-04
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-26
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-14
* ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl2011-01-10