aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-64/+55
2016-08-23Merge tag 'iio-fixes-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-linusGreg Kroah-Hartman1-1/+1
2016-08-21staging: wilc1000: correctly check if associatedsta has not been foundColin Ian King1-2/+2
2016-08-21staging: wilc1000: NULL dereference on errorDan Carpenter1-2/+1
2016-08-21staging: wilc1000: txq_event: Fix coding errorBinoy Jayan1-1/+1
2016-08-21staging: comedi: ni_mio_common: fix AO inttrig backwards compatibilityIan Abbott1-1/+9
2016-08-21staging: comedi: dt2811: fix a precedence bugDan Carpenter1-2/+2
2016-08-21staging: comedi: adv_pci1760: Do not return EINVAL for CMDF_ROUND_DOWN.Phil Turnbull1-0/+1
2016-08-21staging: comedi: ni_mio_common: fix wrong insn_write handlerIan Abbott1-1/+1
2016-08-21staging: comedi: comedi_test: fix timer race conditionsIan Abbott1-34/+12
2016-08-21staging: comedi: daqboard2000: bug fix board type matching codeIan Abbott1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-10/+38
2016-08-15staging/lustre/llite: Close atomic_open race with several openersOleg Drokin1-19/+24
2016-08-15staging: iio: ad5933: Return correct value for AD5933_OUT_RANGE.Phil Turnbull1-1/+1
2016-08-08net: ethernet: octeon: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-08-08net: ethernet: octeon: use phydev from struct net_devicePhilippe Reynes4-37/+26
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-08-05Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-5/+33
2016-08-04Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+2
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in lustreAl Viro1-2/+2
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+10
2016-07-28[media] cec: fix off-by-one memsetHans Verkuil1-1/+1
2016-07-28[media] staging: add MEDIA_SUPPORT dependencyArnd Bergmann1-1/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman2-4/+6
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-4/+4
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-3/+5
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-6/+22
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds48-6265/+4067
2016-07-26staging: emxx_udc: allow modular buildArnd Bergmann2-5/+33
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie3-5/+5
2016-07-19[media] cec: always check all_device_types and featuresHans Verkuil1-12/+14
2016-07-19[media] cec: poll should check if there is room in the tx queueHans Verkuil1-1/+2
2016-07-19[media] cec: fix test for unconfigured adapter in main message loopHans Verkuil1-2/+2
2016-07-19[media] cec: limit the size of the transmit queueHans Verkuil1-10/+23
2016-07-19[media] cec: zero unused msg part after msg->lenHans Verkuil1-0/+2
2016-07-19[media] cec: don't set fh to NULL in CEC_TRANSMITHans Verkuil1-6/+3
2016-07-19[media] cec: clear all status fields before transmit and always fill in sequenceHans Verkuil1-9/+13
2016-07-19[media] cec: CEC_RECEIVE overwrote the timeout fieldHans Verkuil1-0/+3
2016-07-15[media] s5p-cec/TODO: add TODO itemHans Verkuil1-3/+7
2016-07-15[media] cec/TODO: drop comment about sphinx documentationHans Verkuil1-1/+0
2016-07-15[media] cec: set timestamp for selfie transmitsHans Verkuil1-0/+1
2016-07-15[media] cec: don't zero reply and timeout on errorHans Verkuil1-14/+5
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman12-1488/+13
2016-07-13[media] drivers: staging: media: lirc: lirc_parallel: Fix multiline comments by adding trailing '*'Aayush Gupta1-4/+4
2016-07-13[media] pulse8-cec: fix non static symbol warningWei Yongjun1-1/+1
2016-07-13[media] cec: split the timestamp into an rx and tx timestampHans Verkuil1-12/+12