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
2020-11-23
PCI: vmd: Offset Client VMD MSI-X vectors
Jon Derrick
1
-11
/
+26
2020-11-20
PCI: Avoid duplicate IDs in driver dynamic IDs list
Zhenzhong Duan
1
-1
/
+1
2020-11-20
PCI: Move pci_match_device() ahead of new_id_store()
Zhenzhong Duan
1
-72
/
+73
2020-11-20
PCI: Decode PCIe 64 GT/s link speed
Gustavo Pimentel
2
-3
/
+6
2020-11-20
PCI: cadence: Do not error if "cdns,max-outbound-regions" is not found
Kishon Vijay Abraham I
2
-6
/
+4
2020-11-20
PCI: ibmphp: Remove unneeded break
Bjorn Helgaas
1
-2
/
+0
2020-11-20
PCI/ASPM: Save/restore L1SS Capability for suspend/resume
Vidya Sagar
3
-0
/
+55
2020-11-20
PCI: brcmstb: Initialize "tmp" before use
Jim Quinlan
1
-0
/
+1
2020-11-20
PCI: rcar: Drop unused members from struct rcar_pcie_host
Lad Prabhakar
1
-2
/
+0
2020-11-20
PCI: Use predefined Pericom Vendor ID
Andy Shevchenko
1
-3
/
+3
2020-11-20
PCI: Disable MSI for Pericom PCIe-USB adapter
Andy Shevchenko
1
-4
/
+13
2020-11-19
PCI: dwc: Detect number of iATU windows
Rob Herring
6
-45
/
+93
2020-11-19
PCI: dwc: Move inbound and outbound windows to common struct
Rob Herring
2
-14
/
+15
2020-11-19
Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"
Rob Herring
1
-1
/
+10
2020-11-19
PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
Rob Herring
8
-149
/
+17
2020-11-19
PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
Rob Herring
15
-30
/
+1
2020-11-19
PCI: dwc: Move dw_pcie_msi_init() into core
Rob Herring
14
-37
/
+6
2020-11-19
PCI: dwc: Move link handling into common code
Rob Herring
15
-171
/
+103
2020-11-19
PCI: dwc: Rework MSI initialization
Rob Herring
5
-51
/
+13
2020-11-19
PCI: dwc: Move MSI interrupt setup into DWC common code
Rob Herring
13
-81
/
+14
2020-11-19
PCI: dwc: Drop the .set_num_vectors() host op
Rob Herring
4
-28
/
+6
2020-11-19
PCI: dwc/dra7xx: Use the common MSI irq_chip
Rob Herring
1
-125
/
+0
2020-11-19
PCI: dwc: Ensure all outbound ATU windows are reset
Rob Herring
2
-14
/
+5
2020-11-19
PCI: dwc/intel-gw: Remove some unneeded function wrappers
Rob Herring
1
-31
/
+16
2020-11-19
PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
Rob Herring
15
-254
/
+47
2020-11-19
PCI: dwc/intel-gw: Move ATU offset out of driver match data
Rob Herring
1
-6
/
+7
2020-11-19
PCI: keystone: Enable compile-testing on !ARM
Alex Dewar
1
-2
/
+2
2020-11-18
PCI: dwc: Add support to program ATU for >4GB memory
Vidya Sagar
2
-6
/
+9
2020-11-18
PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit
Vidya Sagar
1
-0
/
+5
2020-11-18
PCI: dwc: Support multiple ATU memory regions
Rob Herring
2
-25
/
+33
2020-11-17
PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
Christoph Hellwig
1
-4
/
+1
2020-11-17
PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
Christoph Hellwig
1
-20
/
+0
2020-11-04
PCI: mvebu: Fix duplicate resource requests
Rob Herring
1
-13
/
+10
2020-11-04
PCI: dwc: Restore ATU memory resource setup to use last entry
Rob Herring
1
-2
/
+6
2020-10-30
PCI: Always enable ACS even if no ACS Capability
Rajat Jain
1
-2
/
+7
2020-10-28
PCI: vmd: Use msi_msg shadow structs
Thomas Gleixner
1
-5
/
+4
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
1
-3
/
+3
2020-10-22
Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2020-10-22
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
59
-1703
/
+2279
2020-10-21
Merge branch 'remotes/lorenzo/pci/xilinx'
Bjorn Helgaas
1
-4
/
+0
2020-10-21
Merge branch 'remotes/lorenzo/pci/xgene'
Bjorn Helgaas
1
-2
/
+2
2020-10-21
Merge branch 'pci/vmd'
Bjorn Helgaas
1
-123
/
+181
2020-10-21
Merge branch 'remotes/lorenzo/pci/tegra'
Bjorn Helgaas
2
-59
/
+12
2020-10-21
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
1
-1
/
+1
2020-10-21
Merge branch 'remotes/lorenzo/pci/qcom'
Bjorn Helgaas
1
-0
/
+13
2020-10-21
Merge branch 'remotes/lorenzo/pci/mvebu'
Bjorn Helgaas
1
-3
/
+0
2020-10-21
Merge branch 'remotes/lorenzo/pci/mobiveil'
Bjorn Helgaas
1
-6
/
+1
2020-10-21
Merge branch 'remotes/lorenzo/pci/meson'
Bjorn Helgaas
2
-2
/
+9
2020-10-21
Merge branch 'remotes/lorenzo/pci/loongson'
Bjorn Helgaas
1
-6
/
+1
2020-10-21
Merge branch 'remotes/lorenzo/pci/kirin'
Bjorn Helgaas
1
-1
/
+5
[prev]
[next]