summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-07misc: isl29003: Missing a blank line after declarationsDhaval Shah1-0/+7
2017-12-07misc: hpilo: Use SPDX-License-IdentifierDhaval Shah2-8/+2
2017-12-07misc: enclosure: Remove unnecessary error checkArvind Yadav1-7/+1
2017-12-07misc: enclosure: Fix space before '[' errorArvind Yadav1-2/+2
2017-12-07misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych1-14/+7
2017-12-07misc: vexpress: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2017-12-07fsi: Make FSI a menuconfig to ease disabling it allVincent Legoll1-5/+1
2017-11-28lp: support 64-bit time_t user spaceArnd Bergmann1-16/+51
2017-11-28lkdtm: Missing kmalloc checkVasyl Gomonovych1-0/+4
2017-11-28ANDROID: binder: Add thread->process_todo flag.Martijn Coenen1-44/+107
2017-11-28ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen2-0/+6
2017-11-28fpga: region: release of_parse_phandle nodes after useIan Abbott1-3/+10
2017-11-28fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_getGustavo A. R. Silva1-2/+0
2017-11-28fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_getGustavo A. R. Silva1-2/+0
2017-11-28fpga: add attribute groupsAlan Tull3-0/+3
2017-11-28fpga: clean up fpga KconfigAlan Tull1-54/+54
2017-11-28fpga: of-fpga-region: accept overlays that don't program FPGAAlan Tull1-5/+6
2017-11-28fpga: region: move device tree support to of-fpga-region.cAlan Tull4-455/+509
2017-11-28fpga: region: add fpga_region_class_findAlan Tull1-8/+15
2017-11-28fpga: region: add register/unregister functionsAlan Tull1-40/+65
2017-11-28fpga: region: rename some functions prior to movingAlan Tull1-29/+31
2017-11-28fpga: region: add fpga-region.h headerAlan Tull1-20/+4
2017-11-28fpga: region: separate out code that parses the overlayAlan Tull1-49/+73
2017-11-28fpga: region: use image info as parameter for programming regionAlan Tull1-7/+9
2017-11-28fpga: region: fix slow warning with more than one overlayAlan Tull1-0/+5
2017-11-28fpga: region: check for child regions before allocing image infoAlan Tull1-5/+9
2017-11-28fpga: region: get mgr early onAlan Tull1-22/+23
2017-11-28fpga: region: remove unneeded of_node_get and putAlan Tull1-3/+0
2017-11-28fpga: region: use dev_err instead of pr_errAlan Tull1-10/+10
2017-11-28fpga: mgr: separate getting/locking FPGA managerAlan Tull2-18/+48
2017-11-28fpga: mgr: API change to replace fpga load functions with single functionAlan Tull2-26/+85
2017-11-28fpga: bridge: support getting bridge from deviceAlan Tull2-27/+94
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-12/+28
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-147/+4
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds262-1018/+890
2017-11-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds21-239/+385
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-240/+569
2017-11-24Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...Linus Torvalds4-3/+41
2017-11-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-25/+50
2017-11-24Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds35-511/+268
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-147/+0
2017-11-23irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych1-1/+1
2017-11-23irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-11-23ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng1-1/+19
2017-11-23ipvlan: Fix insufficient skb linear check for arpGao Feng1-8/+8
2017-11-23geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu1-1/+15
2017-11-23Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller10-90/+335
2017-11-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-120/+154
2017-11-23net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8