aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-07net: ethernet: ti: cpsw: fix net watchdog timeoutGravatar Grygorii Strashko 1-2/+14
2018-02-07ibmvnic: Ensure that buffers are NULL after freeGravatar Thomas Falcon 1-0/+5
2018-02-07ibmvnic: Fix rx queue cleanup for non-fatal resetsGravatar John Allen 1-1/+2
2018-02-07i40e: Fix the number of queues available to be mapped for useGravatar Amritha Nambiar 1-13/+14
2018-02-07sun: Add SPDX license tags to Sun network driversGravatar Shannon Nelson 11-0/+11
2018-02-07cxgb4: Fix error handling path in 'init_one()'Gravatar Christophe JAILLET 1-1/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-97/+76
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-113/+137
2018-02-06pps: parport: use timespec64 instead of timespecGravatar Arnd Bergmann 1-20/+20
2018-02-06drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersGravatar Markus Elfring 1-7/+5
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Gravatar Markus Elfring 1-1/+1
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Gravatar Markus Elfring 1-3/+0
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsGravatar Markus Elfring 1-13/+12
2018-02-06rapidio: return an error code only as a constant in two functionsGravatar Markus Elfring 1-15/+6
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsGravatar Markus Elfring 1-3/+3
2018-02-06rapidio: improve a size determination in five functionsGravatar Markus Elfring 1-10/+5
2018-02-06rapidio: adjust five function calls together with a variable assignmentGravatar Markus Elfring 1-12/+14
2018-02-06rapidio: adjust 12 checks for null pointersGravatar Markus Elfring 1-9/+9
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_m...Gravatar Markus Elfring 1-1/+0
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayGravatar Yury Norov 1-4/+2
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 30-980/+2132
2018-02-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 11-198/+286
2018-02-06media: videobuf2: fix up for "media: annotate ->poll() instances"Gravatar Stephen Rothwell 1-2/+2
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 862-15926/+18317
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 49-621/+883
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 15-51/+110
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 209-3304/+4027
2018-02-06be2net: Handle transmit completion errors in LancerGravatar Suresh Reddy 4-48/+69
2018-02-06be2net: Fix HW stall issue in LancerGravatar Suresh Reddy 1-1/+4
2018-02-06nfp: fix kdoc warnings on nested structuresGravatar Jakub Kicinski 5-49/+55
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskGravatar Wolfram Sang 1-1/+1
2018-02-06net: phy: Handle not having GPIO enabled in the kernelGravatar Andrew Lunn 1-1/+2
2018-02-06platform/x86: mlx-platform: Fix an ERR_PTR vs NULL issueGravatar Dan Carpenter 1-2/+2
2018-02-05ibmvnic: fix empty firmware version and errors cleanupGravatar Desnes Augusto Nunes do Rosario 1-10/+4
2018-02-05Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 10-199/+91
2018-02-05Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 4-19/+55
2018-02-05Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Gravatar Linus Torvalds 3-10/+161
2018-02-05Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-1/+28
2018-02-05net: mediatek: Explicitly include pinctrl headersGravatar Thierry Reding 1-0/+1
2018-02-05mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hGravatar Thierry Reding 1-0/+1
2018-02-05drm/rockchip: lvds: Explicitly include pinctrl headersGravatar Thierry Reding 1-0/+1
2018-02-05pinctrl: files should directly include apis they useGravatar Stephen Rothwell 1-0/+1
2018-02-05net/mlx5: increase async EQ to avoid EQ overrunGravatar Max Gurtovoy 1-1/+1
2018-02-05RDMA/hns: Fix the endian problem for hnsGravatar oulijun 8-320/+363
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-3/+2
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-22/+14
2018-02-04Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbGravatar Linus Torvalds 10-1852/+3269
2018-02-04Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit...Gravatar Linus Torvalds 2-16/+33
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 30-931/+1016