aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAge
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-08
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* | ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva2019-05-24
|/
* ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-17
* ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-03-22
* ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-24
* ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2018-11-09
* ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter2018-08-27
* ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva2018-08-01
* ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-27
* ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai2018-07-26
* sound: Use octal not symbolic permissionsJoe Perches2018-05-28
* 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