index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
Jonathan Chocron
2
-0
/
+94
2019-04-25
PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessary
Lyude Paul
1
-0
/
+58
2019-04-24
x86/pci: Clean up usage of X86_DEV_DMA_OPS
Christoph Hellwig
2
-7
/
+1
2019-04-23
PCI/ACPI: Implement _HPX Type 3 Setting Record
Alexandru Gagniuc
2
-0
/
+177
2019-04-23
PCI/ACPI: Remove the need for 'struct hotplug_params'
Alexandru Gagniuc
2
-60
/
+64
2019-04-23
PCI/ACPI: Do not export pci_get_hp_params()
Alexandru Gagniuc
1
-1
/
+0
2019-04-22
PCI: Mark Atheros AR9462 to avoid bus reset
James Prestwood
1
-0
/
+1
2019-04-18
PCI/LINK: Disable bandwidth notification interrupt during suspend
Mika Westerberg
1
-0
/
+14
2019-04-18
switchtec: Fix unintended mask of MRPC event
Wesley Sheng
1
-1
/
+2
2019-04-17
switchtec: Increase PFF limit from 48 to 255
Wesley Sheng
1
-12
/
+27
2019-04-17
PCI: Remove unused pci_request_region_exclusive()
Johannes Thumshirn
1
-25
/
+0
2019-04-17
PCI: Assign bus numbers present in EA capability for bridges
Subbaraya Sundeep
1
-4
/
+50
2019-04-16
PCI: tegra: Use the DMA-API to get the MSI address
Vidya Sagar
1
-9
/
+28
2019-04-16
PCI: dwc: Add callbacks for accessing dbi2 address space
Kishon Vijay Abraham I
2
-2
/
+41
2019-04-16
PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offset
Kishon Vijay Abraham I
1
-5
/
+5
2019-04-15
PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
Kishon Vijay Abraham I
5
-5
/
+5
2019-04-15
PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
Kishon Vijay Abraham I
2
-4
/
+11
2019-04-15
PCI: keystone: Add support to set the max link speed from DT
Kishon Vijay Abraham I
1
-0
/
+35
2019-04-15
PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
Kishon Vijay Abraham I
2
-22
/
+24
2019-04-15
PCI: keystone: Invoke phy_reset() API before enabling PHY
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: keystone: Add support for PCIe RC in AM654x Platforms
Kishon Vijay Abraham I
2
-15
/
+148
2019-04-15
PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: dwc: Fix ATU identification for designware version >= 4.80
Kishon Vijay Abraham I
2
-6
/
+9
2019-04-15
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
3
-23
/
+19
2019-04-15
PCI: keystone: Explicitly set the PCIe mode
Kishon Vijay Abraham I
1
-0
/
+37
2019-04-15
PCI: keystone: Move resources initialization to prepare for EP support
Kishon Vijay Abraham I
1
-12
/
+15
2019-04-15
PCI: rockchip: Fix rockchip_pcie_ep_assert_intx() bitwise operations
Colin Ian King
1
-1
/
+1
2019-04-13
PCI: Fix comment typos
Bjorn Helgaas
3
-160
/
+172
2019-04-12
PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
Logan Gunthorpe
1
-2
/
+17
2019-04-12
PCI: endpoint: Fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-04-12
PCI/AER: Change pci_aer_init() stub to return void
Jisheng Zhang
1
-1
/
+1
2019-04-11
PCI: OF: Support "external-facing" property
Jean-Philippe Brucker
1
-4
/
+10
2019-04-11
PCI: Mark AMD Stoney Radeon R7 GPU ATS as broken
Nikolai Kostrigin
1
-0
/
+1
2019-04-11
PCI: keystone: Use platform_get_resource_byname() to get memory resources
Kishon Vijay Abraham I
1
-10
/
+7
2019-04-11
PCI: keystone: Perform host initialization in a single function
Kishon Vijay Abraham I
1
-40
/
+23
2019-04-11
PCI: keystone: Cleanup error_irq configuration
Kishon Vijay Abraham I
1
-26
/
+17
2019-04-11
PCI: keystone: Add start_link()/stop_link() dw_pcie_ops
Kishon Vijay Abraham I
1
-22
/
+22
2019-04-11
PCI: mediatek: Get optional clocks with devm_clk_get_optional()
Chunfeng Yun
1
-35
/
+15
2019-04-10
PCI: rpaphp: Get/put device node reference during slot alloc/dealloc
Tyrel Datwyler
1
-1
/
+2
2019-04-10
PCI: rpadlpar: Fix leaked device_node references in add/remove paths
Tyrel Datwyler
1
-0
/
+4
2019-04-10
PCI: pciehp: Ignore Link State Changes after powering off a slot
Sergey Miroshnichenko
1
-0
/
+4
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2
-9
/
+9
2019-04-06
PCI: Rework pcie_retrain_link() wait loop
Stefan Mätje
1
-6
/
+4
2019-04-06
PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratum
Stefan Mätje
2
-0
/
+26
2019-04-06
PCI: Factor out pcie_retrain_link() function
Stefan Mätje
1
-16
/
+24
2019-04-05
PCI: Init PCIe feature bits for managed host bridge alloc
Jean-Philippe Brucker
1
-9
/
+14
2019-04-05
PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller
Andre Przywara
1
-0
/
+2
2019-04-04
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
1
-10
/
+12
2019-04-04
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2
-41
/
+14
2019-04-04
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2
-27
/
+74
[prev]
[next]