| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: seq: Set upper limit of processed events | Takashi Iwai | 2022-01-27 | 1 | -2/+12 |
* | ALSA: oss: fix compile error when OSS_DEBUG is enabled | Bixuan Cui | 2022-01-27 | 1 | -1/+1 |
* | ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls | Takashi Iwai | 2022-01-27 | 1 | -1/+5 |
* | ALSA: jack: Add missing rwsem around snd_ctl_remove() calls | Takashi Iwai | 2022-01-27 | 1 | -0/+3 |
* | ALSA: jack: Check the return value of kstrdup() | Xiaoke Wang | 2021-12-29 | 1 | -0/+4 |
* | ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() | Takashi Iwai | 2021-12-14 | 1 | -2/+9 |
* | ALSA: pcm: oss: Limit the period size to 16MB | Takashi Iwai | 2021-12-14 | 1 | -1/+1 |
* | ALSA: pcm: oss: Fix negative period/buffer sizes | Takashi Iwai | 2021-12-14 | 1 | -9/+15 |
* | ALSA: ctl: Fix copy of updated id with element read/write | Alan Young | 2021-12-14 | 1 | -0/+3 |
* | ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume | Pavel Skripkin | 2021-11-26 | 1 | -1/+1 |
* | ALSA: mixer: oss: Fix racy access to slots | Takashi Iwai | 2021-11-26 | 1 | -10/+33 |
* | ALSA: timer: Unconditionally unlink slave instances, too | Takashi Iwai | 2021-11-26 | 1 | -7/+6 |
* | ALSA: timer: Fix use-after-free problem | Wang Wensheng | 2021-11-26 | 1 | -2/+2 |
* | ALSA: seq: Fix a potential UAF by wrong private_free call order | Takashi Iwai | 2021-10-20 | 1 | -5/+3 |
* | ALSA: pcm: fix divide error in snd_pcm_lib_ioctl | Zubin Mithra | 2021-09-22 | 1 | -1/+1 |
* | ALSA: seq: Fix racy deletion of subscriber | Takashi Iwai | 2021-08-15 | 1 | -12/+27 |
* | ALSA: timer: Fix master timer notification | Takashi Iwai | 2021-06-10 | 1 | -1/+2 |
* | ALSA: core: remove redundant spin_lock pair in snd_card_disconnect | Jia Zhou | 2021-05-22 | 1 | -2/+0 |
* | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() | Takashi Iwai | 2021-01-30 | 1 | -1/+2 |
* | ALSA: pcm: Clear the full allocated memory at hw_params | Takashi Iwai | 2021-01-09 | 1 | -2/+7 |
* | ALSA: seq: Use bool for snd_seq_queue internal flags | Takashi Iwai | 2021-01-09 | 1 | -4/+4 |
* | ALSA: pcm: oss: Fix a few more UBSAN fixes | Takashi Iwai | 2020-12-29 | 1 | -8/+14 |
* | ALSA: pcm: oss: Fix potential out-of-bounds shift | Takashi Iwai | 2020-12-29 | 1 | -1/+5 |
* | ALSA: ctl: fix error path at adding user-defined element set | Takashi Sakamoto | 2020-11-24 | 1 | -1/+1 |
* | ALSA: seq: oss: Avoid mutex lock for a long-time ioctl | Takashi Iwai | 2020-10-29 | 1 | -2/+5 |
* | ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check | Takashi Iwai | 2020-09-09 | 1 | -2/+2 |
* | ALSA: seq: oss: Serialize ioctls | Takashi Iwai | 2020-08-21 | 1 | -1/+7 |
* | ALSA: info: Drop WARN_ON() from buffer NULL sanity check | Takashi Iwai | 2020-07-29 | 1 | -1/+3 |
* | ALSA: compress: fix partial_drain completion state | Vinod Koul | 2020-07-22 | 1 | -0/+4 |
* | ALSA: pcm: disallow linking stream to itself | Michał Mirosław | 2020-06-20 | 1 | -0/+5 |
* | ALSA: hwdep: fix a left shifting 1 by 31 UB bug | Changming Liu | 2020-06-03 | 1 | -2/+2 |
* | ALSA: pcm: fix incorrect hw_base increase | Brent Lu | 2020-05-27 | 1 | -0/+1 |
* | ALSA: rawmidi: Fix racy buffer resize under concurrent accesses | Takashi Iwai | 2020-05-20 | 1 | -4/+27 |
* | ALSA: rawmidi: Initialize allocated buffers | Takashi Iwai | 2020-05-20 | 1 | -2/+2 |
* | ALSA: pcm: oss: Place the plugin buffer overflow checks correctly | Takashi Iwai | 2020-05-05 | 1 | -8/+12 |
* | ALSA: pcm: oss: Fix regression by buffer overflow fix | Takashi Iwai | 2020-04-24 | 1 | -8/+24 |
* | ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks | Takashi Iwai | 2020-04-02 | 1 | -2/+2 |
* | ALSA: pcm: oss: Avoid plugin buffer overflow | Takashi Iwai | 2020-04-02 | 1 | -0/+8 |
* | ALSA: seq: oss: Fix running status after receiving sysex | Takashi Iwai | 2020-04-02 | 1 | -0/+1 |
* | ALSA: seq: virmidi: Fix running status after receiving sysex | Takashi Iwai | 2020-04-02 | 1 | -0/+1 |
* | ALSA: seq: Fix concurrent access to queue current tick/time | Takashi Iwai | 2020-02-28 | 4 | -9/+20 |
* | ALSA: seq: Avoid concurrent access to queue flags | Takashi Iwai | 2020-02-28 | 1 | -4/+16 |
* | ALSA: ctl: allow TLV read operation for callback type of element in locked case | Takashi Sakamoto | 2020-02-28 | 1 | -2/+3 |
* | ALSA: seq: Fix racy access for queue timer in proc read | Takashi Iwai | 2020-01-23 | 1 | -5/+9 |
* | ALSA: timer: Limit max amount of slave instances | Takashi Iwai | 2019-12-31 | 1 | -0/+10 |
* | ALSA: pcm: Avoid possible info leaks from PCM stream buffers | Takashi Iwai | 2019-12-31 | 1 | -0/+4 |
* | ALSA: pcm: oss: Avoid potential buffer overflows | Takashi Iwai | 2019-12-17 | 3 | -0/+6 |
* | ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed() | paulhsia | 2019-12-17 | 1 | -2/+6 |
* | ASoC: compress: fix unsigned integer overflow check | Xiaojun Sang | 2019-12-05 | 1 | -1/+1 |
* | ALSA: seq: Do error checks at creating system ports | Takashi Iwai | 2019-11-20 | 1 | -3/+15 |