index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
ALSA: rawmidi - fix the uninitalized user_pversion
Jaroslav Kysela
1
-0
/
+1
2021-09-23
ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
Jaroslav Kysela
1
-0
/
+9
2021-05-19
ALSA: rawmidi: fix incorrect array bounds check on clock_names
Colin Ian King
1
-1
/
+1
2021-05-17
ALSA: rawmidi: Add framing mode
David Henningsson
1
-2
/
+91
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-12-06
ALSA: rawmidi: Access runtime->avail always in spinlock
Takashi Iwai
1
-14
/
+35
2020-09-03
ALSA: rawmidi: (cosmetic) align function parameters
Pierre-Louis Bossart
1
-1
/
+1
2020-05-07
ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
Takashi Iwai
1
-4
/
+27
2020-01-05
ALSA: rawmidi: More constification
Takashi Iwai
1
-1
/
+1
2020-01-03
ALSA: core: Constify snd_device_ops definitions
Takashi Iwai
1
-1
/
+1
2019-12-11
ALSA: Avoid using timespec for struct snd_rawmidi_status
Baolin Wang
1
-29
/
+103
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-03-21
ALSA: rawmidi: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+2
2018-10-04
ALSA: rawmidi: A lightweight function to discard pending bytes
Takashi Iwai
1
-0
/
+22
2018-09-03
ALSA: rawmidi: Initialize allocated buffers
Takashi Iwai
1
-2
/
+2
2018-07-18
ALSA: rawmidi: Use kvmalloc() for buffers
Takashi Iwai
1
-4
/
+5
2018-07-17
ALSA: rawmidi: Minor code refactoring
Takashi Iwai
1
-44
/
+33
2018-07-17
ALSA: rawmidi: Simplify error paths
Takashi Iwai
1
-37
/
+39
2018-07-17
ALSA: rawmidi: Tidy up coding styles
Takashi Iwai
1
-42
/
+59
2018-07-17
ALSA: rawmidi: Change resized buffers atomically
Takashi Iwai
1
-6
/
+14
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2017-12-14
ALSA: rawmidi: Avoid racy info ioctl via ctl device
Takashi Iwai
1
-3
/
+12
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-07-06
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-4
/
+4
2017-06-12
ALSA: seq: Allow the modular sequencer registration
Takashi Iwai
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-01-12
ALSA: rawmidi: Add const to snd_rawmidi_ops
Takashi Iwai
1
-1
/
+1
2016-11-12
ALSA: rawmidi: don't opencode IS_REACHABLE()
Fabian Frederick
1
-2
/
+2
2016-09-08
ALSA: rawmidi: Fix possible deadlock with virmidi registration
Takashi Iwai
1
-1
/
+3
2016-02-03
ALSA: rawmidi: Fix race at copying & updating the position
Takashi Iwai
1
-12
/
+22
2016-02-03
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
Takashi Iwai
1
-26
/
+72
2016-02-01
ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
Takashi Iwai
1
-1
/
+1
2015-03-10
ALSA: core: Drop superfluous error/debug messages after malloc failures
Takashi Iwai
1
-6
/
+2
2015-02-02
ALSA: Simplify snd_device_register() variants
Takashi Iwai
1
-6
/
+5
2015-02-02
ALSA: rawmidi: Use rawmidi device file for kernel messages
Takashi Iwai
1
-3
/
+3
2015-02-02
ALSA: rawmidi: Embed struct device
Takashi Iwai
1
-7
/
+17
2015-02-02
ALSA: control: Provide a helper to look for the preferred subdevice
Takashi Iwai
1
-12
/
+2
2014-02-27
ALSA: Move EXPORT_SYMBOL() in appropriate places
Takashi Iwai
1
-18
/
+17
2014-02-14
ALSA: rawmidi: Use standard printk helpers
Takashi Iwai
1
-15
/
+34
2014-02-12
ALSA: Drop unused name argument in snd_register_oss_device()
Takashi Iwai
1
-2
/
+2
2014-02-10
ALSA: Fix typos in alsa-driver-api.xml
Masanari Iida
1
-1
/
+1
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
1
-7
/
+7
2012-10-30
ALSA: Avoid endless sleep after disconnect
Takashi Iwai
1
-0
/
+20
2012-10-30
ALSA: Add a reference counter to card instance
Takashi Iwai
1
-1
/
+5
2011-10-31
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
1
-1
/
+1
2011-07-12
ALSA: Use krealloc() in possible places
Takashi Iwai
1
-4
/
+4
2011-06-14
ALSA: rawmidi - Use workq for event handling
Takashi Iwai
1
-26
/
+11
[next]