index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: seq: 2nd attempt at fixing race creating a queue
Daniel Mentz
2017-08-15
3
-15
/
+14
*
ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependency
Takashi Iwai
2017-08-11
1
-2
/
+2
*
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
11
-374
/
+78
|
\
|
*
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
2017-06-16
7
-33
/
+13
|
*
ALSA: seq: Allow the modular sequencer registration
Takashi Iwai
2017-06-12
3
-318
/
+2
|
*
ALSA: seq: Reorganize kconfig and build
Takashi Iwai
2017-06-09
2
-20
/
+61
|
*
ALSA: seq: Allow the tristate build of OSS emulation
Takashi Iwai
2017-06-09
2
-5
/
+4
*
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
2
-2
/
+2
|
/
*
ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
Takashi Iwai
2017-04-13
1
-6
/
+3
*
ALSA: seq: Fix race during FIFO resize
Takashi Iwai
2017-03-24
1
-0
/
+4
*
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
Takashi Iwai
2017-03-21
4
-4
/
+18
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
4
-1
/
+5
*
ALSA: seq: Fix link corruption by event error handling
Takashi Iwai
2017-02-28
1
-0
/
+3
*
Merge branch 'for-next' into for-linus
Takashi Iwai
2017-02-20
1
-2
/
+2
|
\
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2017-02-07
1
-8
/
+1
|
|
\
|
*
|
ALSA: seq: Constify snd_rawmidi_ops
Takashi Iwai
2017-01-12
1
-2
/
+2
*
|
|
ALSA: seq: Fix race at creating a queue
Takashi Iwai
2017-02-08
1
-13
/
+20
|
|
/
|
/
|
*
|
ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
Takashi Iwai
2017-02-06
1
-8
/
+1
|
/
*
ALSA: seq: Fix time account regression
Takashi Iwai
2016-10-25
1
-2
/
+2
*
ALSA: seq: fix passing wrong pointer in function call of compatibility layer
Takashi Sakamoto
2016-10-12
1
-1
/
+1
*
ALSA: seq: fix to copy from/to user space
Takashi Sakamoto
2016-09-13
1
-2
/
+2
*
ALSA: seq: initialize whole fields of automatic variable with union type
Takashi Sakamoto
2016-08-31
1
-2
/
+5
*
ALSA: seq: obsolete change of address limit
Takashi Sakamoto
2016-08-22
2
-78
/
+7
*
ALSA: seq: change ioctl command operation to get data in kernel space
Takashi Sakamoto
2016-08-22
1
-358
/
+248
*
ALSA: seq: add an alternative way to handle ioctl requests
Takashi Sakamoto
2016-08-22
2
-1
/
+80
*
ALSA: seq: add documentation for snd_seq_kernel_client_ctl
Takashi Sakamoto
2016-08-22
1
-3
/
+11
*
ALSA: seq_timer: use monotonic times internally
Arnd Bergmann
2016-06-17
2
-15
/
+10
*
ALSA: seq_oss: Change structure initialisation to C99 style
Amitoj Kaur Chawla
2016-06-15
1
-5
/
+5
*
ALSA: timer: remove legacy rtctimer
Alexandre Belloni
2016-04-25
1
-2
/
+0
*
ALSA: seq: Provide card number / PID via sequencer client info
Martin Koegler
2016-03-08
2
-0
/
+16
*
ALSA: seq: oss: Don't drain at closing a client
Takashi Iwai
2016-03-01
3
-19
/
+0
*
ALSA: seq: Fix double port list deletion
Takashi Iwai
2016-02-16
1
-5
/
+8
*
ALSA: seq: Fix leak of pool buffer at concurrent writes
Takashi Iwai
2016-02-15
1
-4
/
+9
*
ALSA: seq: Fix lockdep warnings due to double mutex locks
Takashi Iwai
2016-02-03
2
-103
/
+133
*
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
Takashi Iwai
2016-02-03
1
-5
/
+12
*
ALSA: seq: Fix yet another races among ALSA timer accesses
Takashi Iwai
2016-02-01
1
-20
/
+67
*
ALSA: seq: Fix race at closing in virmidi driver
Takashi Iwai
2016-02-01
1
-1
/
+5
*
ALSA: seq: Degrade the error message for too many opens
Takashi Iwai
2016-01-25
1
-1
/
+1
*
ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()
Takashi Iwai
2016-01-25
1
-1
/
+1
*
ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
Nicolas Boichat
2016-01-18
1
-4
/
+5
*
ALSA: seq: Fix race at timer setup and close
Takashi Iwai
2016-01-12
1
-0
/
+2
*
ALSA: seq: Fix missing NULL check at remove_events ioctl
Takashi Iwai
2016-01-12
1
-1
/
+1
*
ALSA: Fix compat_ioctl handling for OSS emulations
Takashi Iwai
2015-12-03
1
-1
/
+6
*
ALSA: midi: constify snd_rawmidi_global_ops structures
Julia Lawall
2015-11-22
1
-1
/
+1
*
ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-oss
Kosuke Tatsukawa
2015-10-09
2
-7
/
+3
*
ALSA: core: Fix randconfig build wrt CONFIG_PROC_FS
Takashi Iwai
2015-05-29
2
-3
/
+3
*
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
Jie Yang
2015-05-27
10
-20
/
+19
*
ALSA: core: Build conditionally and remove superfluous ifdefs
Takashi Iwai
2015-04-24
2
-3
/
+2
*
ALSA: core: Don't ignore errors at creating proc files
Takashi Iwai
2015-04-24
1
-3
/
+14
*
ALSA: seq: fill client ID in return value of pool operation
Takashi Sakamoto
2015-04-11
1
-0
/
+1
[next]