summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg2021-02-042-2/+16
* thunderbolt: dma_test: Drop unnecessary includeMika Westerberg2021-02-041-1/+0
* thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg2021-02-041-0/+5
* thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+7
* thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+2
* thunderbolt: path: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+2
* thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-2/+11
* thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-5/+42
* thunderbolt: switch: Fix function name in the headerLee Jones2021-01-281-1/+1
* thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones2021-01-281-1/+1
* thunderbolt: icm: Fix a couple of formatting issuesLee Jones2021-01-281-2/+2
* thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones2021-01-281-2/+2
* thunderbolt: tb: Kernel-doc function headers should document their parametersLee Jones2021-01-281-6/+6
* thunderbolt: nhi: Demote some non-conformant kernel-doc headersLee Jones2021-01-281-5/+5
* thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' paramLee Jones2021-01-281-1/+1
* thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com...Lee Jones2021-01-281-10/+10
* thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones2021-01-281-2/+2
* thunderbolt: cap: Fix kernel-doc formatting issueLee Jones2021-01-281-1/+1
* thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return valueLee Jones2021-01-281-0/+2
* thunderbolt: Add support for de-authorizing devicesMika Westerberg2021-01-154-3/+86
* thunderbolt: Start lane initialization after sleepMika Westerberg2021-01-114-1/+63
* thunderbolt: Constify static attribute_group structsRikard Falkeborn2021-01-113-4/+4
* thunderbolt: Use kmemdup instead of kzalloc and memcpyTian Tao2020-12-281-3/+1
* Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds2020-12-274-3/+44
|\
| * ntb: intel: add Intel NTB LTR vendor support for gen4 NTBDave Jiang2020-12-063-1/+42
| * ntb: idt: fix error check in ntb_hw_idt.cWang Qing2020-12-061-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-272-2/+4
|\ \
| * | crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero2020-12-231-0/+1
| * | crypto: keembay - Add dependency on HAS_IOMEMDaniele Alessandrelli2020-12-231-0/+1
| * | crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-12-231-2/+2
* | | mfd: ab8500-debugfs: Remove extraneous seq_putcLinus Torvalds2020-12-261-1/+0
* | | Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-252-32/+31
|\ \ \
| * | | PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin2020-12-251-6/+2
| * | | PCI: tegra: Fix host link initializationRob Herring2020-12-251-26/+29
* | | | mfd: ab8500-debugfs: Remove extraneous curly braceNathan Chancellor2020-12-251-1/+0
* | | | drm/amd/display: avoid uninitialized variable warningLinus Torvalds2020-12-251-1/+1
* | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-2419-174/+183
|\ \ \ \
| * | | | xen/events: Implement irq distributionThomas Gleixner2020-12-151-8/+68
| * | | | xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner2020-12-151-3/+5
| * | | | xen/events: Only force affinity mask for percpu interruptsThomas Gleixner2020-12-151-14/+34
| * | | | xen/events: Use immediate affinity settingThomas Gleixner2020-12-151-26/+9
| * | | | xen/events: Remove disfunct affinity spreadingThomas Gleixner2020-12-152-42/+1
| * | | | xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner2020-12-151-6/+0
| * | | | net/mlx5: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * | | | net/mlx5: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-7/+3
| * | | | net/mlx4: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * | | | net/mlx4: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-11/+6
| * | | | PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
| * | | | PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
| * | | | NTB/msi: Use irq_has_action()Thomas Gleixner2020-12-151-3/+1