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
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-13
/
+13
2022-01-13
Merge branch 'pci/errors'
Bjorn Helgaas
1
-5
/
+5
2022-01-11
PCI: Use DWORD accesses for LTR, L1 SS to avoid erratum
Rajat Jain
1
-8
/
+8
2021-12-16
PCI/MSI: Decouple MSI[-X] disable from pcim_release()
Thomas Gleixner
1
-5
/
+0
2021-11-18
PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config reads
Naveen Naidu
1
-5
/
+5
2021-11-13
Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+2
2021-11-11
Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+8
2021-11-11
Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"
Bjorn Helgaas
1
-9
/
+8
2021-11-08
Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-0
/
+32
2021-11-08
PCI: Export pci_dev_lock()
Niklas Schnelle
1
-1
/
+2
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+51
2021-11-05
Merge branch 'pci/misc'
Bjorn Helgaas
1
-4
/
+5
2021-11-05
Merge branch 'pci/hotplug'
Bjorn Helgaas
1
-0
/
+2
2021-11-05
Merge branch 'pci/driver'
Bjorn Helgaas
1
-8
/
+9
2021-11-05
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-2
/
+10
2021-11-04
PCI: Do not enable AtomicOps on VFs
Selvin Xavier
1
-0
/
+8
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-10-29
PCI: Add pci_find_dvsec_capability to find designated VSEC
Ben Widawsky
1
-0
/
+32
2021-10-27
PCI: Prefer 'unsigned int' over bare 'unsigned'
Krzysztof Wilczyński
1
-2
/
+3
2021-10-26
PCI: Remove redundant 'rc' initialization
Colin Ian King
1
-1
/
+1
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
1
-0
/
+25
2021-10-18
PCI: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
1
-8
/
+9
2021-10-16
PCI/ERR: Reduce compile time for CONFIG_PCIEAER=n
Lukas Wunner
1
-0
/
+2
2021-10-12
PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()
Krzysztof Wilczyński
1
-1
/
+1
2021-10-05
PCI: PM: Do not call platform_pci_power_manageable() unnecessarily
Rafael J. Wysocki
1
-11
/
+5
2021-10-05
PCI: PM: Make pci_choose_state() call pci_target_state()
Rafael J. Wysocki
1
-38
/
+16
2021-10-05
PCI: PM: Rearrange pci_target_state()
Rafael J. Wysocki
1
-14
/
+9
2021-10-05
PCI: PM: Drop struct pci_platform_pm_ops
Rafael J. Wysocki
1
-11
/
+0
2021-10-05
PCI: Allow architecture-specific pci_remap_iospace()
Sergio Paracuellos
1
-0
/
+2
2021-09-29
PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI
Rafael J. Wysocki
1
-13
/
+9
2021-09-27
PCI: PM: Do not use pci_platform_pm_ops for Intel MID PM
Rafael J. Wysocki
1
-1
/
+22
2021-09-21
PCI: Rename pcibios_add_device() to pcibios_device_add()
Oliver O'Halloran
1
-2
/
+2
2021-09-07
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-94
/
+237
2021-09-02
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2021-09-02
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-2
/
+2
2021-09-02
Merge branch 'pci/resource'
Bjorn Helgaas
1
-12
/
+16
2021-08-20
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
1
-2
/
+2
2021-08-18
PCI: Change the type of probe argument in reset functions
Amey Narkhede
1
-22
/
+22
2021-08-18
PCI: Add support for ACPI _RST reset method
Shanker Donthineni
1
-0
/
+1
2021-08-18
PCI: Allow userspace to query and set device reset mechanism
Amey Narkhede
1
-0
/
+122
2021-08-17
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
1
-3
/
+3
2021-08-17
PCI: Add array to track reset method ordering
Amey Narkhede
1
-40
/
+54
2021-08-17
PCI: Add pcie_reset_flr() with 'probe' argument
Amey Narkhede
1
-26
/
+30
2021-08-17
PCI: Cache PCIe Device Capabilities register
Amey Narkhede
1
-4
/
+2
2021-08-12
PCI: Fix pci_dev_str_match_path() alloc while atomic bug
Dan Carpenter
1
-1
/
+1
2021-08-04
PCI: PM: Enable PME if it can be signaled from D3cold
Rafael J. Wysocki
1
-1
/
+8
2021-08-04
PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently
Rafael J. Wysocki
1
-6
/
+10
2021-07-16
PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()
Krzysztof Wilczyński
1
-12
/
+16
2021-07-16
PCI: Use pci_update_current_state() in pci_enable_device_flags()
Rafael J. Wysocki
1
-5
/
+1
[next]