Age | Commit message (Expand) | Author |
2020-02-14 | ALSA: seq: Fix concurrent access to queue current tick/time | Takashi Iwai |
2020-02-14 | ALSA: seq: Avoid concurrent access to queue flags | Takashi Iwai |
2020-01-20 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2020-01-15 | ALSA: seq: Fix racy access for queue timer in proc read | Takashi Iwai |
2020-01-05 | ALSA: seq: More constifications | Takashi Iwai |
2020-01-03 | ALSA: seq: Constify struct snd_midi_op | Takashi Iwai |
2019-11-08 | ALSA: timer: Fix possible race at assigning a timer instance | Takashi Iwai |
2019-08-25 | ALSA: seq: Fix potential concurrent access to the deleted pool | Takashi Iwai |
2019-07-16 | ALSA: seq: Break too long mutex context in the write loop | Takashi Iwai |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai |
2019-06-28 | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-09 | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-04-15 | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock() | Takashi Iwai |
2019-04-13 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-04-12 | ALSA: seq: Protect racy pool manipulation from OSS sequencer | Takashi Iwai |
2019-04-12 | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper | Takashi Iwai |
2019-04-12 | ALSA: seq: Cover unsubscribe_port() in list_mutex | Takashi Iwai |
2019-04-11 | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex" | Takashi Iwai |
2019-04-09 | ALSA: seq: Fix race of get-subscription call vs port-delete ioctls | Takashi Iwai |
2019-04-09 | ALSA: seq: Protect in-kernel ioctl calls with mutex | Takashi Iwai |
2019-04-09 | ALSA: seq: Remove superfluous irqsave flags | Takashi Iwai |
2019-04-09 | ALSA: seq: Align temporary re-locking with irqsave version | Takashi Iwai |
2019-04-09 | ALSA: seq: Use kvmalloc() for cell pools | Takashi Iwai |
2019-04-05 | ALSA: seq: Fix OOB-reads from strlcpy | Zubin Mithra |
2019-03-21 | ALSA: seq: oss: Fix Spectre v1 vulnerability | Gustavo A. R. Silva |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-10-12 | ALSA: seq: oss: Use the standard fall-through annotation | Takashi Iwai |
2018-10-04 | ALSA: rawmidi: A lightweight function to discard pending bytes | Takashi Iwai |
2018-08-28 | ALSA: seq: Do error checks at creating system ports | Takashi Iwai |
2018-08-28 | ALSA: seq: add error check in snd_seq_system_client_init() | Dan Carpenter |
2018-08-14 | ALSA: seq: virmidi: Fix discarding the unsubscribed output | Takashi Iwai |
2018-08-04 | ALSA: seq_oss: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-04 | ALSA: seq: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-01 | ALSA: seq: Drop unused 64bit division macros | Takashi Iwai |
2018-08-01 | ALSA: seq: Use no intrruptible mutex_lock | Takashi Iwai |
2018-08-01 | ALSA: seq: Fix leftovers at probe error path | Takashi Iwai |
2018-08-01 | ALSA: seq: Remove dead codes | Takashi Iwai |
2018-08-01 | ALSA: seq: Minor cleanup of MIDI event parser helpers | Takashi Iwai |
2018-07-30 | ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros | Takashi Iwai |
2018-07-30 | ALSA: seq: virmidi: Offload the output event processing | Takashi Iwai |
2018-07-27 | ALSA: virmidi: Fix too long output trigger loop | Takashi Iwai |
2018-07-26 | ALSA: seq: Fix poll() error return | Takashi Iwai |
2018-06-25 | ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl | Takashi Iwai |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-26 | ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed" | Colin Ian King |
2018-05-18 | ALSA: seq: Avoid open-code for getting timer resolution | Takashi Iwai |