index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-18
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-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-31
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-28
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-11-01
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
2010-10-17
ALSA: rawmidi: fix oops (use after free) when unloading a driver module
Clemens Ladisch
1
-1
/
+3
2010-09-09
ALSA: rawmidi: fix the get next midi device ioctl
Dan Carpenter
1
-0
/
+2
2010-04-13
ALSA: core - Define llseek fops
Takashi Iwai
1
-0
/
+5
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-1
/
+1
2009-11-10
sound: rawmidi: record a substream's owner process
Clemens Ladisch
1
-0
/
+9
2009-11-10
sound: rawmidi: fix opened substreams count
Clemens Ladisch
1
-4
/
+2
2009-11-10
Merge branch 'topic/ctl-pid-lock' into topic/core-change
Takashi Iwai
1
-1
/
+1
2009-11-10
sound: rawmidi: fix MIDI device O_APPEND error handling
Clemens Ladisch
1
-12
/
+7
2009-11-10
sound: rawmidi: fix checking of O_APPEND when opening MIDI device
Clemens Ladisch
1
-1
/
+2
2009-11-10
sound: rawmidi: fix double init when opening MIDI device with O_APPEND
Clemens Ladisch
1
-10
/
+12
2009-11-06
control: use reference-counted pid
Clemens Ladisch
1
-1
/
+1
2009-07-15
sound: rawmidi: disable active-sensing-on-close by default
Clemens Ladisch
1
-1
/
+1
2009-03-09
ALSA: rawmidi - Refactor rawmidi open/close codes
Takashi Iwai
1
-183
/
+194
2009-03-09
ALSA: rawmidi - Fix possible race in open
Takashi Iwai
1
-7
/
+7
2008-12-18
ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
Takashi Iwai
1
-2
/
+2
[next]