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
2021-11-04
PCI: kirin: Add MODULE_* macros
Mauro Carvalho Chehab
1
-0
/
+5
2021-11-04
PCI: kirin: Add Kirin 970 compatible
Mauro Carvalho Chehab
1
-0
/
+4
2021-11-04
PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridge
Mauro Carvalho Chehab
1
-32
/
+233
2021-11-04
PCI: apple: Set up reference clocks when probing
Alyssa Rosenzweig
1
-0
/
+46
2021-11-04
PCI: apple: Add initial hardware bring-up
Alyssa Rosenzweig
3
-0
/
+252
2021-11-04
PCI: of: Allow matching of an interrupt-map local to a PCI device
Marc Zyngier
1
-2
/
+8
2021-11-04
PCI: Do not enable AtomicOps on VFs
Selvin Xavier
1
-0
/
+8
2021-11-04
Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+4
2021-11-04
Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2021-11-04
PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h>
Krzysztof Wilczyński
1
-2
/
+0
2021-11-03
PCI: cadence: Add cdns_plat_pcie_probe() missing return
Li Chen
1
-0
/
+2
2021-11-03
PCI: j721e: Fix j721e_pcie_probe() error path
Christophe JAILLET
1
-1
/
+1
2021-11-02
PCI: cpqphp: Use <linux/io.h> instead of <asm/io.h>
Krzysztof Wilczyński
1
-1
/
+1
2021-11-02
Merge branch 'pm-pci'
Rafael J. Wysocki
4
-210
/
+151
2021-11-02
PCI: kirin: Use regmap for APB registers
Mauro Carvalho Chehab
1
-23
/
+26
2021-11-02
PCI: kirin: Add support for a PHY layer
Mauro Carvalho Chehab
1
-14
/
+79
2021-11-02
PCI: kirin: Reorganize the PHY logic inside the driver
Mauro Carvalho Chehab
1
-122
/
+170
2021-10-29
PCI: Add pci_find_dvsec_capability to find designated VSEC
Ben Widawsky
1
-0
/
+32
2021-10-29
PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
Pali Rohár
1
-0
/
+9
2021-10-29
PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
Pali Rohár
1
-0
/
+27
2021-10-29
PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
Pali Rohár
1
-0
/
+20
2021-10-29
PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridge
Pali Rohár
1
-16
/
+38
2021-10-29
PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
Marek Behún
1
-1
/
+6
2021-10-29
PCI: aardvark: Fix return value of MSI domain .alloc() method
Marek Behún
1
-1
/
+1
2021-10-29
PCI: pci-bridge-emul: Fix emulation of W1C bits
Marek Behún
1
-0
/
+13
2021-10-27
PCI: Prefer 'unsigned int' over bare 'unsigned'
Krzysztof Wilczyński
7
-16
/
+19
2021-10-26
PCI: Remove redundant 'rc' initialization
Colin Ian King
1
-1
/
+1
2021-10-25
PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()
Heiner Kallweit
1
-12
/
+13
2021-10-21
PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
Sergio Paracuellos
3
-0
/
+610
2021-10-21
PCI: PM: Fix ordering of operations in pci_back_from_sleep()
Rafael J. Wysocki
1
-1
/
+6
2021-10-19
PCI: Re-enable Downstream Port LTR after reset or hotplug
Mingchuang Qiao
3
-3
/
+41
2021-10-18
PCI/sysfs: Explicitly show first MSI IRQ for 'irq'
Barry Song
1
-1
/
+23
2021-10-18
PCI: Remove struct pci_dev->driver
Uwe Kleine-König
1
-4
/
+0
2021-10-18
PCI: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
4
-37
/
+45
2021-10-18
Merge 5.15-rc6 into driver-core-next
Greg Kroah-Hartman
4
-17
/
+26
2021-10-18
Merge 5.15-rc6 into staging-next
Greg Kroah-Hartman
4
-17
/
+26
2021-10-16
Merge tag 'pci-v5.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+12
2021-10-16
PCI/ERR: Reduce compile time for CONFIG_PCIEAER=n
Lukas Wunner
3
-3
/
+5
2021-10-15
PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarations
Lukas Wunner
1
-2
/
+0
2021-10-15
PCI/portdrv: Remove unused resume err_handler
Lukas Wunner
2
-27
/
+0
2021-10-15
PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset
Lukas Wunner
5
-0
/
+35
2021-10-15
PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()
Lukas Wunner
2
-10
/
+11
2021-10-15
xen/pcifront: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
1
-2
/
+2
2021-10-15
xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrv
Uwe Kleine-König
1
-35
/
+17
2021-10-15
PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
Kunihiko Hayashi
1
-16
/
+10
2021-10-15
PCI: qcom: Add sc8180x compatible
Bjorn Andersson
1
-0
/
+1
2021-10-14
PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280
Prasad Malisetty
1
-0
/
+29
2021-10-14
PCI: qcom: Replace ops with struct pcie_cfg in pcie match data
Prasad Malisetty
1
-11
/
+55
2021-10-14
PCI/switchtec: Add check of event support
Logan Gunthorpe
1
-1
/
+7
2021-10-14
PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPP
Kelvin Cao
1
-4
/
+4
[prev]
[next]