| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: timer: Fix pause event notification | Ben Hutchings | 2018-05-18 | 1 | -2/+2 |
* | ALSA: control: fix a redundant-copy issue | Wenwen Wang | 2018-05-13 | 1 | -2/+1 |
* | ALSA: pcm: Check PCM state at xfern compat ioctl | Takashi Iwai | 2018-05-02 | 1 | -0/+2 |
* | ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger() | Takashi Iwai | 2018-04-27 | 1 | -2/+2 |
* | ALSA: seq: oss: Hardening for potential Spectre v1 | Takashi Iwai | 2018-04-25 | 4 | -40/+55 |
* | ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device | Takashi Iwai | 2018-04-25 | 1 | -4/+8 |
* | ALSA: pcm: Change return type to vm_fault_t | Souptick Joarder | 2018-04-25 | 1 | -3/+3 |
* | ALSA: control: Fix missing __user annotation | Takashi Iwai | 2018-04-23 | 1 | -1/+1 |
* | ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr | David Henningsson | 2018-04-23 | 1 | -0/+1 |
* | ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY. | Jeffery Miller | 2018-04-23 | 2 | -15/+15 |
* | ALSA: rawmidi: Fix missing input substream checks in compat ioctls | Takashi Iwai | 2018-04-19 | 1 | -6/+12 |
* | ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error | Takashi Iwai | 2018-04-09 | 1 | -1/+1 |
* | ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation | Takashi Iwai | 2018-04-07 | 1 | -2/+3 |
* | ALSA: pcm: Fix UAF at PCM release via PCM timer access | Takashi Iwai | 2018-04-03 | 1 | -1/+7 |
* | Merge branch 'for-next' into for-linus | Takashi Iwai | 2018-04-02 | 6 | -62/+179 |
|\ |
|
| * | ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls | Takashi Iwai | 2018-03-27 | 1 | -25/+42 |
| * | ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams | Takashi Iwai | 2018-03-23 | 1 | -9/+27 |
| * | ALSA: pcm: Avoid potential races between OSS ioctls and read/write | Takashi Iwai | 2018-03-23 | 1 | -28/+106 |
| * | Merge branch 'for-linus' into for-next | Takashi Iwai | 2018-03-19 | 8 | -57/+60 |
| |\ |
|
| * | | ALSA: pcm: Use krealloc() for resizing the rules array | Takashi Iwai | 2018-03-13 | 1 | -6/+2 |
| * | | ALSA: pcm: Remove VLA usage | Takashi Iwai | 2018-03-13 | 1 | -7/+12 |
| * | | ALSA: vmaster: Zero-clear ctl before calling slave get | Takashi Iwai | 2018-03-08 | 1 | -1/+1 |
| * | | ALSA: vmaster: Propagate slave error | Takashi Iwai | 2018-03-08 | 1 | -1/+4 |
| * | | ALSA: control: Fix a bunch of whitespace errors | Richard Fitzgerald | 2018-02-28 | 1 | -9/+9 |
| * | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2018-02-28 | 2 | -3/+7 |
| |\ \ |
|
| * | | | ALSA: Use scnprintf() instead of snprintf() for show | Jaejoong Kim | 2018-02-27 | 1 | -2/+2 |
* | | | | ALSA: pcm: potential uninitialized return values | Dan Carpenter | 2018-03-27 | 1 | -2/+2 |
* | | | | ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() | Stefan Roese | 2018-03-26 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() | Takashi Iwai | 2018-03-11 | 1 | -4/+6 |
* | | | ALSA: seq: Clear client entry before deleting else at closing | Takashi Iwai | 2018-03-10 | 1 | -2/+2 |
* | | | ALSA: seq: Fix possible UAF in snd_seq_check_queue() | Takashi Iwai | 2018-03-10 | 3 | -37/+25 |
* | | | ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call | Takashi Iwai | 2018-03-08 | 1 | -1/+0 |
* | | | ALSA: seq: More protection for concurrent write and ioctl races | Takashi Iwai | 2018-03-08 | 4 | -13/+24 |
* | | | ALSA: seq: Don't allow resizing pool in use | Takashi Iwai | 2018-03-08 | 1 | -0/+3 |
| |/
|/| |
|
* | | ALSA: control: Fix memory corruption risk in snd_ctl_elem_read | Richard Fitzgerald | 2018-02-28 | 1 | -1/+1 |
* | | ALSA: seq: Fix racy pool initializations | Takashi Iwai | 2018-02-14 | 1 | -2/+6 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 10 | -26/+26 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 2 | -9/+8 |
|\ |
|
| * | snd_ctl_elem_init_enum_names(): switch to vmemdup_user() | Al Viro | 2018-01-19 | 1 | -3/+3 |
| * | replace_user_tlv(): switch to vmemdup_user() | Al Viro | 2018-01-19 | 1 | -4/+5 |
| * | snd_hwdep_dsp_load(): don't bother with access_ok() | Al Viro | 2017-12-28 | 1 | -2/+0 |
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 13 | -26/+26 |
|\ \ |
|
| * | | sound: annotate ->poll() instances | Al Viro | 2017-11-27 | 13 | -26/+26 |
| |/ |
|
* | | ALSA: pcm: Fix trailing semicolon | Luis de Bethencourt | 2018-01-16 | 1 | -1/+1 |
* | | ALSA: seq: Process queue tempo/ppq change in a shot | Takashi Iwai | 2018-01-15 | 3 | -9/+10 |
* | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2018-01-15 | 3 | -1/+4 |
|\ \ |
|
| * | | ALSA: seq: Make ioctls race-free | Takashi Iwai | 2018-01-11 | 2 | -0/+4 |
| * | | ALSA: pcm: Remove yet superfluous WARN_ON() | Takashi Iwai | 2018-01-11 | 1 | -1/+0 |
* | | | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation | Takashi Iwai | 2018-01-09 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2018-01-09 | 4 | -21/+47 |
|\ \ \
| |/ / |
|