index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller
Yifeng Li
1
-0
/
+3
2021-12-22
PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
Thomas Gleixner
1
-1
/
+1
2021-11-26
PCI/MSI: Destroy sysfs before freeing entries
Thomas Gleixner
1
-12
/
+12
2021-11-26
PCI: aardvark: Don't spam about PIO Response Status
Marek Behún
1
-1
/
+1
2021-11-26
PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
Marek Behún
1
-1
/
+6
2021-11-26
PCI: Mark Atheros QCA6174 to avoid bus reset
Ingmar Klein
1
-0
/
+1
2021-09-22
PCI: Use pci_update_current_state() in pci_enable_device_flags()
Rafael J. Wysocki
1
-5
/
+1
2021-09-22
PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure
Krzysztof Wilczyński
1
-1
/
+3
2021-09-22
PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported
Marek Behún
1
-0
/
+1
2021-09-22
PCI/MSI: Skip masking MSI-X on Xen PV
Marek Marczykowski-Górecki
1
-0
/
+3
2021-09-22
PCI: PM: Enable PME if it can be signaled from D3cold
Rafael J. Wysocki
1
-1
/
+8
2021-09-22
PCI: Call Max Payload Size-related fixup quirks early
Marek Behún
1
-6
/
+6
2021-08-26
PCI/MSI: Enforce MSI[X] entry updates to be visible
Thomas Gleixner
1
-0
/
+5
2021-08-26
PCI/MSI: Enforce that MSI-X table entry is masked for update
Thomas Gleixner
1
-0
/
+15
2021-08-26
PCI/MSI: Mask all unused MSI-X entries
Thomas Gleixner
1
-11
/
+28
2021-08-26
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
1
-9
/
+10
2021-08-26
PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
Thomas Gleixner
1
-1
/
+1
2021-08-26
PCI/MSI: Correct misleading comments
Thomas Gleixner
1
-4
/
+1
2021-08-26
PCI/MSI: Do not set invalid bits in MSI mask
Thomas Gleixner
1
-4
/
+4
2021-08-26
PCI/MSI: Enable and mask MSI-X early
Thomas Gleixner
1
-13
/
+15
2021-07-20
PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun
Krzysztof Wilczyński
1
-1
/
+1
2021-06-30
Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"
Rafael J. Wysocki
1
-3
/
+13
2021-06-30
PCI: Mark some NVIDIA GPUs to avoid bus reset
Shanker Donthineni
1
-0
/
+12
2021-06-30
PCI: Mark TI C667X to avoid bus reset
Antti Järvinen
1
-0
/
+10
2021-05-22
ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
Feilong Lin
1
-0
/
+1
2021-05-22
PCI: Release OF node in pci_scan_device()'s error path
Dmitry Baryshkov
1
-0
/
+1
2021-05-22
PCI: PM: Do not read power state in pci_enable_device_flags()
Rafael J. Wysocki
1
-13
/
+3
2021-03-24
PCI: rpadlpar: Fix potential drc_name corruption in store functions
Tyrel Datwyler
1
-8
/
+6
2021-03-17
PCI: xgene-msi: Fix race in installing chained irq handler
Martin Kaiser
1
-7
/
+3
2021-03-11
PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller
Bjorn Helgaas
1
-0
/
+3
2021-03-03
PCI: Align checking of syscall user config accessors
Heiner Kallweit
1
-5
/
+5
2020-12-29
PCI: Fix pci_slot_release() NULL pointer dereference
Jubin Zhong
1
-3
/
+3
2020-12-02
PCI: Add device even if driver attach failed
Rajat Jain
1
-5
/
+1
2020-09-03
PCI: Fix pci_create_slot() reference count leak
Qiushi Wu
1
-2
/
+4
2020-08-21
PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()
Rafael J. Wysocki
1
-3
/
+11
2020-08-21
PCI/ASPM: Add missing newline in sysfs 'policy'
Xiongfeng Wang
1
-0
/
+1
2020-08-21
PCI: Fix pci_cfg_wait queue locking problem
Bjorn Helgaas
1
-6
/
+2
2020-08-21
PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge
Robert Hancock
1
-0
/
+13
2020-06-30
PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port
Bjorn Helgaas
1
-5
/
+17
2020-06-30
PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges
Kai-Heng Feng
1
-10
/
+0
2020-06-30
PCI: rcar: Fix incorrect programming of OB windows
Andrew Murray
1
-4
/
+5
2020-06-30
PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...
Pali Rohár
1
-4
/
+0
2020-06-20
PCI: Program MPS for RCiEP devices
Ashok Raj
1
-1
/
+21
2020-06-20
PCI: Don't disable decoding when mmio_always_on is set
Jiaxun Yang
1
-1
/
+1
2020-05-02
PCI/ASPM: Allow re-enabling Clock PM
Heiner Kallweit
1
-7
/
+11
2020-02-28
PCI/IOV: Fix memory leak in pci_iov_add_virtfn()
Navid Emamdoost
1
-0
/
+1
2020-02-15
PCI: Don't disable bridge BARs when assigning bus resources
Logan Gunthorpe
1
-4
/
+16
2020-02-15
PCI: keystone: Fix link training retries initiation
Yurii Monakov
1
-1
/
+1
2020-01-23
PCI/PTM: Remove spurious "d" from granularity message
Bjorn Helgaas
1
-1
/
+1
2019-12-21
PCI/MSI: Fix incorrect MSI-X masking on resume
Jian-Hong Pan
1
-1
/
+1
[next]