aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-26mlxsw: core_linecards: Expose device PSID over device infoJiri Pirko2-0/+32
2022-07-26mlxsw: reg: Add Management DownStream Device Tunneling RegisterJiri Pirko1-0/+90
2022-07-26mlxsw: core_linecards: Probe active line cards for devices and expose FW versionJiri Pirko2-0/+66
2022-07-26mlxsw: reg: Extend MDDQ by device_infoJiri Pirko1-1/+82
2022-07-26mlxsw: core_linecards: Expose HW revision and INI versionJiri Pirko3-0/+43
2022-07-26mlxsw: core_linecards: Introduce per line card auxiliary deviceJiri Pirko6-3/+194
2022-07-26ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2-40/+2
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams7-12/+441
2022-07-26cxl/pmem: Fix offline_nvdimm_bus() to offline by bridgeDan Williams2-4/+18
2022-07-26cxl/region: Add region driver boiler plateDan Williams4-1/+66
2022-07-26powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-PSumeet Pawnikar1-0/+2
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki1-30/+24
2022-07-26ACPI: PM: x86: Print messages regarding LPS0 idle supportRafael J. Wysocki2-1/+6
2022-07-26ublk_drv: fix double shift bugDan Carpenter1-2/+2
2022-07-26ice: Add support for PPPoE hardware offloadMarcin Szycik6-2/+259
2022-07-26gpio: xilinx: add missing blank line after declarationsShubhrajyoti Datta1-0/+2
2022-07-26drm/fsl-dcu: Use drm_plane_helper_destroy()Thomas Zimmermann1-7/+2
2022-07-26drm/armada: Use drm_plane_helper_destroy()Thomas Zimmermann1-7/+2
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann7-27/+72
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann49-50/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann32-89/+89
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann29-29/+0
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann2-2/+2
2022-07-26dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-26dmaengine: axi-dmac: check cache coherency registerMathias Tausen1-0/+16
2022-07-26spi: a3700: support BE for AC5 SPI driverNoam1-2/+2
2022-07-26drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor1-1/+1
2022-07-26rtc: Add NCT3018Y real time clock driverMia Lin3-0/+564
2022-07-26hwmon: (occ) Replace open-coded variant of %*phN specifierAndy Shevchenko1-6/+2
2022-07-26mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang1-6/+80
2022-07-26mmc: core: Add support for SDIO wakeup interruptAxe Yang1-0/+14
2022-07-26rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride1-4/+18
2022-07-26rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König1-3/+1
2022-07-26rtc: vr41xx: remove driverThomas Bogendoerfer3-374/+0
2022-07-26rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix1-3/+0
2022-07-26hwmon: (sht15) Fix wrong assumptions in device remove callbackUwe Kleine-König1-11/+6
2022-07-26hwmon: (aquacomputer_d5next) Add support for reading the +12V voltage sensor on D5 NextAleksa Savic1-3/+6
2022-07-26dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das1-0/+17
2022-07-26dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failedUwe Kleine-König1-4/+1
2022-07-26dmaengine: tegra: Add terminate() for Tegra234Akhil R1-2/+24
2022-07-26PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()Logan Gunthorpe1-66/+0
2022-07-26RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe1-36/+9
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe1-1/+1
2022-07-26nvme-pci: convert to using dma_map_sgtable()Logan Gunthorpe1-40/+29
2022-07-26nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe3-5/+12
2022-07-26iommu/dma: support PCI P2PDMA pages in dma-iommu map_sgLogan Gunthorpe1-14/+85