summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-02HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke1-1/+3
2017-10-02mmc: core: add driver strength selection when selecting hs400esChanho Min1-17/+19
2017-10-02net: hns3: Fix an error handling path in 'hclge_rss_init_hw()'Christophe JAILLET1-1/+2
2017-10-02net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT1-0/+15
2017-10-02r8152: add Linksys USB3GIGV1 idGrant Grundler2-0/+12
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+8
2017-10-01hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'Christophe Jaillet1-8/+11
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-10-01ppp: fix __percpu annotationGuillaume Nault1-1/+1
2017-09-30Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+9
2017-09-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-27/+32
2017-09-30Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-pla...Linus Torvalds1-4/+6
2017-09-30Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+26
2017-09-30Merge tag 'v4.14-rockchip-clkfixes-1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd1-5/+7
2017-09-30clk: Export clk_bulk_prepare()Bjorn Andersson1-0/+1
2017-09-29Merge tag 'md/4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds4-32/+50
2017-09-29Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+9
2017-09-29Merge tag 'drm-fixes-for-v4.14-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds12-30/+245
2017-09-29Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+7
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2017-09-29RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2-0/+13
2017-09-29staging: greybus: light: remove unnecessary error checkArvind Yadav1-5/+1
2017-09-29staging: greybus: light: Release memory obtained by kasprintfArvind Yadav1-0/+2
2017-09-29Staging: media: atomisp: Use kmalloc_array instead of kmallocGeorgiana Chelu1-4/+4
2017-09-29atomisp2: remove cast from memory allocationAishwarya Pant1-2/+2
2017-09-29Staging: media: atomisp: pci: Place constant on the right side in comparissonsGeorgiana Chelu1-4/+4
2017-09-29Staging: media: atomisp: pci: Move open brace '{' on the next lineGeorgiana Chelu1-1/+2
2017-09-29Staging: media: atomisp: Add blank line after declarationsGeorgiana Chelu1-0/+10
2017-09-29Staging: media: atomisp: Use unsigned int instead of unsignedGeorgiana Chelu1-3/+3
2017-09-29Staging: rtl8188eu: core: Fix line over 80 charactersGeorgiana Chelu1-8/+16
2017-09-29Staging: rtl8188eu: core: Add spaces around '+'Georgiana Chelu1-1/+1
2017-09-29Staging: rtl8188eu: core: Use __func__ instead of function nameGeorgiana Chelu1-10/+10
2017-09-29staging: rtl8188eu: wrap lines in 80 charactersAishwarya Pant1-17/+34
2017-09-29staging: rtl8188eu: remove implicit bool->int conversionsAishwarya Pant1-3/+3
2017-09-29staging: rtl8188eu: remove unneeded conversions to boolAishwarya Pant1-4/+4
2017-09-29staging: vc04_services: Remove typedef struct vchiq_2835_state_structMihaela Muraru1-8/+8
2017-09-29staging: vc04_services: Remove extern variableMihaela Muraru1-2/+0
2017-09-29Staging: vc04_services: remove unused variablesKeerthi Reddy1-2/+0
2017-09-29Staging: vc04_services: bcm2835-camera: use BIT macroKeerthi Reddy1-11/+11
2017-09-29staging: vc04_services: fix typosKeerthi Reddy2-2/+2
2017-09-29staging: vc04_services: please do not use multiple blank linesKeerthi Reddy12-77/+0
2017-09-29Staging: fsl-mc: remove unnecessary parenthesisKeerthi Reddy1-1/+1
2017-09-29Staging: pi433: fix grammar issuesKeerthi Reddy1-12/+12
2017-09-29Staging: irda: drivers: Replace seq_printf with seq_puts or seq_putcGeorgiana Chelu1-9/+9
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed1-11/+3
2017-09-29staging: wilc1000: Blank lines aren't necessary before a close brace '}'Keerthi Reddy1-1/+0
2017-09-29staging: wilc1000: No space is necessary after a castKeerthi Reddy1-1/+1
2017-09-29Merge tag 'drm-misc-fixes-2017-09-28-1' of git://anongit.freedesktop.org/git/...Dave Airlie4-21/+26
2017-09-29Merge tag 'mlx5-fixes-2017-09-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller14-27/+128