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.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-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
/
hotplug
/
pciehp_hpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-20
PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability
Rajat Jain
1
-4
/
+5
2014-02-12
PCI: pciehp: Add hotplug_lock to serialize hotplug events
Rajat Jain
1
-0
/
+1
2014-02-12
PCI: pciehp: Disable link notification across slot reset
Rajat Jain
1
-13
/
+17
2014-02-12
PCI: pciehp: Don't disable the link permanently during removal
Rajat Jain
1
-18
/
+0
2014-02-12
PCI: pciehp: Enable link state change notifications
Rajat Jain
1
-2
/
+11
2014-02-11
PCI: pciehp: Use link change notifications for hot-plug and removal
Rajat Jain
1
-1
/
+5
2014-02-11
PCI: pciehp: Make check_link_active() non-static
Rajat Jain
1
-3
/
+3
2013-12-16
PCI: pciehp: Move Attention & Power Indicator support tests to accessors
Bjorn Helgaas
1
-0
/
+12
2013-12-16
PCI: pciehp: Use symbolic constants for Slot Control fields
Bjorn Helgaas
1
-58
/
+28
2013-12-16
PCI: pciehp: Use symbolic constants, not hard-coded bitmask
Bjorn Helgaas
1
-1
/
+4
2013-12-16
PCI: pciehp: Simplify "Power Fault Detected" checking/clearing
Bjorn Helgaas
1
-3
/
+3
2013-12-16
PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)
Bjorn Helgaas
1
-3
/
+12
2013-12-16
PCI: pciehp: Make various functions void since they can't fail
Bjorn Helgaas
1
-40
/
+16
2013-12-16
PCI: pciehp: Remove error checks when accessing PCIe Capability
Bjorn Helgaas
1
-136
/
+41
2013-12-15
PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers
Bjorn Helgaas
1
-47
/
+48
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-3
/
+3
2013-08-15
PCI: pciehp: Add reset_slot() method
Alex Williamson
1
-0
/
+31
2013-07-04
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
1
-3
/
+1
2013-01-13
PCI: pciehp: Use per-slot workqueues to avoid deadlock
Yijing Wang
1
-1
/
+10
2012-08-23
PCI/pciehp: Use PCI Express Capability accessors
Jiang Liu
1
-8
/
+4
2012-07-13
PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...
Yinghai Lu
1
-101
/
+0
2012-02-14
PCI: pciehp: Disable/enable link during slot power off/on
Yinghai Lu
1
-0
/
+12
2012-02-14
PCI: pciehp: Add Disable/enable link functions
Yinghai Lu
1
-0
/
+36
2012-02-14
PCI: pciehp: Add pcie_wait_link_not_active()
Yinghai Lu
1
-4
/
+15
2012-02-14
PCI: pciehp: make check_link_active more helpful
Yinghai Lu
1
-5
/
+12
2012-02-14
PCI: pciehp: replace unconditional sleep with config space access check
Yinghai Lu
1
-15
/
+34
2011-12-05
PCI: pciehp: Handle push button event asynchronously
Kenji Kaneshige
1
-1
/
+0
2011-11-11
PCI: pciehp: wait 100 ms after Link Training check
Kenji Kaneshige
1
-0
/
+8
2011-11-11
PCI: pciehp: wait 1000 ms before Link Training check
Kenji Kaneshige
1
-0
/
+8
2011-11-07
PCI: pciehp: Retrieve link speed after link is trained
Yinghai Lu
1
-9
/
+2
2011-07-22
PCI: pciehp: change wait time for valid configuration access
Kenji Kaneshige
1
-9
/
+2
2010-10-18
pciehp: update workqueue usage
Tejun Heo
1
-19
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
PCI: print resources consistently with %pR
Bjorn Helgaas
1
-3
/
+2
2010-02-23
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
1
-63
/
+9
2010-02-23
PCI: Unify pcie_link_speed and pci_bus_speed
Matthew Wilcox
1
-8
/
+8
2009-11-25
PCI pciehp: fix power fault interrupt storm problem
Kenji Kaneshige
1
-15
/
+11
2009-11-25
pciehp: use pci_pcie_cap()
Kenji Kaneshige
1
-23
/
+23
2009-11-04
PCI: pciehp: return error on read/write failure
Kenji Kaneshige
1
-16
/
+13
2009-11-04
PCI: pciehp: remove wrong workaround for bad DLLP
Kenji Kaneshige
1
-50
/
+3
2009-11-04
PCI: pciehp: disable DLL state changed event notification
Kenji Kaneshige
1
-1
/
+2
2009-09-17
PCI: pciehp: remove number field
Kenji Kaneshige
1
-1
/
+0
2009-09-17
PCI: pciehp: remove hpc_ops
Kenji Kaneshige
1
-43
/
+17
2009-09-17
PCI: pciehp: remove pci_dev field
Kenji Kaneshige
1
-8
/
+7
2009-09-17
PCI: pciehp: remove crit_sect mutex
Kenji Kaneshige
1
-1
/
+0
2009-09-17
PCI: pciehp: remove first_slot field
Kenji Kaneshige
1
-3
/
+2
2009-09-17
PCI: pciehp: remove slot_device_offset field
Kenji Kaneshige
1
-1
/
+0
2009-09-17
PCI: pciehp: remove hp_slot field
Kenji Kaneshige
1
-5
/
+0
2009-09-17
PCI: pciehp: remove device field
Kenji Kaneshige
1
-1
/
+0
2009-09-17
PCI: pciehp: remove bus field
Kenji Kaneshige
1
-1
/
+0
[next]