index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
1
-122
/
+250
|
\
|
*
Merge branch 'pci/resource'
Bjorn Helgaas
2019-11-28
1
-10
/
+23
|
|
\
|
|
*
PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parameters
Nicholas Johnson
2019-10-23
1
-4
/
+16
|
|
*
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
1
-6
/
+7
|
*
|
Merge branch 'pci/pm'
Bjorn Helgaas
2019-11-28
1
-112
/
+224
|
|
\
\
|
|
*
|
PCI/PM: Move pci_dev_wait() definition earlier
Vidya Sagar
2019-11-21
1
-41
/
+41
|
|
*
|
PCI/PM: Add missing link delays required by the PCIe spec
Mika Westerberg
2019-11-21
1
-6
/
+122
|
|
*
|
PCI/PM: Add pcie_wait_for_link_delay()
Mika Westerberg
2019-11-21
1
-3
/
+18
|
|
*
|
PCI/PM: Return error when changing power state from D3cold
Bjorn Helgaas
2019-11-21
1
-0
/
+6
|
|
*
|
PCI/PM: Decode D3cold power state correctly
Bjorn Helgaas
2019-11-21
1
-7
/
+10
|
|
*
|
PCI/PM: Fold __pci_complete_power_transition() into its caller
Rafael J. Wysocki
2019-11-21
1
-23
/
+7
|
|
*
|
PCI/PM: Avoid exporting __pci_complete_power_transition()
Rafael J. Wysocki
2019-11-21
1
-3
/
+3
|
|
*
|
PCI/PM: Fold __pci_start_power_transition() into its caller
Rafael J. Wysocki
2019-11-21
1
-30
/
+18
|
|
*
|
PCI/PM: Use pci_power_up() in pci_set_power_state()
Rafael J. Wysocki
2019-11-21
1
-12
/
+13
|
|
*
|
PCI/PM: Move power state update away from pci_power_up()
Rafael J. Wysocki
2019-11-21
1
-1
/
+0
|
|
*
|
PCI/PM: Simplify pci_set_power_state()
Bjorn Helgaas
2019-11-21
1
-2
/
+2
|
|
*
|
PCI/PM: Expand PM reset messages to mention D3hot (not just D3)
Bjorn Helgaas
2019-11-21
1
-1
/
+1
|
|
*
|
PCI/PM: Apply D2 delay as milliseconds, not microseconds
Bjorn Helgaas
2019-11-21
1
-1
/
+1
|
*
|
|
Merge branch 'pci/misc'
Bjorn Helgaas
2019-11-28
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
PCI: Remove unused includes and superfluous struct declaration
Krzysztof Wilczynski
2019-11-21
1
-0
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'pci/aer'
Bjorn Helgaas
2019-11-28
1
-0
/
+2
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
PCI/AER: Save AER Capability for suspend/resume
Patel, Mayurkumar
2019-10-19
1
-0
/
+2
|
|
|
/
*
|
|
Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Takashi Iwai
2019-11-25
1
-13
/
+11
|
\
|
|
|
*
|
PCI: PM: Fix pci_power_up()
Rafael J. Wysocki
2019-10-15
1
-13
/
+11
|
|
/
*
/
PCI: Add a helper to check Power Resource Requirements _PR3 existence
Kai-Heng Feng
2019-10-21
1
-0
/
+18
|
/
*
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-24
1
-34
/
+53
|
\
|
*
Merge branch 'pci/resource'
Bjorn Helgaas
2019-09-23
1
-1
/
+13
|
|
\
|
|
*
PCI: Restore Resizable BAR size bits correctly for 1MB BARs
Sumit Saxena
2019-08-08
1
-1
/
+1
|
|
*
PCI: Convert pci_resource_to_user() to a weak function
Denis Efremov
2019-08-08
1
-0
/
+12
|
*
|
Merge branch 'pci/misc'
Bjorn Helgaas
2019-09-23
1
-32
/
+39
|
|
\
\
|
|
*
|
PCI: Force trailing new line to resource_alignment_param in sysfs
Logan Gunthorpe
2019-09-05
1
-0
/
+10
|
|
*
|
PCI: Move pci_[get|set]_resource_alignment_param() into their callers
Logan Gunthorpe
2019-09-05
1
-20
/
+12
|
|
*
|
PCI: Clean up resource_alignment parameter to not require static buffer
Logan Gunthorpe
2019-09-05
1
-18
/
+23
|
|
*
|
PCI: Add pci_info_ratelimited() to ratelimit PCI separately
Krzysztof Wilczynski
2019-09-05
1
-2
/
+2
|
|
|
/
|
*
/
PCI: Get rid of dev->has_secondary_link flag
Mika Westerberg
2019-09-07
1
-1
/
+1
|
|
/
*
/
Revert "PCI: Add missing link delays required by the PCIe spec"
Mika Westerberg
2019-08-07
1
-19
/
+10
|
/
*
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-16
1
-2
/
+4
|
\
|
*
Merge branch 'pci/trivial'
Bjorn Helgaas
2019-07-13
1
-1
/
+1
|
|
\
|
|
*
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2019-07-09
1
-1
/
+1
|
*
|
PCI: Decode PCIe 32 GT/s link speed
Gustavo Pimentel
2019-06-13
1
-1
/
+3
|
|
/
*
|
PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()
Rafael J. Wysocki
2019-06-27
1
-0
/
+21
*
|
PCI: Do not poll for PME if the device is in D3cold
Mika Westerberg
2019-06-18
1
-0
/
+7
*
|
PCI: Add missing link delays required by the PCIe spec
Mika Westerberg
2019-06-18
1
-10
/
+19
*
|
PCI: PM: Replace pci_dev_keep_suspended() with two functions
Rafael J. Wysocki
2019-06-17
1
-27
/
+28
*
|
PCI: PM: Avoid resuming devices in D3hot during system suspend
Rafael J. Wysocki
2019-06-17
1
-3
/
+13
|
/
*
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-14
1
-179
/
+165
|
\
|
*
Merge branch 'pci/trivial'
Bjorn Helgaas
2019-05-14
1
-145
/
+157
|
|
\
|
|
*
PCI: Fix comment typos
Bjorn Helgaas
2019-04-13
1
-158
/
+170
|
*
|
Merge branch 'pci/printk'
Bjorn Helgaas
2019-05-14
1
-9
/
+8
|
|
\
\
|
|
*
|
PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc
Mohan Kumar
2019-05-09
1
-7
/
+7
[next]