summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-14[media] af9005: don't do DMA on stackMauro Carvalho Chehab1-138/+181
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab651-4316/+8050
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-49/+73
2016-10-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-1/+3
2016-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+6
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-09-29Merge tag 'drm-fixes-for-v4.8-final' of git://people.freedesktop.org/~airlied...Linus Torvalds8-3/+16
2016-09-29Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-32/+68
2016-09-28Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+4
2016-09-27Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley3-1/+3
2016-09-28drm/udl: fix line iterator in damage handlingDavid Herrmann1-1/+1
2016-09-28Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie5-1/+8
2016-09-28Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-1/+7
2016-09-27drm/radeon/si/dpm: add workaround for for Jet partsAlex Deucher1-0/+6
2016-09-27drm/amdgpu: disable CRTCs before teardownGrazvydas Ignotas1-1/+1
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli3-31/+39
2016-09-27net: fec: align IP header in hardwareEric Nelson1-1/+10
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson1-1/+1
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson1-1/+1
2016-09-26Input: joydev - recognize devices with Z axis as joysticksVille Ranki1-0/+6
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche3-1/+3
2016-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-58/+54
2016-09-24libnvdimm, region: fix flush hint table thinkoDan Williams2-10/+32
2016-09-23Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+14
2016-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-7/+9
2016-09-23Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2016-09-23Merge tag 'tags/nand-fixes-for-4.8-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds3-7/+14
2016-09-23Merge tag 'mmc-v4.8-rc7' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2-5/+12
2016-09-23Merge tag 'linux-can-fixes-for-4.8-20160922' of git://git.kernel.org/pub/scm/...David S. Miller1-10/+17
2016-09-22nvme-rdma: only clear queue flags after successful connectSagi Grimberg1-1/+1
2016-09-22i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-09-22[media] ttusb_dec: avoid the risk of go past bufferMauro Carvalho Chehab1-12/+18
2016-09-22[media] cx23885: Fix some smatch warningsMauro Carvalho Chehab2-1/+4
2016-09-22Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds17-70/+106
2016-09-22[media] si2165: switch to regmapMatthias Schwarzott2-46/+25
2016-09-22[media] si2165: use i2c_client->dev instead of i2c_adapter->dev for loggingMatthias Schwarzott1-23/+23
2016-09-22[media] si2165: Remove legacy attachMatthias Schwarzott3-148/+17
2016-09-22[media] cx231xx: attach si2165 driver via i2c_clientMatthias Schwarzott1-25/+48
2016-09-22[media] cx231xx: Prepare for attaching new style i2c_client DVB demod driversMatthias Schwarzott1-1/+8
2016-09-22[media] cx23885: attach si2165 driver via i2c_clientMatthias Schwarzott1-9/+21
2016-09-22[media] si2165: support i2c_client attachMatthias Schwarzott2-0/+171
2016-09-22[media] si2165: avoid division by zeroMatthias Schwarzott1-0/+6
2016-09-22[media] rcar-vin: add R-Car gen2 fallback compatibility stringSergei Shtylyov1-0/+1
2016-09-22[media] lgdt3306a: remove 20*50 msec unnecessary timeoutAbylay Ospan1-12/+4
2016-09-22[media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2-13/+2
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-246/+411
2016-09-22[media] cx25821: Drop Freeing of WorkqueueBhaktipriya Shridhar1-1/+1
2016-09-22[media] cxd2841er: force 8MHz bandwidth for DVB-C if specified bw not supportedAbylay Ospan1-0/+8
2016-09-22[media] redrat3: hardware-specific parametersSean Young1-1/+49