| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event | Kees Cook | 2022-11-19 | 1 | -4/+7 |
* | ALSA: seq: Fix data-race at module auto-loading | Takashi Iwai | 2022-08-24 | 1 | -7/+5 |
* | ALSA: seq: oss: Fix data-race for max_midi_devs access | Takashi Iwai | 2022-08-23 | 1 | -0/+2 |
* | ALSA: seq: replace ternary operator with max() | Guo Zhengkui | 2022-05-17 | 1 | -1/+1 |
* | ALSA: seq: oss: fix typo | Julia Lawall | 2022-03-14 | 1 | -1/+1 |
* | ALSA: seq: oss: use kzalloc | Julia Lawall | 2022-03-13 | 1 | -2/+1 |
* | ALSA: seq: virmidi: Add a drain operation | Stefan Sauer | 2022-01-06 | 1 | -0/+11 |
* | ALSA: seq: Set upper limit of processed events | Takashi Iwai | 2021-12-07 | 1 | -2/+12 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2021-08-09 | 1 | -12/+27 |
|\ |
|
| * | ALSA: seq: Fix racy deletion of subscriber | Takashi Iwai | 2021-08-03 | 1 | -12/+27 |
* | | ALSA: seq: Fix comments of wrong client number for MIDI Passthrough | Takashi Iwai | 2021-07-27 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'for-next' into for-linus | Takashi Iwai | 2021-07-01 | 13 | -73/+131 |
|\ |
|
| * | ALSA: seq: oss: Fix error check at system port creation | Takashi Iwai | 2021-06-17 | 1 | -3/+2 |
| * | ALSA: seq: Fix assignment in if condition | Takashi Iwai | 2021-06-09 | 13 | -72/+131 |
* | | ALSA: seq: Fix race of snd_seq_timer_open() | Takashi Iwai | 2021-06-10 | 1 | -1/+9 |
|/ |
|
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2021-01-18 | 1 | -1/+2 |
|\ |
|
| * | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() | Takashi Iwai | 2021-01-15 | 1 | -1/+2 |
* | | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 2021-01-08 | 4 | -9/+9 |
* | | ALSA: core: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen | 2020-12-25 | 1 | -1/+1 |
|/ |
|
* | ALSA: seq: Use bool for snd_seq_queue internal flags | Takashi Iwai | 2020-12-06 | 1 | -4/+4 |
* | ALSA: seq: remove useless function | Yu Hao | 2020-11-04 | 3 | -31/+0 |
* | ALSA: seq: oss: Avoid mutex lock for a long-time ioctl | Takashi Iwai | 2020-09-23 | 1 | -2/+5 |
* | ALSA: seq: oss: Serialize ioctls | Takashi Iwai | 2020-08-05 | 1 | -1/+7 |
* | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-09 | 2 | -2/+2 |
* | ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime | YueHaibing | 2020-04-29 | 1 | -10/+0 |
* | ALSA: seq: oss: Fix running status after receiving sysex | Takashi Iwai | 2020-03-16 | 1 | -0/+1 |
* | ALSA: seq: virmidi: Fix running status after receiving sysex | Takashi Iwai | 2020-03-16 | 1 | -0/+1 |
* | ALSA: seq: Fix concurrent access to queue current tick/time | Takashi Iwai | 2020-02-14 | 4 | -9/+20 |
* | ALSA: seq: Avoid concurrent access to queue flags | Takashi Iwai | 2020-02-14 | 1 | -4/+16 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2020-01-20 | 1 | -5/+9 |
|\ |
|
| * | ALSA: seq: Fix racy access for queue timer in proc read | Takashi Iwai | 2020-01-15 | 1 | -5/+9 |
* | | ALSA: seq: More constifications | Takashi Iwai | 2020-01-05 | 3 | -8/+8 |
* | | ALSA: seq: Constify struct snd_midi_op | Takashi Iwai | 2020-01-03 | 1 | -15/+22 |
|/ |
|
* | ALSA: timer: Fix possible race at assigning a timer instance | Takashi Iwai | 2019-11-08 | 1 | -6/+12 |
* | ALSA: seq: Fix potential concurrent access to the deleted pool | Takashi Iwai | 2019-08-25 | 3 | -2/+20 |
* | ALSA: seq: Break too long mutex context in the write loop | Takashi Iwai | 2019-07-16 | 1 | -1/+10 |
* | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2019-07-08 | 45 | -643/+45 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 43 | -643/+43 |
| * | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King | 2019-06-28 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2019-05-09 | 9 | -106/+113 |
|\ |
|
| * | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock() | Takashi Iwai | 2019-04-15 | 1 | -1/+6 |
| * | Merge branch 'for-linus' into for-next | Takashi Iwai | 2019-04-13 | 2 | -6/+7 |
| |\ |
|
| * | | ALSA: seq: Protect racy pool manipulation from OSS sequencer | Takashi Iwai | 2019-04-12 | 3 | -5/+49 |
| * | | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper | Takashi Iwai | 2019-04-12 | 4 | -42/+12 |
| * | | ALSA: seq: Cover unsubscribe_port() in list_mutex | Takashi Iwai | 2019-04-12 | 1 | -1/+1 |
| * | | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex" | Takashi Iwai | 2019-04-11 | 1 | -7/+2 |
| * | | ALSA: seq: Fix race of get-subscription call vs port-delete ioctls | Takashi Iwai | 2019-04-09 | 3 | -15/+13 |
| * | | ALSA: seq: Protect in-kernel ioctl calls with mutex | Takashi Iwai | 2019-04-09 | 1 | -2/+7 |
| * | | ALSA: seq: Remove superfluous irqsave flags | Takashi Iwai | 2019-04-09 | 4 | -35/+25 |