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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-02
PCI: pnv_php: Use kmemdup()
YueHaibing
1
-2
/
+1
2018-10-02
PCI: cpqphp: Remove set but not used variable 'physical_slot'
YueHaibing
1
-2
/
+0
2018-10-02
PCI/ERR: Remove duplicated include from err.c
YueHaibing
1
-1
/
+0
2018-10-02
PCI: Equalize hotplug memory and io for occupied and empty slots
Jon Derrick
1
-13
/
+15
2018-10-02
PCI / ACPI: Whitelist D3 for more PCIe hotplug ports
Mika Westerberg
3
-0
/
+53
2018-10-02
PCI/PME: Implement runtime PM callbacks
Mika Westerberg
1
-0
/
+27
2018-10-02
PCI: pciehp: Implement runtime PM callbacks
Mika Westerberg
1
-0
/
+18
2018-10-02
PCI/portdrv: Add runtime PM hooks for port service drivers
Mika Westerberg
3
-6
/
+28
2018-10-02
PCI/portdrv: Resume upon exit from system suspend if left runtime suspended
Mika Westerberg
1
-2
/
+2
2018-10-02
PCI: pciehp: Do not handle events if interrupts are masked
Mika Westerberg
1
-2
/
+4
2018-10-02
PCI: pciehp: Disable hotplug interrupt during suspend
Mika Westerberg
3
-0
/
+30
2018-10-02
PCI / ACPI: Enable wake automatically for power managed bridges
Mika Westerberg
1
-1
/
+15
2018-10-02
PCI: Do not skip power-managed bridges in pci_enable_wake()
Mika Westerberg
1
-3
/
+6
2018-10-02
PCI: Make link active reporting detection generic
Keith Busch
5
-33
/
+33
2018-10-02
PCI: Unify device inaccessible
Keith Busch
2
-11
/
+59
2018-10-02
PCI/ERR: Always report current recovery status for udev
Keith Busch
1
-3
/
+2
2018-10-02
PCI/ERR: Simplify broadcast callouts
Keith Busch
1
-69
/
+38
2018-10-02
x86/cpu: Sanitize FAM6_ATOM naming
Peter Zijlstra
1
-2
/
+2
2018-10-01
PCI: mvebu: Fix PCI I/O mapping creation sequence
Thomas Petazzoni
1
-4
/
+48
2018-10-01
PCI: kirin: Fix section mismatch warning
Nathan Chancellor
1
-2
/
+2
2018-10-01
dma-mapping: make the get_required_mask method available unconditionally
Christoph Hellwig
1
-4
/
+0
2018-09-29
Update email address
Matthew Wilcox
3
-4
/
+4
2018-09-28
PCI: Add support for Immediate Readiness
Felipe Balbi
1
-1
/
+12
2018-09-28
Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Greg Kroah-Hartman
3
-11
/
+11
2018-09-28
PCI: cadence: Correct probe behaviour when failing to get PHY
Alan Douglas
1
-8
/
+12
2018-09-27
PCI: Reprogram bridge prefetch registers on resume
Daniel Drake
1
-8
/
+19
2018-09-26
ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
Mika Westerberg
1
-5
/
+6
2018-09-26
PCI/ERR: Run error recovery callbacks for all affected devices
Keith Busch
1
-64
/
+21
2018-09-26
PCI/ERR: Handle fatal error recovery
Keith Busch
4
-77
/
+18
2018-09-25
PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
Tonghao Zhang
1
-3
/
+6
2018-09-25
PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
Vignesh R
1
-3
/
+8
2018-09-25
PCI: Remove unnecessary check of device_type == pci
Rob Herring
5
-38
/
+0
2018-09-25
iommu/of: make of_pci_map_rid() available for other devices too
Nipun Gupta
1
-101
/
+0
2018-09-21
PCI: hv: Fix return value check in hv_pci_assign_slots()
Wei Yongjun
1
-1
/
+3
2018-09-21
PCI/ERR: Use slot reset if available
Keith Busch
5
-3
/
+41
2018-09-21
PCI/AER: Don't read upstream ports below fatal errors
Keith Busch
1
-2
/
+3
2018-09-21
PCI/AER: Take reference on error devices
Keith Busch
1
-1
/
+2
2018-09-20
PCI: dwc: Fix scheduling while atomic issues
Jisheng Zhang
2
-6
/
+5
2018-09-20
PCI/DPC: Save and restore config state
Keith Busch
3
-6
/
+65
2018-09-20
PCI: portdrv: Restore PCI config state on slot reset
Keith Busch
1
-0
/
+8
2018-09-20
PCI: portdrv: Initialize service drivers directly
Keith Busch
6
-8
/
+37
2018-09-18
PCI: hotplug: Document TODOs
Lukas Wunner
1
-0
/
+74
2018-09-18
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
24
-283
/
+202
2018-09-18
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
20
-289
/
+63
2018-09-18
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
14
-27
/
+28
2018-09-18
PCI: pciehp: Reshuffle controller struct for clarity
Lukas Wunner
1
-26
/
+31
2018-09-18
PCI: pciehp: Rename controller struct members for clarity
Lukas Wunner
4
-39
/
+39
2018-09-18
PCI: pciehp: Unify controller and slot structs
Lukas Wunner
5
-281
/
+209
2018-09-18
PCI: pciehp: Tolerate Presence Detect hardwired to zero
Lukas Wunner
4
-18
/
+26
2018-09-18
PCI/ASPM: Do not initialize link state when aspm_disabled is set
Patrick Talbert
1
-1
/
+1
[prev]
[next]