Age | Commit message (Expand) | Author | Files | Lines |
2019-07-29 | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain | Yuki Tsunashima | 1 | -1/+2 |
2019-07-23 | ALSA: compress: Be more restrictive about when a drain is allowed | Charles Keepax | 1 | -0/+6 |
2019-07-23 | ALSA: compress: Don't allow paritial drain operations on capture streams | Charles Keepax | 1 | -0/+8 |
2019-07-23 | ALSA: compress: Prevent bypasses of set_params | Charles Keepax | 1 | -6/+24 |
2019-07-23 | ALSA: compress: Fix regression on compressed capture streams | Charles Keepax | 1 | -5/+11 |
2019-07-19 | ALSA: pcm: Fix refcount_inc() on zero usage | Takashi Iwai | 1 | -4/+5 |
2019-07-16 | ALSA: seq: Break too long mutex context in the write loop | Takashi Iwai | 1 | -1/+10 |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 84 | -1174/+84 |
2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -2/+2 |
2019-06-28 | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King | 2 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -5/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner | 1 | -2/+1 |
2019-05-31 | ALSA: control: Use struct_size() | Takashi Iwai | 1 | -5/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 1 | -14/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 74 | -1130/+74 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 | Thomas Gleixner | 1 | -10/+1 |
2019-05-24 | ALSA: pcm: oss: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
2019-05-09 | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 15 | -241/+270 |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 4 | -4/+4 |
2019-05-06 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -11/+19 |
2019-04-17 | ALSA: core: Don't refer to snd_cards array directly | Takashi Iwai | 3 | -7/+37 |
2019-04-16 | ALSA: core: Fix card races between register and disconnect | Takashi Iwai | 1 | -9/+9 |
2019-04-16 | ALSA: info: Fix racy addition/deletion of nodes | Takashi Iwai | 1 | -2/+10 |
2019-04-15 | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock() | Takashi Iwai | 1 | -1/+6 |
2019-04-13 | Merge branch 'for-linus' into for-next | Takashi Iwai | 5 | -28/+39 |
2019-04-12 | ALSA: seq: Protect racy pool manipulation from OSS sequencer | Takashi Iwai | 3 | -5/+49 |
2019-04-12 | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper | Takashi Iwai | 4 | -42/+12 |
2019-04-12 | ALSA: seq: Cover unsubscribe_port() in list_mutex | Takashi Iwai | 1 | -1/+1 |
2019-04-11 | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex" | Takashi Iwai | 1 | -7/+2 |
2019-04-10 | ALSA: timer: Coding style fixes | Takashi Iwai | 1 | -4/+16 |
2019-04-10 | ALSA: timer: Simplify error path in snd_timer_open() | Takashi Iwai | 1 | -19/+20 |
2019-04-09 | ALSA: seq: Fix race of get-subscription call vs port-delete ioctls | Takashi Iwai | 3 | -15/+13 |
2019-04-09 | ALSA: seq: Protect in-kernel ioctl calls with mutex | Takashi Iwai | 1 | -2/+7 |
2019-04-09 | ALSA: seq: Remove superfluous irqsave flags | Takashi Iwai | 4 | -35/+25 |
2019-04-09 | ALSA: seq: Align temporary re-locking with irqsave version | Takashi Iwai | 2 | -4/+4 |
2019-04-09 | ALSA: seq: Use kvmalloc() for cell pools | Takashi Iwai | 1 | -5/+5 |
2019-04-09 | ALSA: timer: Revert active callback sync check at close | Takashi Iwai | 1 | -5/+6 |
2019-04-05 | ALSA: seq: Fix OOB-reads from strlcpy | Zubin Mithra | 1 | -3/+3 |
2019-03-28 | Merge branch 'topic/timer-fixes' into for-next | Takashi Iwai | 1 | -49/+74 |
2019-03-27 | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ... | Takashi Iwai | 2 | -57/+10 |
2019-03-27 | ALSA: timer: Make snd_timer_close() really kill pending actions | Takashi Iwai | 1 | -12/+33 |
2019-03-27 | ALSA: timer: Check ack_list emptiness instead of bit flag | Takashi Iwai | 1 | -6/+4 |
2019-03-27 | ALSA: timer: Make sure to clear pending ack list | Takashi Iwai | 1 | -2/+18 |
2019-03-27 | ALSA: timer: Unify timer callback process code | Takashi Iwai | 1 | -36/+26 |
2019-03-25 | ALSA: pcm: Don't suspend stream in unrecoverable PCM state | Takashi Iwai | 1 | -1/+8 |
2019-03-22 | ALSA: pcm: Fix possible OOB access in PCM oss plugins | Takashi Iwai | 1 | -21/+22 |
2019-03-21 | ALSA: seq: oss: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -3/+4 |