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
2017-10-24
PCI: Add resizable BAR infrastructure
Christian König
1
-0
/
+101
2017-09-15
Revert "PCI: Avoid race while enabling upstream bridges"
Bjorn Helgaas
1
-11
/
+2
2017-09-08
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+52
2017-09-07
Merge branch 'pci/pm' into next
Bjorn Helgaas
1
-0
/
+2
2017-09-07
Merge branch 'pci/misc' into next
Bjorn Helgaas
1
-2
/
+2
2017-09-03
Merge branches 'acpi-scan' and 'acpi-pm'
Rafael J. Wysocki
1
-0
/
+7
2017-08-29
PCI: Wait up to 60 seconds for device to become ready after FLR
Sinan Kaya
1
-15
/
+37
2017-08-24
PCI: Convert to using %pOF instead of full_name()
Rob Herring
1
-2
/
+2
2017-08-18
PCI: Avoid race while enabling upstream bridges
Srinath Mannam
1
-2
/
+11
2017-08-18
PCI: Allow PCI express root ports to find themselves
Thierry Reding
1
-5
/
+4
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+4
2017-08-15
PCI: fix oops when try to find Root Port for a PCI device
dingtianhong
1
-3
/
+4
2017-08-03
PCI/PM: Expand description of pci_set_power_state()
Piotr Gregor
1
-0
/
+2
2017-08-01
PCI: Add pci_reset_function_locked()
Marc Zyngier
1
-0
/
+35
2017-08-01
PCI / PM: Skip bridges in pci_enable_wake()
Rafael J. Wysocki
1
-0
/
+7
2017-07-14
Merge branch 'pm-pci'
Rafael J. Wysocki
1
-8
/
+8
2017-07-12
PCI / PM: Restore PME Enable after config space restoration
Rafael J. Wysocki
1
-8
/
+8
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-129
/
+98
2017-07-03
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
1
-78
/
+83
2017-07-03
PCI: Remove __pci_dev_reset() and pci_dev_reset()
Christoph Hellwig
1
-56
/
+52
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-19
/
+15
2017-07-02
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-1
/
+1
2017-07-02
Merge branch 'pci/pm' into next
Bjorn Helgaas
1
-10
/
+15
2017-06-30
PCI/PM: Avoid using device_may_wakeup() for runtime PM
Rafael J. Wysocki
1
-9
/
+13
2017-06-28
PM / core: Drop run_wake flag from struct dev_pm_info
Rafael J. Wysocki
1
-3
/
+3
2017-06-28
PCI / PM: Simplify device wakeup settings code
Rafael J. Wysocki
1
-26
/
+10
2017-06-16
PCI: Test INTx masking during enumeration, not at run-time
Piotr Gregor
1
-41
/
+1
2017-06-14
PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()
Christoph Hellwig
1
-8
/
+18
2017-06-15
PCI / PM: Restore PME Enable if skipping wakeup setup
Rafael J. Wysocki
1
-2
/
+24
2017-05-30
PCI: Restore PRI and PASID state after Function-Level Reset
CQ Tang
1
-0
/
+3
2017-05-23
PCI/PM: Add needs_resume flag to avoid suspend complete optimization
Imre Deak
1
-1
/
+2
2017-05-17
PCI: Do not disregard parent resources starting at 0x0
Ard Biesheuvel
1
-1
/
+1
2017-04-28
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
1
-9
/
+32
2017-04-28
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-26
/
+82
2017-04-28
Merge branch 'pci/pm' into next
Bjorn Helgaas
1
-6
/
+9
2017-04-28
Merge branch 'pci/ioremap' into next
Bjorn Helgaas
1
-1
/
+83
2017-04-28
Merge branch 'pci/enumeration' into next
Bjorn Helgaas
1
-0
/
+2
2017-04-24
PCI: Implement devm_pci_remap_cfgspace()
Lorenzo Pieralisi
1
-0
/
+82
2017-04-21
PCI: Export pci_remap_iospace() and pci_unmap_iospace()
Brian Norris
1
-0
/
+2
2017-04-20
PCI: Export pcie_flr()
Christoph Hellwig
1
-11
/
+28
2017-04-19
PCI: Remove __weak tag from pci_remap_iospace()
Lorenzo Pieralisi
1
-1
/
+1
2017-04-19
PCI: Don't resize resources when realigning all devices in system
Yongji Xie
1
-16
/
+43
2017-04-19
PCI: Don't reassign resources that are already aligned
Bjorn Helgaas
1
-21
/
+19
2017-04-19
PCI: Factor pci_reassigndev_resource_alignment()
Bjorn Helgaas
1
-22
/
+47
2017-04-19
PCI: Add pcibios_default_alignment() for arch-specific alignment control
Yongji Xie
1
-2
/
+8
2017-04-18
PCI: Freeze PME scan before suspending devices
Lukas Wunner
1
-4
/
+5
2017-04-18
PCI: Ignore requested alignment for IOV BARs
Yongji Xie
1
-1
/
+1
2017-04-03
PCI: Avoid FLR for Intel 82579 NICs
Sasha Neftin
1
-0
/
+6
2017-03-29
PCI: Short-circuit pci_device_is_present() for disconnected devices
Keith Busch
1
-0
/
+2
2017-03-14
PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zero
Adrian Hunter
1
-2
/
+4
[next]