summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath11k: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
* drm/i915: make relay callbacks constJani Nikula2020-12-151-1/+1
* rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2020-12-151-81/+0
* drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel2020-12-151-7/+7
* drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel2020-12-154-0/+87
* lkdtm: tests for FORTIFY_SOURCEDaniel Axtens2020-12-153-0/+54
* Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1567-1706/+1638
|\
| * Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2020-12-151-11/+26
| |\
| | * PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick2020-11-231-11/+26
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-12-151-2/+0
| |\ \
| | * | PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar2020-11-201-2/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2020-12-151-2/+2
| |\ \
| | * | PCI: keystone: Enable compile-testing on !ARMAlex Dewar2020-11-191-2/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2020-12-151-7/+22
| |\ \
| | * | PCI: iproc: Enhance PCIe Link information displaySrinath Mannam2020-11-301-0/+6
| | * | PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik2020-11-301-2/+11
| | * | PCI: iproc: Fix out-of-bound array accessesBharat Gooty2020-11-301-5/+5
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-12-1527-1475/+772
| |\ \
| | * | PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar2020-12-101-0/+8
| | * | PCI: qcom: Add support for configuring BDF to SID mapping for SM8250Manivannan Sadhasivam2020-12-092-0/+89
| | * | PCI: qcom: Add SM8250 SoC supportManivannan Sadhasivam2020-12-081-0/+11
| | * | PCI: tegra: Disable LTSSM during L2 entryVidya Sagar2020-12-071-7/+9
| | * | PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar2020-12-071-1/+5
| | * | PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar2020-12-071-24/+15
| | * | PCI: tegra: Set DesignWare IP versionVidya Sagar2020-12-071-0/+1
| | * | PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar2020-12-071-6/+6
| | * | PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar2020-12-011-0/+7
| | * | PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar2020-12-011-9/+10
| | * | PCI: dwc: exynos: Rework the driver to support Exynos5433 variantJaehoon Chung2020-12-013-216/+147
| | * | phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHYJaehoon Chung2020-11-231-192/+112
| | * | PCI: dwc: Detect number of iATU windowsRob Herring2020-11-196-45/+93
| | * | PCI: dwc: Move inbound and outbound windows to common structRob Herring2020-11-192-14/+15
| | * | Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring2020-11-191-1/+10
| | * | PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring2020-11-198-149/+17
| | * | PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-1915-30/+1
| | * | PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-1914-37/+6
| | * | PCI: dwc: Move link handling into common codeRob Herring2020-11-1915-171/+103
| | * | PCI: dwc: Rework MSI initializationRob Herring2020-11-195-51/+13
| | * | PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-1913-81/+14
| | * | PCI: dwc: Drop the .set_num_vectors() host opRob Herring2020-11-194-28/+6
| | * | PCI: dwc/dra7xx: Use the common MSI irq_chipRob Herring2020-11-191-125/+0
| | * | PCI: dwc: Ensure all outbound ATU windows are resetRob Herring2020-11-192-14/+5
| | * | PCI: dwc/intel-gw: Remove some unneeded function wrappersRob Herring2020-11-191-31/+16
| | * | PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-1915-254/+47
| | * | PCI: dwc/intel-gw: Move ATU offset out of driver match dataRob Herring2020-11-191-6/+7
| | * | PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar2020-11-182-6/+9
| | * | PCI: of: Warn if non-prefetchable memory aperture size is > 32-bitVidya Sagar2020-11-181-0/+5
| | * | PCI: dwc: Support multiple ATU memory regionsRob Herring2020-11-182-26/+34
| | |/