Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | 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-12 | 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-29 | 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-28 | 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 |
2017-09-07 | ALSA: us122l: Use common error handling code in us122l_create_card() | Markus Elfring | 1 | -4/+6 |
2017-08-31 | ALSA: usx2y: Put missing KERN_CONT prefix | Takashi Iwai | 1 | -2/+2 |
2017-08-19 | ALSA: usb: constify snd_pcm_ops structures | Arvind Yadav | 2 | -2/+2 |
2017-08-13 | ALSA: usx2y: Delete an error message for a failed memory allocation in two fu... | Markus Elfring | 1 | -6/+3 |
2017-08-06 | ALSA: usbusx2y: constify usb_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-06 | ALSA: us122l: constify usb_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-05-15 | ALSA: us122l: clean up US144 handling | Johan Hovold | 2 | -18/+20 |
2017-04-17 | ALSA: usb-audio: replace /proc/bus/usb by /dev/bus/usb | Mauro Carvalho Chehab | 3 | -3/+3 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 3 | -10/+7 |
2015-12-02 | ALSA: usx2y: fix inconsistent indenting on if statement | Colin Ian King | 1 | -1/+1 |
2015-01-28 | ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.h | Takashi Iwai | 1 | -74/+4 |
2014-11-09 | ALSA: pcm: Add snd_pcm_stop_xrun() helper | Takashi Iwai | 1 | -7/+2 |
2014-02-17 | ALSA: usx2y: Don't peep the card internal object | Takashi Iwai | 4 | -79/+61 |
2014-02-12 | ALSA: usb: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2 | -10/+12 |
2013-10-15 | ALSA: us122l: Fix pcm_usb_stream mmapping regression | Takashi Iwai | 1 | -1/+3 |
2013-10-02 | ALSA: snd-usb-usx2y: remove bogus frame checks | Daniel Mack | 2 | -25/+4 |
2013-08-23 | Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 1 | -0/+4 |
2013-07-29 | ALSA: usx2y: remove an unneeded check | Dan Carpenter | 1 | -5/+3 |
2013-07-15 | ALSA: usx2y: Fix unlocked snd_pcm_stop() call | Takashi Iwai | 1 | -0/+4 |
2013-06-21 | ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE() | Antonio Ospite | 1 | -1/+1 |
2013-06-17 | ALSA: usx2y: remove some old dead code | Dan Carpenter | 1 | -3/+0 |
2013-04-29 | ALSA: USB: adjust for changed 3.8 USB API | Clemens Ladisch | 3 | -3/+0 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 3 | -3/+3 |
2012-02-15 | ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.c | Masanari Iida | 2 | -3/+3 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 3 | -6/+4 |
2012-01-09 | ALSA: snd-usb-us122l: Delete calls to preempt_disable | Karsten Wiese | 1 | -4/+2 |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2 | -2/+2 |
2011-11-18 | USB: convert sound/* to use module_usb_driver() | Greg Kroah-Hartman | 2 | -25/+2 |
2011-11-01 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 1 | -0/+1 |
2011-11-01 | sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC | Paul Gortmaker | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-01-11 | ALSA: snd-usb-us122l: Fix missing NULL checks | Karsten Wiese | 1 | -21/+20 |
2010-10-17 | sound: fixed typos | Andrea Gelmini | 1 | -2/+2 |
2010-10-11 | ALSA: sound/usb/usx2y: simplify conditional | Nicolas Kaiser | 1 | -1/+1 |
2010-04-16 | Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Jaroslav Kysela | 2 | -0/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 6 | -0/+6 |
2010-03-05 | ALSA: usb-audio: refactor code | Daniel Mack | 2 | -2/+2 |