summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard2021-06-161-10/+30
| * | | | | | | Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang2021-06-211-5/+1
| * | | | | | | Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full d...Yifan Zhang2021-06-211-5/+1
| * | | | | | | drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer2021-06-211-5/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'mmc-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-06-241-5/+45
|\ \ \ \ \ \ \
| * | | | | | | mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong2021-06-141-5/+45
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'spi-fix-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-232-6/+10
|\ \ \ \ \ \ \
| * | | | | | | spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen2021-06-141-6/+5
| * | | | | | | spi: tegra20-slink: Ensure SPI controller reset is deassertedJon Hunter2021-06-081-0/+5
* | | | | | | | Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki2021-06-221-3/+13
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-201-1/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'irqchip-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-06-171-1/+35
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier2021-06-101-1/+35
* | | | | | | | Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-06-191-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/ap: Fix hanging ioctl caused by wrong msg counterHarald Freudenberger2021-06-161-2/+9
* | | | | | | | | Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1863-208/+396
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin2021-06-181-1/+3
| * | | | | | | | | net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal2021-06-181-0/+5
| * | | | | | | | | net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal2021-06-181-1/+1
| * | | | | | | | | net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal2021-06-181-1/+13
| * | | | | | | | | net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal2021-06-181-1/+5
| * | | | | | | | | bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur2021-06-181-0/+1
| * | | | | | | | | bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari2021-06-181-1/+1
| * | | | | | | | | bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan2021-06-181-0/+5
| * | | | | | | | | cxgb4: fix wrong shift.Pavel Machek2021-06-181-1/+1
| * | | | | | | | | net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook2021-06-171-1/+3
| * | | | | | | | | net: cdc_eem: fix tx fixup skb leakLinyu Yuan2021-06-171-1/+1
| * | | | | | | | | Merge tag 'mlx5-fixes-2021-06-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-06-177-14/+45
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net/mlx5: Reset mkey index on creationAya Levin2021-06-161-1/+1
| | * | | | | | | | | net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-161-0/+4
| | * | | | | | | | | net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker2021-06-161-10/+16
| | * | | | | | | | | net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit2021-06-161-0/+1
| | * | | | | | | | | net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit2021-06-161-2/+0
| | * | | | | | | | | net/mlx5: E-Switch, Read PF mac addressParav Pandit2021-06-161-0/+6
| | * | | | | | | | | net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky2021-06-161-0/+15
| | * | | | | | | | | net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky2021-06-161-1/+2
| * | | | | | | | | | net: hamradio: fix memory leak in mkiss_closePavel Skripkin2021-06-171-0/+1
| * | | | | | | | | | be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET2021-06-171-0/+1
| |/ / / / / / / / /
| * | | | | | | | | r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * | | | | | | | | sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * | | | | | | | | r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * | | | | | | | | Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller2021-06-161-2/+15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin2021-06-161-2/+15
| * | | | | | | | | | net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang2021-06-161-3/+1
| * | | | | | | | | | net: fec_ptp: add clock rate zero checkFugang Duan2021-06-161-0/+4
| * | | | | | | | | | net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu2021-06-161-4/+6
| * | | | | | | | | | net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang2021-06-161-0/+2
| |/ / / / / / / / /
| * | | | | | | | | lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski2021-06-151-1/+2
| * | | | | | | | | qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen2021-06-151-1/+1
| * | | | | | | | | net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski2021-06-151-1/+1