summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-24dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran1-7/+63
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz3-30/+27
2021-02-24dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
2021-02-24drm/amd/display: Fix system hang after multiple hotplugs (v3)Qingqing Zhuo2-13/+92
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang3-3/+18
2021-02-24ACPI: platform: Add balanced-performance platform profileMaximilian Luz1-0/+1
2021-02-24ACPI: platform: Hide ACPI_PLATFORM_PROFILE optionMaximilian Luz2-17/+3
2021-02-24Merge branch 'for-5.12/dax' into for-5.12/libnvdimmDan Williams4-16/+25
2021-02-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-13/+64
2021-02-24wireguard: kconfig: use arm chacha even with no neonJason A. Donenfeld1-1/+1
2021-02-24wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld8-93/+144
2021-02-24wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld1-3/+4
2021-02-24wireguard: peer: put frequently used members above cache linesJason A. Donenfeld1-2/+2
2021-02-24wireguard: socket: remove bogus __be32 annotationJann Horn1-2/+2
2021-02-24wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2-3/+3
2021-02-24virtio/s390: implement virtio-ccw revision 2 correctlyCornelia Huck1-2/+2
2021-02-24PCI/portdrv: Report reset for frozen channelKeith Busch1-1/+2
2021-02-24PCI/AER: Specify the type of Port that was resetKeith Busch1-1/+2
2021-02-24PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2021-02-24PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch1-1/+1
2021-02-24PCI/ERR: Clear status of the reporting deviceKeith Busch1-7/+6
2021-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+1
2021-02-24Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-5627/+2707
2021-02-24Merge tag 'acpi-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-26/+53
2021-02-24Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds6-59/+63
2021-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds28-517/+1126
2021-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds30-279/+2424
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+13
2021-02-24vxlan: move debug check after netdev unregisterTaehee Yoo1-3/+8
2021-02-23r8152: spilt rtl_set_eee_plus and r8153b_green_enHayes Wang1-16/+27
2021-02-23r8152: replace netif_err with dev_errHayes Wang1-2/+2
2021-02-23r8152: check if the pointer of the function existsHayes Wang1-0/+13
2021-02-23r8152: enable U1/U2 for USB_SPEED_SUPERHayes Wang1-3/+4
2021-02-23PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai1-6/+6
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli3-15/+21
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli3-8/+22
2021-02-23Marvell Sky2 Ethernet adapter: fix warning messages.Krzysztof Halasa1-3/+2
2021-02-23bcm63xx_enet: fix sporadic kernel panicSieng Piaw Liew1-2/+6
2021-02-23NTB: Add support for EPF PCI Non-Transparent BridgeKishon Vijay Abraham I5-0/+762
2021-02-23PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I1-1/+0
2021-02-23PCI: endpoint: Add EP function driver to provide NTB functionalityKishon Vijay Abraham I3-0/+2142
2021-02-23PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I1-6/+1
2021-02-23PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I1-0/+53
2021-02-23PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I1-0/+23
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I1-0/+32
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I1-0/+41
2021-02-23PCI: endpoint: Add support in configfs to associate two EPCs with EPFKishon Vijay Abraham I1-0/+147
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I4-34/+87
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I1-16/+0
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2-6/+8