aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Merge tag 'iio-fixes-for-3.15b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+2
2014-04-26staging:iio:ad2s1200 fix missing parenthesis in a for statment.Jimmy Li1-1/+2
2014-04-23staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten1-6/+3
2014-04-22Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-1/+2
2014-04-18Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds52-19978/+154
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen3-4/+4
2014-04-16staging: r8188eu: Fix case where ethtype was never obtained and always be checked against 0Larry Finger1-9/+6
2014-04-16staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0Larry Finger1-7/+6
2014-04-16staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULLLarry Finger1-2/+2
2014-04-16staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott3-6/+51
2014-04-16staging: r8723au: Add missing initialization of change_inx in sort algorithmGeert Uytterhoeven1-1/+1
2014-04-16Staging: unisys: use after free in list_for_each()Dan Carpenter2-6/+6
2014-04-16staging: unisys: use after free in error messagesDan Carpenter1-2/+2
2014-04-16staging: speakup: fix misuse of kstrtol() in handle_goto()Daeseok Youn1-9/+9
2014-04-16staging: goldfish: Call free_irq in error pathTuomas Tynkkynen1-0/+1
2014-04-16staging: delete rtl8187se wireless driverGreg Kroah-Hartman31-19847/+0
2014-04-15staging: rtl8723au: Fix buffer overflow in rtw_get_wfd_ie()Jes Sorensen4-38/+16
2014-04-15staging: gs_fpgaboot: remove __TIMESTAMP__ macroArnd Bergmann1-1/+0
2014-04-15staging: vme: fix memory leak in vme_user_probe()Daeseok Youn1-6/+3
2014-04-15staging: fpgaboot: clean up MakefilePaul Bolle1-2/+0
2014-04-15staging/usbip: fix store_attach() sscanf return value checkShuah Khan1-1/+1
2014-04-15staging/usbip: userspace - fix usbipd SIGSEGV from refresh_exported_devices()Shuah Khan1-2/+5
2014-04-15staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctlsWilfried Klaebe1-37/+37
2014-04-15staging/rtl8821ae: Fix OOM handling in _rtl_init_deferred_work()Richard Weinberger1-2/+8
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-6/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-126/+25
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-04-08Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds136-2/+89854
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+4
2014-04-07staging: rtl8723au: The 8723 only has two pathsJes Sorensen3-45/+0
2014-04-07Staging: unisys: mark drivers as BROKENGreg Kroah-Hartman1-1/+1
2014-04-07Staging: unisys: verify that a control channel existsSasha Levin1-0/+18
2014-04-07staging: unisys: Add missing close parentheses in filexfer.cMasanari Iida1-1/+1
2014-04-06staging: r8723au: Fix build problem when RFKILL is not selectedLarry Finger1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds17-212/+210
2014-04-06[media] msi3101: check I/O return values on stop streamingAntti Palosaari1-4/+10
2014-04-06[media] msi3101: remove unused variable assignmentAntti Palosaari1-1/+0
2014-04-06[media] msi001: fix possible integer overflowAntti Palosaari1-1/+1
2014-04-05staging: r8723au: Fix randconfig build errorsLarry Finger1-0/+1
2014-04-05staging: r8723au: Turn on build of new driverLarry Finger5-0/+111
2014-04-05staging: r8723au: Additional source patchesLarry Finger31-700/+343
2014-04-05staging: r8723au: Add source files for new driver - part 4Larry Finger75-0/+18670
2014-04-05staging: r8723au: Add source files for new driver - part 3Larry Finger8-0/+7626
2014-04-05staging: r8723au: Add source files for new driver - part 2Larry Finger28-0/+28277
2014-04-05staging: r8723au: Add source files for new driver - part 1Larry Finger17-0/+35551
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-3/+3
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds18-1007/+2665
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-8/+7