summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+82
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-07s390/hmcdrv_ftp: fix kernel doc commentHeiko Carstens1-1/+1
2021-09-07s390: remove xpram device driverHeiko Carstens3-428/+0
2021-09-07s390/cio: fix kernel doc commentHeiko Carstens1-1/+1
2021-09-07s390/ctrlchar: fix kernel doc commentHeiko Carstens1-5/+6
2021-09-07s390/con3270: use proper type for tasklet functionHeiko Carstens1-3/+4
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-09-07Merge tag 'linux-can-fixes-for-5.15-20210907' of git://git.kernel.org/pub/scm...David S. Miller2-4/+2
2021-09-07Merge tag 'wireless-drivers-2021-09-07' of git://git.kernel.org/pub/scm/linux...David S. Miller4-4/+9
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-09-07mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-07mfd: syscon: Use of_iomap() instead of ioremap()Hector Martin1-1/+1
2021-09-07dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-1/+1
2021-09-07dma-buf: DMABUF_DEBUG should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-0/+1
2021-09-07can: c_can: fix null-ptr-deref on ioctl()Tong Zhang1-3/+1
2021-09-07can: rcar_canfd: add __maybe_unused annotation to silence warningMarc Kleine-Budde1-1/+1
2021-09-06Input: mms114 - support MMS134SLinus Walleij1-4/+11
2021-09-06Input: elan_i2c - reduce the resume time for controller in Whiteboxjingle.wu2-1/+3
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds1-17/+81
2021-09-06iwl: fix debug printf format stringsLinus Torvalds1-2/+2
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-26/+50
2021-09-06Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+34
2021-09-06net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko1-10/+12
2021-09-06net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko1-4/+4
2021-09-06net: qcom/emac: Replace strlcpy with strscpyJason Wang1-1/+1
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng2-2/+2
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-06stmmac: dwmac-loongson:Fix missing return valuezhaoxiao1-1/+3
2021-09-06Documentation: Add documentation for VDUSEXie Yongji1-5/+0
2021-09-06vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji4-0/+1662
2021-09-06vduse: Implement an MMU-based software IOTLBXie Yongji2-0/+618
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji6-16/+100
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2-4/+4
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji1-4/+16
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji1-3/+6
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji5-34/+83
2021-09-06iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji1-0/+2
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy1-2/+2
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian1-2/+2
2021-09-06iwlwifi: fix printk format warnings in uefi.cRandy Dunlap1-2/+2
2021-09-06cpufreq: mediatek-hw: Add support for CPUFREQ HWHector.Yuan3-0/+321
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme-tcp: Do not reset transport on data digest errorsDaniel Wagner1-4/+18
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke1-1/+2
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig5-12/+11