aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/libata-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds43-123/+268
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds81-3994/+2236
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds20-641/+164
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel2-2/+2
2021-04-28net: tun: Remove redundant assignment to retYang Li1-1/+0
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov1-0/+2
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King1-1/+1
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2021-04-28ACPI: custom_method: fix a possible memory leakMark Langsdorf1-0/+2
2021-04-28ACPI: custom_method: fix potential use-after-free issueMark Langsdorf1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1077-30385/+179137
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds321-5776/+13131
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+18
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds24-374/+546
2021-04-27Fix misc new gcc warningsLinus Torvalds2-2/+2
2021-04-27Merge branch 'clk-ralink' into clk-nextStephen Boyd7-56/+547
2021-04-27Merge branches 'clk-imx', 'clk-samsung', 'clk-zynq', 'clk-rockchip' and 'clk-...Stephen Boyd40-377/+1958
2021-04-27Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' a...Stephen Boyd53-1612/+1623
2021-04-27PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński2-27/+26
2021-04-27PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński1-38/+29
2021-04-27PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński1-39/+25
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2-2/+14
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik3-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2-4/+57
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu3-22/+35
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu5-8/+8
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu7-36/+54
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu7-10/+18
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu3-9/+1
2021-04-27fddi/skfp: fix typoqhjindev1-1/+1
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz1-3/+3
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov1-2/+0
2021-04-27macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET1-27/+18
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+10
2021-04-27vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEVArnd Bergmann1-1/+1
2021-04-27RDMA/nldev: Add copy-on-fork attribute to get sys commandGal Pressman1-0/+14
2021-04-27RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong1-0/+1
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-04-27IB/hfi1: Remove redundant variable rcdJiapeng Chong1-4/+4
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds17-21/+34
2021-04-26scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2-13/+14
2021-04-26scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart1-1/+1
2021-04-26scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart1-2/+9