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
/
usb
/
usx2y
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
ALSA: Fix some typo
Christophe JAILLET
1
-1
/
+1
2021-09-21
ALSA: usx2y: Prefer struct_size over open coded arithmetic
Len Baker
1
-5
/
+6
2021-07-05
ALSA: usx2y: fix spelling mistakes
gushengxian
2
-2
/
+2
2021-05-25
Merge branch 'topic/pci-rescan-prep-v2' into for-next
Takashi Iwai
1
-1
/
+1
2021-05-25
ALSA: Drop superfluous argument from snd_power_wait()
Takashi Iwai
1
-1
/
+1
2021-05-17
ALSA: usx2y: Nuke pcm_list
Takashi Iwai
2
-4
/
+1
2021-05-17
ALSA: usx2y: Cleanup probe and disconnect callbacks
Takashi Iwai
1
-67
/
+40
2021-05-17
ALSA: usx2y: Don't call free_pages_exact() with NULL address
Takashi Iwai
1
-2
/
+5
2021-05-17
ALSA: usx2y: Fix shmem initialization
Takashi Iwai
2
-9
/
+10
2021-05-17
ALSA: usxy2: Fix potential doubly allocations
Takashi Iwai
1
-3
/
+6
2021-05-17
ALSA: usx2y: Fix potential memory leaks
Takashi Iwai
1
-6
/
+33
2021-05-17
ALSA: usx2y: Avoid self-killing
Takashi Iwai
1
-1
/
+0
2021-05-17
ALSA: usx2y: Fix potential leaks of uninitialized memory
Takashi Iwai
4
-10
/
+15
2021-05-17
ALSA: usx2y: Coding style fixes
Takashi Iwai
9
-320
/
+381
2021-05-17
ALSA: usx2y: Fix spaces
Takashi Iwai
9
-211
/
+256
2021-05-17
ALSA: usx2y: Avoid camelCase
Takashi Iwai
8
-649
/
+649
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2020-09-25
sound: usx2y: move to use usb_control_msg_send()
Greg Kroah-Hartman
1
-34
/
+8
2020-09-25
Revert "sound: usx2y: move to use usb_control_msg_send()"
Oliver Neukum
1
-8
/
+34
2020-09-16
sound: usx2y: move to use usb_control_msg_send()
Greg Kroah-Hartman
1
-34
/
+8
2020-05-07
ALSA: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-21
ALSA: usx2y: Fix potential NULL dereference
Takashi Iwai
1
-0
/
+2
2020-02-18
ALSA: usx2y: use for_each_pcm_streams() macro
Kuninori Morimoto
1
-4
/
+5
2020-01-05
ALSA: usx2y: More constifications
Takashi Iwai
2
-4
/
+4
2020-01-03
ALSA: usx2y: Constify struct snd_usb_audio_quirk entries
Takashi Iwai
2
-9
/
+9
2020-01-03
ALSA: usb: Constify snd_pcm_hardware definitions
Takashi Iwai
2
-2
/
+2
2019-12-18
ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status
Nathan Chancellor
1
-1
/
+1
2019-12-11
ALSA: usb: Drop superfluous ioctl PCM ops
Takashi Iwai
2
-2
/
+0
2019-12-11
ALSA: usx2y: Use managed buffer allocation
Takashi Iwai
2
-26
/
+18
2019-11-06
ALSA: usb: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
2
-4
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
6
-84
/
+6
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2
-28
/
+2
2019-04-29
ALSA: usx2y: fix a double free bug
Wenwen Wang
1
-3
/
+1
2019-03-27
ALSA: us122l: Use alloc_pages_exact()
Takashi Iwai
1
-12
/
+8
2019-03-27
ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...
Takashi Iwai
3
-4
/
+8
2019-03-13
ALSA: usx2y: Fix potential NULL pointer dereference
Aditya Pakki
1
-0
/
+5
2019-02-06
ALSA: usb: Drop superfluous PCM preallocation error checks
Takashi Iwai
2
-22
/
+18
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-3
/
+8
2018-04-25
ALSA: usx2y: Change return type to vm_fault_t
Souptick Joarder
3
-3
/
+3
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2
-4
/
+4
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-40
/
+31
2017-12-28
usx2y: don't bother with memdup_user() for 16-byte structure
Al Viro
1
-25
/
+18
2017-12-28
usx2y: don't bother with access_ok() in ->dsp_load()
Al Viro
1
-15
/
+13
2017-11-27
sound: annotate ->poll() instances
Al Viro
2
-4
/
+4
2017-11-13
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
6
-0
/
+6
2017-11-06
ALSA: usx2y: Fix invalid stream URBs
Takashi Iwai
1
-6
/
+17
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
6
-0
/
+6
2017-10-11
ALSA: usx2y: Add sanity checks for invalid EPs
Takashi Iwai
2
-0
/
+8
2017-10-02
ALSA: usx2y: Suppress kernel warning at page allocation failures
Takashi Iwai
1
-2
/
+4
2017-09-07
ALSA: usx2y: Use common error handling code in submit_urbs()
Markus Elfring
1
-8
/
+10
[next]