index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
PCI: Allow drivers to request exclusive config regions
Ira Weiny
2
-0
/
+13
2022-11-14
PCI: histb: Switch to using gpiod API
Dmitry Torokhov
1
-20
/
+19
2022-11-12
PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
Dexuan Cui
1
-15
/
+75
2022-11-11
PCI: Fix pci_device_is_present() for VFs by checking PF
Michael S. Tsirkin
1
-0
/
+2
2022-11-11
PCI: imx6: Initialize PHY before deasserting core reset
Sascha Hauer
1
-6
/
+7
2022-11-11
PCI: endpoint: Fix Kconfig indent style
Shunsuke Mie
1
-9
/
+9
2022-11-11
PCI: qcom: Add basic interconnect support
Johan Hovold
1
-0
/
+76
2022-11-11
PCI: vmd: Disable MSI remapping after suspend
Nirmal Patel
1
-0
/
+5
2022-11-11
PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
Jim Quinlan
1
-1
/
+8
2022-11-11
PCI: brcmstb: Drop needless 'inline' annotations
Jim Quinlan
1
-6
/
+6
2022-11-11
PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()
Jim Quinlan
1
-17
/
+10
2022-11-11
PCI: brcmstb: Wait for 100ms following PERST# deassert
Jim Quinlan
1
-2
/
+9
2022-11-11
PCI: brcmstb: Enable Multi-MSI
Jim Quinlan
1
-11
/
+15
2022-11-10
PCI: Remove unnecessary <linux/of_irq.h> includes
Bjorn Helgaas
14
-14
/
+0
2022-11-10
PCI: xgene-msi: Include <linux/irqdomain.h> explicitly
Bjorn Helgaas
1
-0
/
+1
2022-11-10
PCI: mvebu: Include <linux/irqdomain.h> explicitly
Bjorn Helgaas
1
-0
/
+1
2022-11-10
PCI: microchip: Include <linux/irqdomain.h> explicitly
Bjorn Helgaas
1
-0
/
+1
2022-11-10
PCI: altera-msi: Include <linux/irqdomain.h> explicitly
Bjorn Helgaas
1
-0
/
+1
2022-11-10
PCI: dwc: Use dev_info for PCIe link down event logging
Vidya Sagar
1
-1
/
+1
2022-11-10
PCI: qcom: Fix error message for reset_control_assert()
Manivannan Sadhasivam
1
-1
/
+1
2022-11-09
PCI/sysfs: Fix double free in error path
Sascha Hauer
1
-4
/
+9
2022-11-09
PCI/P2PDMA: Allow userspace VMA allocations through sysfs
Logan Gunthorpe
1
-0
/
+124
2022-11-08
PCI: Assign PCI domain IDs by ida_alloc()
Pali Rohár
3
-43
/
+73
2022-11-07
Revert "PCI: Clear PCI_STATUS when setting up device"
Bjorn Helgaas
1
-3
/
+0
2022-11-07
PCI/ACPI: Use METHOD_NAME__UID instead of plain string
Yipeng Zou
1
-1
/
+1
2022-11-04
PCI: Access Link 2 registers only for devices with Links
Maciej W. Rozycki
2
-1
/
+8
2022-11-03
PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
Dexuan Cui
1
-6
/
+16
2022-11-03
PCI: Enable PASID only when ACS RR & UF enabled on upstream path
Lu Baolu
1
-0
/
+3
2022-10-27
PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
Kunihiko Hayashi
1
-1
/
+1
2022-10-27
PCI: tegra: Switch to using devm_fwnode_gpiod_get
Dmitry Torokhov
1
-4
/
+5
2022-10-27
PCI: endpoint: Fix WARN() when an endpoint driver is removed
Yoshihiro Shimoda
1
-1
/
+6
2022-10-27
PCI: designware-ep: Disable PTM capabilities for EP mode
Vidya Sagar
1
-1
/
+18
2022-10-27
PCI: dwc: Fix n_fts[] array overrun
Vidya Sagar
1
-1
/
+1
2022-10-26
PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late()
Bjorn Helgaas
1
-4
/
+4
2022-10-24
PCI/portdrv: Unexport pcie_port_service_register(), pcie_port_service_unregis...
Bjorn Helgaas
1
-2
/
+0
2022-10-24
PCI/portdrv: Move private things to portdrv.c
Bjorn Helgaas
2
-9
/
+9
2022-10-24
PCI/portdrv: Squash into portdrv.c
Bjorn Helgaas
4
-272
/
+244
2022-10-17
Revert "PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macro"
Jon Hunter
1
-3
/
+8
2022-10-17
PCI: qcom-ep: Setup PHY to work in EP mode
Dmitry Baryshkov
1
-0
/
+5
2022-10-17
PCI: qcom: Setup PHY to work in RC mode
Dmitry Baryshkov
1
-0
/
+5
2022-10-15
Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-61
/
+1
2022-10-14
Revert "PCI: Distribute available resources for root buses, too"
Bjorn Helgaas
1
-61
/
+1
2022-10-12
Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-108
/
+53
2022-10-11
Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-610
/
+1049
2022-10-07
xen/pcifront: move xenstore config scanning into sub-function
Juergen Gross
1
-106
/
+37
2022-10-05
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2022-10-05
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
4
-36
/
+58
2022-10-05
Merge branch 'pci/qcom'
Bjorn Helgaas
2
-112
/
+180
2022-10-05
Merge branch 'remotes/lorenzo/pci/mvebu'
Bjorn Helgaas
1
-6
/
+6
2022-10-05
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
1
-1
/
+1
[prev]
[next]