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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-20
PCI: Make saved capability state private to core
Bjorn Helgaas
1
-2
/
+21
2021-08-20
PCI: Add schedule point in proc_bus_pci_read()
Krzysztof Wilczyński
1
-0
/
+1
2021-08-20
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
2
-3
/
+3
2021-08-20
PCI: Add ACS quirks for Cavium multi-function devices
George Cherian
1
-0
/
+4
2021-08-20
PCI/PTM: Remove error message at boot
Jakub Kicinski
1
-3
/
+1
2021-08-20
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
1
-0
/
+23
2021-08-20
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-0
/
+33
2021-08-20
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
1
-0
/
+26
2021-08-20
Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-1
/
+2
2021-08-20
PCI: keembay: Add support for Intel Keem Bay
Srikanth Thokala
3
-0
/
+489
2021-08-20
PCI: aardvark: Configure PCIe resources from 'ranges' DT property
Pali Rohár
1
-1
/
+194
2021-08-19
Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-4
/
+4
2021-08-19
PCI/sysfs: Use correct variable for the legacy_mem sysfs object
Krzysztof Wilczyński
1
-1
/
+1
2021-08-19
PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI
Marcin Bachry
1
-0
/
+1
2021-08-19
PCI: j721e: Add PCIe support for AM64
Kishon Vijay Abraham I
1
-0
/
+19
2021-08-19
PCI: j721e: Add PCIe support for J7200
Kishon Vijay Abraham I
1
-4
/
+36
2021-08-19
PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet state
Nadeem Athani
4
-0
/
+38
2021-08-19
PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
Kishon Vijay Abraham I
2
-2
/
+2
2021-08-19
PCI: cadence: Add support to configure virtual functions
Kishon Vijay Abraham I
2
-21
/
+128
2021-08-19
PCI: cadence: Simplify code to get register base address for configuring BAR
Kishon Vijay Abraham I
2
-14
/
+7
2021-08-19
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
8
-163
/
+297
2021-08-19
PCI: endpoint: Add support to link a physical function to a virtual function
Kishon Vijay Abraham I
1
-0
/
+24
2021-08-19
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
2
-2
/
+98
2021-08-18
PCI: Change the type of probe argument in reset functions
Amey Narkhede
8
-44
/
+44
2021-08-18
PCI: Add support for ACPI _RST reset method
Shanker Donthineni
3
-0
/
+30
2021-08-18
PCI: Setup ACPI fwnode early and at the same time with OF
Shanker Donthineni
2
-25
/
+16
2021-08-18
PCI: Use acpi_pci_power_manageable()
Shanker Donthineni
1
-8
/
+10
2021-08-18
PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION
Shanker Donthineni
2
-4
/
+10
2021-08-18
PCI: Allow userspace to query and set device reset mechanism
Amey Narkhede
3
-0
/
+125
2021-08-17
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
5
-7
/
+5
2021-08-17
PCI: Add array to track reset method ordering
Amey Narkhede
3
-44
/
+63
2021-08-17
PCI: Add pcie_reset_flr() with 'probe' argument
Amey Narkhede
3
-39
/
+38
2021-08-17
PCI: Cache PCIe Device Capabilities register
Amey Narkhede
2
-6
/
+5
2021-08-16
PCI: rcar: Add L1 link state fix into data abort hook
Marek Vasut
2
-0
/
+93
2021-08-13
PCI: hv: Support for create interrupt v3
Sunil Muthuswamy
1
-5
/
+62
2021-08-13
PCI: xilinx-nwl: Enable the clock through CCF
Hyun Kwon
1
-0
/
+12
2021-08-12
ARM: ixp4xx: fix building both pci drivers
Arnd Bergmann
1
-4
/
+4
2021-08-12
PCI: Fix pci_dev_str_match_path() alloc while atomic bug
Dan Carpenter
1
-1
/
+1
2021-08-12
PCI/VPD: Treat invalid VPD like missing VPD capability
Heiner Kallweit
1
-6
/
+3
2021-08-12
PCI/VPD: Determine VPD size in pci_vpd_init()
Heiner Kallweit
1
-23
/
+19
2021-08-12
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
2
-50
/
+14
2021-08-12
PCI/VPD: Remove struct pci_vpd.valid member
Heiner Kallweit
1
-17
/
+12
2021-08-12
PCI/VPD: Remove struct pci_vpd_ops
Heiner Kallweit
1
-54
/
+32
2021-08-12
PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
Heiner Kallweit
1
-30
/
+30
2021-08-10
PCI/MSI: Use new mask/unmask functions
Thomas Gleixner
1
-81
/
+21
2021-08-10
PCI/MSI: Provide a new set of mask and unmask functions
Thomas Gleixner
1
-0
/
+72
2021-08-10
PCI/MSI: Cleanup msi_mask()
Thomas Gleixner
1
-14
/
+11
2021-08-10
PCI/MSI: Deobfuscate virtual MSI-X
Thomas Gleixner
1
-17
/
+8
2021-08-10
PCI/MSI: Consolidate error handling in msi_capability_init()
Thomas Gleixner
1
-15
/
+11
2021-08-10
PCI/MSI: Rename msi_desc::masked
Thomas Gleixner
1
-15
/
+15
[prev]
[next]