Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f03c7aa4598b78f9f0f6883f1e410f67968f74b9
/
drivers
/
pci
f03c7aa
Merge branch 'lorenzo/pci/dwc'
by Bjorn Helgaas
· 7 years ago
bdc4bb1
Merge branch 'lorenzo/pci/armada8k'
by Bjorn Helgaas
· 7 years ago
fd83941
Merge branch 'pci/virtualization'
by Bjorn Helgaas
· 7 years ago
a7c9d4c
Merge branch 'pci/resource'
by Bjorn Helgaas
· 7 years ago
ae08aa1
Merge branch 'pci/portdrv'
by Bjorn Helgaas
· 7 years ago
f64c146
Merge branch 'pci/hotplug'
by Bjorn Helgaas
· 7 years ago
5e3165d
Merge branch 'pci/enumeration'
by Bjorn Helgaas
· 7 years ago
8e069da
Merge branch 'pci/dpc'
by Bjorn Helgaas
· 7 years ago
08b5b2f
Merge branch 'pci/aspm'
by Bjorn Helgaas
· 7 years ago
e13d17f
PCI/AER: Replace struct pcie_device with pci_dev
by Keith Busch
· 7 years ago
8f6fb67
PCI/AER: Remove unused parameters
by Keith Busch
· 7 years ago
e412d63
PCI: Improve "partially hidden behind bridge" log message
by Mika Westerberg
· 7 years ago
70f7880
PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() doc
by Mika Westerberg
· 7 years ago
14fe595
PCI: Move resource distribution for single bridge outside loop
by Mika Westerberg
· 7 years ago
3374c54
PCI: Account for all bridges on bus when distributing bus numbers
by Mika Westerberg
· 7 years ago
9337a49
ACPI / hotplug / PCI: Drop unnecessary parentheses
by Mika Westerberg
· 7 years ago
8f004f4
ACPI / hotplug / PCI: Mark stale PCI devices disconnected
by Mika Westerberg
· 7 years ago
84c8b58
ACPI / hotplug / PCI: Don't scan bridges managed by native hotplug
by Mika Westerberg
· 7 years ago
90cc0c3
PCI: shpchp: Add shpchp_is_native()
by Mika Westerberg
· 7 years ago
bed4e9c
PCI: shpchp: Fix AMD POGO identification
by Bjorn Helgaas
· 7 years ago
010caed
PCI/AER: Decode Error Source Requester ID
by Bjorn Helgaas
· 7 years ago
ad4050d
PCI/AER: Remove aer_recover_work_func() forward declaration
by Borislav Petkov
· 7 years ago
b09803b
PCI/DPC: Use the generic pcie_do_fatal_recovery() path
by Oza Pawandeep
· 7 years ago
0b91439
PCI/AER: Pass service type to pcie_do_fatal_recovery()
by Oza Pawandeep
· 7 years ago
6927868
PCI/DPC: Disable ERR_NONFATAL handling by DPC
by Oza Pawandeep
· 7 years ago
e76d596
PCI/portdrv: Add generic pcie_port_find_device()
by Oza Pawandeep
· 7 years ago
f2b775f
PCI: shpchp: Use dev_printk() for OSHP-related messages
by Bjorn Helgaas
· 7 years ago
96a621e
PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper
by Mika Westerberg
· 7 years ago
6f77fa4
PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flags
by Mika Westerberg
· 7 years ago
aa6be07
PCI: shpchp: Rely on previous _OSC results
by Mika Westerberg
· 7 years ago
1df81a6
PCI: shpchp: Request SHPC control via _OSC when adding host bridge
by Mika Westerberg
· 7 years ago
82280f7
PCI: shpchp: Convert SHPC to be builtin only
by Mika Westerberg
· 7 years ago
5352a44
PCI: pciehp: Make pciehp_is_native() stricter
by Mika Westerberg
· 7 years ago
9310f0d
PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplug
by Mika Westerberg
· 7 years ago
37bd62d
PCI: Enable PCI_DOMAINS along with generic PCI host controller
by Jan Kiszka
· 7 years ago
01fcb7f
PCI: Add support for unbinding the generic PCI host controller
by Jan Kiszka
· 7 years ago
5bd51b3
PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()
by Jan Kiszka
· 7 years ago
d9c5d5a
PCI: Use dev_printk() in of_pci_get_host_bridge_resources()
by Jan Kiszka
· 7 years ago
055f87a
PCI: Pass struct device to of_pci_get_host_bridge_resources()
by Jan Kiszka
· 7 years ago
126b7de
PCI: Rename of_pci_get_host_bridge_resources() device node parameter
by Jan Kiszka
· 7 years ago
3bbce53
PCI: Fix devm_pci_alloc_host_bridge() memory leak
by Jan Kiszka
· 7 years ago
e5b1db0
PCI: Remove unused pcie_get_minimum_link()
by Bjorn Helgaas
· 7 years ago
6f5cdfa
PCI: Prevent sysfs disable of device while driver is attached
by Christoph Hellwig
· 7 years ago
8d85a7a
PCI/IOV: Allow PF drivers to limit total_VFs to 0
by Jakub Kicinski
· 7 years ago
13c6584
PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
by Mika Westerberg
· 7 years ago
5d9c6b8
PCI: pnv_php: Add missing of_node_put()
by Julia Lawall
· 7 years ago
854b69e
PCI: qcom: add runtime pm support to pcie_port
by Srinivas Kandagatla
· 7 years ago
f252d06
PCI/portdrv: Add generic pcie_port_find_service()
by Oza Pawandeep
· 7 years ago
2e28bc8
PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
by Oza Pawandeep
· 7 years ago
d25e28e
PCI/AER: Rename error recovery interfaces to generic PCI naming
by Oza Pawandeep
· 7 years ago
7e9084b
PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
by Oza Pawandeep
· 7 years ago
9f5a70f1
PCI: Add generic pcie_wait_for_link() interface
by Oza Pawandeep
· 7 years ago
56abbf8
PCI/DPC: Clear interrupt status in interrupt handler top half
by Oza Pawandeep
· 7 years ago
074df25
PCI: qcom: Fix a bitwise vs logical NOT typo
by Dan Carpenter
· 7 years ago
ae07b78
PCI: Make pci_get_new_domain_nr() static
by Jan Kiszka
· 7 years ago
011cb23
PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()
by Gustavo Pimentel
· 7 years ago
71dcce6
PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap()
by Gustavo Pimentel
· 7 years ago
1d906b2
PCI: dwc: Add support for EP mode
by Gustavo Pimentel
· 7 years ago
9e2aee8
PCI: Move private DT related functions into private header
by Rob Herring
· 7 years ago
a5aa35c
PCI: dwc: Move CONFIG_PCI depends to menu
by Rob Herring
· 7 years ago
76cbf06
PCI: dwc: Replace magic number by defines
by Gustavo Pimentel
· 7 years ago
6995de2
PCI: dwc: Small computation improvement
by Gustavo Pimentel
· 7 years ago
b4a8a51
PCI: dwc: Replace lower into upper case characters
by Gustavo Pimentel
· 7 years ago
2d27ae8
PCI: dwc: Define maximum number of vectors
by Gustavo Pimentel
· 7 years ago
c27fd68
PCI: imx6: Remove space before tabs
by Fabio Estevam
· 7 years ago
795e79df
PCI: keystone: Do not treat link up message as error
by Fabio Estevam
· 7 years ago
cef7440
PCI: Add "pci=noats" boot parameter
by Gil Kupfer
· 7 years ago
2af8641
PCI/AER: Add TLP header information to tracepoint
by Thomas Tai
· 7 years ago
5d0b401
PCI/AER: Unify error bit printing for native and CPER reporting
by Alexandru Gagniuc
· 7 years ago
17e8f0d
PCI: Check whether bridges allow access to extended config space
by Gilles Buloz
· 7 years ago
d22b362
PCI: pciehp: Add quirk for Command Completed errata
by Bjorn Helgaas
· 7 years ago
333c8c12
PCI: Add Qualcomm vendor ID
by Bjorn Helgaas
· 7 years ago
5d20637
PCI/portdrv: Remove unused pcie_port_acpi_setup()
by Bjorn Helgaas
· 7 years ago
f154a71
PCI: Add ACS quirk for Intel 300 series
by Mika Westerberg
· 7 years ago
e8440f4
PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
by Alex Williamson
· 7 years ago
a8ccf8a
PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFs
by Alexander Duyck
· 7 years ago
8effc39
PCI/IOV: Add pci_sriov_configure_simple()
by Alexander Duyck
· 7 years ago
af8bb9f
PCI/ACPI: Request LTR control from platform before using it
by Bjorn Helgaas
· 7 years ago
4051f5eb
PCI: ibmphp: Fix use-before-set in get_max_bus_speed()
by Dan Carpenter
· 7 years ago
9ab105d
PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
by Bjorn Helgaas
· 7 years ago
adf5845
PCI: Remove messages about reassigning resources
by Desnes A. Nunes do Rosario
· 7 years ago
1b30dfd
PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
by Sinan Kaya
· 7 years ago
49a695b
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
3c0d551
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
7432acf
Merge branch 'lorenzo/pci/xilinx'
by Bjorn Helgaas
· 7 years ago
d2f48c5
Merge branch 'lorenzo/pci/xgene'
by Bjorn Helgaas
· 7 years ago
34fe07b
Merge branch 'lorenzo/pci/tegra'
by Bjorn Helgaas
· 7 years ago
df25d40
Merge branch 'lorenzo/pci/rcar'
by Bjorn Helgaas
· 7 years ago
84d4d6f
Merge branch 'lorenzo/pci/hv'
by Bjorn Helgaas
· 7 years ago
74716ff
Merge branch '6c994c504fa2'
by Bjorn Helgaas
· 7 years ago
14d8d77
Merge branch 'lorenzo/pci/endpoint'
by Bjorn Helgaas
· 7 years ago
1ad9a87
Merge branch 'lorenzo/pci/dwc-msi'
by Bjorn Helgaas
· 7 years ago
f3c9109
Merge branch 'lorenzo/pci/dwc'
by Bjorn Helgaas
· 7 years ago
248c51d
Merge branch 'lorenzo/pci/altera'
by Bjorn Helgaas
· 7 years ago
c8afd5e
Merge branch 'pci/vpd'
by Bjorn Helgaas
· 7 years ago
a4b8850
Merge branch 'pci/virtualization'
by Bjorn Helgaas
· 7 years ago
64ae499
Merge branch 'pci/portdrv'
by Bjorn Helgaas
· 7 years ago
43b90ea
Merge branch 'pci/misc'
by Bjorn Helgaas
· 7 years ago
3da1b61
Merge branch 'pci/lpc'
by Bjorn Helgaas
· 7 years ago
a5c6ad7
Merge branch 'pci/hotplug'
by Bjorn Helgaas
· 7 years ago
Next »