Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-21 | ALSA: rawmidi: Fix potential Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+2 |
2019-02-13 | ALSA: pcm: Comment why read blocks when PCM is not running | Ricardo Biehl Pasquali | 1 | -0/+4 |
2019-02-13 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -16/+4 |
2019-02-11 | ALSA: PCM: check if ops are defined before suspending PCM | Ranjani Sridharan | 1 | -0/+8 |
2019-02-08 | ALSA: pcm: Revert capture stream behavior change in blocking mode | Takashi Iwai | 1 | -16/+4 |
2019-02-08 | ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void | Takashi Iwai | 1 | -21/+8 |
2019-02-06 | ALSA: info: Move card id proc creation into info.c | Takashi Iwai | 2 | -30/+14 |
2019-02-06 | ALSA: info: Minor optimization | Takashi Iwai | 1 | -15/+8 |
2019-02-06 | ALSA: info: Drop unused snd_info_entry.card field | Takashi Iwai | 2 | -5/+5 |
2019-02-06 | ALSA: info: Add standard helpers for card proc file entries | Takashi Iwai | 1 | -0/+32 |
2019-02-06 | ALSA: compress: Remove superfluous snd_info_register() calls | Takashi Iwai | 1 | -10/+1 |
2019-02-06 | ALSA: pcm: Remove superfluous snd_info_register() calls | Takashi Iwai | 2 | -65/+37 |
2019-02-05 | ALSA: info: Always register entries recursively | Takashi Iwai | 1 | -31/+34 |
2019-02-05 | ALSA: core: Don't allow NULL device for memory allocation | Takashi Iwai | 1 | -0/+2 |
2019-01-31 | ALSA: pcm: remove a superfluous function declaration | Guennadi Liakhovetski | 1 | -2/+0 |
2019-01-29 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -2/+10 |
2019-01-25 | ALSA: pcm: Fix tight loop of OSS capture stream | Takashi Iwai | 1 | -1/+8 |
2019-01-25 | ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer() | Takashi Iwai | 1 | -3/+2 |
2019-01-24 | Merge branch 'topic/pcm-lock-refactor' into for-next | Takashi Iwai | 3 | -126/+169 |
2019-01-24 | ALSA: proc: Avoid possible leaks of snd_info_entry objects | Takashi Iwai | 1 | -2/+10 |