aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-20reset: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-07-20reset: intel: fix a compile warning about REG_OFFSET redefinedGravatar Dejin Zheng 1-12/+12
2020-06-16reset: simple: Add reset callbackGravatar Maxime Ripard 1-0/+20
2020-06-16reset: Move reset-simple header out of drivers/resetGravatar Maxime Ripard 5-49/+4
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 34-234/+459
2020-06-13net: ethernet: ti: ale: fix allmulti for nu type aleGravatar Grygorii Strashko 1-9/+40
2020-06-13net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGravatar Grygorii Strashko 1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 321-1740/+1740
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 18-189/+190
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 70-1233/+5496
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 678-6801/+5142
2020-06-13Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-9/+7
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-125/+68
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-57/+19
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 321-1740/+1740
2020-06-12ibmvnic: Flush existing work items before device removalGravatar Thomas Falcon 1-0/+3
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 33-977/+1555
2020-06-12Merge tag 'pwm/for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-45/+436
2020-06-12Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 16-14/+14
2020-06-12Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-140/+88
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2020-06-11net: ipa: header pad field only valid for AP->modem endpointGravatar Alex Elder 1-4/+15
2020-06-11net: ipa: program upper nibbles of sequencer typeGravatar Alex Elder 2-2/+6
2020-06-11net: ipa: fix modem LAN RX endpoint idGravatar Alex Elder 1-1/+1
2020-06-11net: ipa: program metadata mask differentlyGravatar Alex Elder 1-33/+39
2020-06-11ionic: add pcie_print_link_statusGravatar Shannon Nelson 1-0/+1
2020-06-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...Gravatar David S. Miller 5-63/+177
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-11amdgpu: a NULL ->mm does not mean a thread is a kthreadGravatar Christoph Hellwig 1-1/+1
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-23/+40
2020-06-11net/mlx5: E-Switch, Fix some error pointer dereferencesGravatar Dan Carpenter 1-2/+4
2020-06-11net/mlx5: Don't fail driver on failure to create debugfsGravatar Leon Romanovsky 1-6/+0
2020-06-11net/mlx5e: CT: Fix ipv6 nat header rewrite actionsGravatar Oz Shlomo 1-8/+8
2020-06-11net/mlx5: Fix devlink objects and devlink device unregister sequenceGravatar Parav Pandit 1-14/+13
2020-06-11net/mlx5: Disable reload while removing the deviceGravatar Parav Pandit 2-2/+2
2020-06-11net/mlx5e: Fix ethtool hfunc configuration changeGravatar Aya Levin 1-19/+22
2020-06-11net/mlx5e: Fix repeated XSK usage on one channelGravatar Maxim Mikityanskiy 1-0/+4
2020-06-11net/mlx5: DR, Fix freeing in dr_create_rc_qp()Gravatar Denis Efremov 1-1/+1
2020-06-11net/mlx5: Fix fatal error handling during device loadGravatar Shay Drory 1-3/+11
2020-06-11net/mlx5: drain health workqueue in case of driver load errorGravatar Shay Drory 1-0/+5
2020-06-11iavf: increase reset complete wait timeGravatar Paul Greenwalt 2-7/+9
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsGravatar Brett Creeley 3-6/+24
2020-06-11iavf: use appropriate enum for comparisonGravatar Aleksandr Loktionov 4-29/+24
2020-06-11iavf: fix speed reporting over virtchnlGravatar Brett Creeley 4-21/+120
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 11-30/+15
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-26/+215
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2020-06-11ionic: remove support for mgmt deviceGravatar Shannon Nelson 4-25/+0
2020-06-11Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 8-44/+830
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Gravatar Xu Wang 1-2/+3