Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
684a3a91da401195dbe33b7cef9472bca41c61b9
/
sound
/
core
/
seq
920f2ec
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
9c8ddd1
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
111b0cd
ALSA: seq: Allow the modular sequencer registration
by Takashi Iwai
· 8 years ago
0181307
ALSA: seq: Reorganize kconfig and build
by Takashi Iwai
· 8 years ago
3d774d5
ALSA: seq: Allow the tristate build of OSS emulation
by Takashi Iwai
· 8 years ago
4e7655f
ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
by Takashi Iwai
· 8 years ago
2d7d540
ALSA: seq: Fix race during FIFO resize
by Takashi Iwai
· 8 years ago
c520ff3
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
by Takashi Iwai
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
f3ac9f7
ALSA: seq: Fix link corruption by event error handling
by Takashi Iwai
· 8 years ago
fc0e23f
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 8 years ago
4842e98
ALSA: seq: Fix race at creating a queue
by Takashi Iwai
· 8 years ago
1e94320
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
37a7ea4
ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
by Takashi Iwai
· 8 years ago
c62a570
ALSA: seq: Constify snd_rawmidi_ops
by Takashi Iwai
· 8 years ago
9b50898
ALSA: seq: Fix time account regression
by Takashi Iwai
· 8 years ago
30c0702
ALSA: seq: fix passing wrong pointer in function call of compatibility layer
by Takashi Sakamoto
· 8 years ago
69b0582
ALSA: seq: fix to copy from/to user space
by Takashi Sakamoto
· 8 years ago
4127e80
ALSA: seq: initialize whole fields of automatic variable with union type
by Takashi Sakamoto
· 8 years ago
e12ec25
ALSA: seq: obsolete change of address limit
by Takashi Sakamoto
· 8 years ago
04a56dd
ALSA: seq: change ioctl command operation to get data in kernel space
by Takashi Sakamoto
· 8 years ago
8ce8eb6
ALSA: seq: add an alternative way to handle ioctl requests
by Takashi Sakamoto
· 8 years ago
77dfa8d
ALSA: seq: add documentation for snd_seq_kernel_client_ctl
by Takashi Sakamoto
· 8 years ago
3915bf2
ALSA: seq_timer: use monotonic times internally
by Arnd Bergmann
· 9 years ago
76f64b2
ALSA: seq_oss: Change structure initialisation to C99 style
by Amitoj Kaur Chawla
· 9 years ago
34ce71a
ALSA: timer: remove legacy rtctimer
by Alexandre Belloni
· 9 years ago
a1ce94d
ALSA: seq: Provide card number / PID via sequencer client info
by Martin Koegler
· 9 years ago
197b958
ALSA: seq: oss: Don't drain at closing a client
by Takashi Iwai
· 9 years ago
13d5e5d
ALSA: seq: Fix double port list deletion
by Takashi Iwai
· 9 years ago
d99a36f
ALSA: seq: Fix leak of pool buffer at concurrent writes
by Takashi Iwai
· 9 years ago
7f0973e
ALSA: seq: Fix lockdep warnings due to double mutex locks
by Takashi Iwai
· 9 years ago
06ab300
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
by Takashi Iwai
· 9 years ago
2cdc7b6
ALSA: seq: Fix yet another races among ALSA timer accesses
by Takashi Iwai
· 9 years ago
2d1b5c0
ALSA: seq: Fix race at closing in virmidi driver
by Takashi Iwai
· 9 years ago
da10816
ALSA: seq: Degrade the error message for too many opens
by Takashi Iwai
· 9 years ago
5991513
ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()
by Takashi Iwai
· 9 years ago
9586495
ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
by Nicolas Boichat
· 9 years ago
3567eb6
ALSA: seq: Fix race at timer setup and close
by Takashi Iwai
· 9 years ago
030e2c7
ALSA: seq: Fix missing NULL check at remove_events ioctl
by Takashi Iwai
· 9 years ago
83266b6
ALSA: Fix compat_ioctl handling for OSS emulations
by Takashi Iwai
· 9 years ago
efdbe3c
ALSA: midi: constify snd_rawmidi_global_ops structures
by Julia Lawall
· 9 years ago
6944702
ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-oss
by Kosuke Tatsukawa
· 9 years ago
b816db9
ALSA: core: Fix randconfig build wrt CONFIG_PROC_FS
by Takashi Iwai
· 10 years ago
cd6a650
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
by Jie Yang
· 10 years ago
85d1431
ALSA: core: Build conditionally and remove superfluous ifdefs
by Takashi Iwai
· 10 years ago
b591b6e
ALSA: core: Don't ignore errors at creating proc files
by Takashi Iwai
· 10 years ago
3e21a19
ALSA: seq: fill client ID in return value of pool operation
by Takashi Sakamoto
· 10 years ago
4945f1f
ALSA: seq: Fix init order of snd_seq_device stuff
by Takashi Iwai
· 10 years ago
24db8bb
ALSA: seq: Drop superfluous error/debug messages after malloc failures
by Takashi Iwai
· 10 years ago
8d98a06
ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures
by Takashi Iwai
· 10 years ago
54a721a
ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()
by Takashi Iwai
· 10 years ago
0566220
ALSA: seq: Define driver object in each driver
by Takashi Iwai
· 10 years ago
af03c24
ALSA: seq: Clean up device and driver structs
by Takashi Iwai
· 10 years ago
7c37ae5
ALSA: seq: Rewrite sequencer device binding with standard bus
by Takashi Iwai
· 10 years ago
72496ed
ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in
by Takashi Iwai
· 10 years ago
b6a4267
ALSA: seq: Move EXPORT_SYMBOL() after each function
by Takashi Iwai
· 10 years ago
0b444af
ALSA: seq: potential out of bounds in do_control()
by Dan Carpenter
· 10 years ago
3fe9cf3
Merge branch 'topic/snd-device' into for-next
by Takashi Iwai
· 10 years ago
40a4b26
ALSA: Simplify snd_device_register() variants
by Takashi Iwai
· 10 years ago
5205388
ALSA: seq: Handle the device directly
by Takashi Iwai
· 10 years ago
a55bdf1
ALSA: seq: remove unused callback_all field
by Clemens Ladisch
· 10 years ago
de20b57
ALSA: seq: fix off-by-one error in port limit check
by Clemens Ladisch
· 10 years ago
467be35
ALSA: seq: correctly report maximum number of ports
by Clemens Ladisch
· 10 years ago
7533185
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 10 years ago
0767e95
ALSA: seq-dummy: remove deadlock-causing events on close
by Clemens Ladisch
· 10 years ago
57dca36
ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free"
by Markus Elfring
· 10 years ago
d712eaf
ALSA: core: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
d5129f3
Subject: ALSA: seq: Remove autoload locks in driver registration
by Takashi Iwai
· 10 years ago
68ab610
ALSA: seq: bind seq driver automatically
by Takashi Iwai
· 10 years ago
54841a0
ALSA: seq: Use atomic ops for autoload refcount
by Takashi Iwai
· 10 years ago
b245a82
ALSA: seq: seq_memory.c: Fix closing brace followed by if
by Rasmus Villemoes
· 11 years ago
2742325
ALSA: seq: Continue broadcasting events to ports if one of them fails
by Adam Goode
· 11 years ago
21fd3e9
ALSA: seq: correctly detect input buffer overflow
by Adam Goode
· 11 years ago
53403a8
ALSA: core: Fix format string mismatch in seq_midi.c
by Masanari Iida
· 11 years ago
bb343e7
ALSA: seq_oss: Use standard printk helpers
by Takashi Iwai
· 11 years ago
04cc79a
ALSA: seq: Use standard printk helpers
by Takashi Iwai
· 11 years ago
f2f9307
ALSA: core: Use standard printk helpers
by Takashi Iwai
· 11 years ago
a67ca25
ALSA: seq_oss: Drop debug prints
by Takashi Iwai
· 11 years ago
80d7d77
ALSA: Drop unused name argument in snd_register_oss_device()
by Takashi Iwai
· 11 years ago
256ca9c
ALSA: seq-oss: Initialize MIDI clients asynchronously
by Takashi Iwai
· 11 years ago
66efdc7
ALSA: seq: Fix missing error handling in snd_seq_timer_open()
by Takashi Iwai
· 12 years ago
85c50a5
ALSA: seq: seq_oss_event: missing range checks
by Dan Carpenter
· 12 years ago
d93cf06
various: Fix spelling of "registered" in comments.
by Adam Buchbinder
· 12 years ago
8dea9d3
ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES
by Andi Kleen
· 12 years ago
970e248
Documentation: remove references to /etc/modprobe.conf
by Lucas De Marchi
· 13 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
a67ff6a
ALSA: module_param: make bool parameters really bool
by Rusty Russell
· 13 years ago
d81a6d7
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
by Paul Gortmaker
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
78fa2c4
ALSA: core: remove unused variables.
by Luca Tettamanti
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b6aa63e
sound:core:seq:seq_ports.c Remove one to many n's in a word.
by Justin P. Mattock
· 14 years ago
fea952e
ALSA: core: sparse cleanups
by Clemens Ladisch
· 14 years ago
03cfe6f
ALSA: support module on-demand loading for seq and timer
by Kay Sievers
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
27f7ad5
ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()
by Takashi Iwai
· 14 years ago
02f4865
ALSA: core - Define llseek fops
by Takashi Iwai
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
Next »