index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bitmap.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-14
PCI/ASPM: Reformat ASPM register definitions
Bjorn Helgaas
1
-14
/
+14
2017-11-14
PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
Bjorn Helgaas
1
-1
/
+1
2017-11-13
PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
Bjorn Helgaas
1
-1
/
+1
2017-11-10
PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()
Bjorn Helgaas
1
-2
/
+2
2017-11-09
PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()
Bjorn Helgaas
1
-3
/
+3
2017-11-09
PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()
Bjorn Helgaas
1
-4
/
+4
2017-11-09
PCI: Fix kernel-doc build warning
Randy Dunlap
1
-1
/
+1
2017-11-08
PCI: Fail pci_map_rom() if the option ROM is invalid
Changbin Du
1
-0
/
+5
2017-11-08
PCI: Move pci_map_rom() error path
Changbin Du
1
-6
/
+8
2017-11-08
PCI: Move PCI_QUIRKS to the PCI bus menu
Randy Dunlap
2
-9
/
+9
2017-11-08
alpha/PCI: Make pdev_save_srm_config() static
Bjorn Helgaas
2
-9
/
+10
2017-11-08
PCI: Remove unused declarations
Bjorn Helgaas
4
-12
/
+0
2017-11-08
PCI: Remove redundant pci_dev, pci_bus, resource declarations
Bjorn Helgaas
11
-28
/
+0
2017-11-08
PCI: Remove redundant pcibios_set_master() declarations
Bjorn Helgaas
8
-13
/
+0
2017-11-08
PCI/PME: Handle invalid data when reading Root Status
Qiang
1
-1
/
+4
2017-11-08
PCI: hv: Use effective affinity mask
Dexuan Cui
1
-3
/
+5
2017-11-07
PCI: pciehp: Do not clear Presence Detect Changed during initialization
Mika Westerberg
1
-3
/
+8
2017-11-07
PCI: pciehp: Fix race condition handling surprise link down
Mika Westerberg
3
-5
/
+10
2017-11-07
PCI: Distribute available resources to hotplug-capable bridges
Mika Westerberg
1
-0
/
+177
2017-11-07
PCI: Distribute available buses to hotplug-capable bridges
Mika Westerberg
1
-18
/
+138
2017-11-07
PCI: Do not allocate more buses than available in parent
Mika Westerberg
1
-1
/
+6
2017-11-07
PCI: Open-code the two pass loop when scanning bridges
Mika Westerberg
1
-7
/
+20
2017-11-07
PCI: Move pci_hp_add_bridge() to drivers/pci/probe.c
Mika Westerberg
3
-32
/
+23
2017-11-07
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
8
-32
/
+23
2017-11-07
PCI: shpchp: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
2017-11-07
PCI: cpqphp: Convert timers to use timer_setup()
Kees Cook
3
-12
/
+12
2017-11-07
PCI: pciehp: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+4
2017-11-07
PCI: ibmphp: Use common error handling code in unconfigure_boot_device()
Markus Elfring
1
-8
/
+11
2017-11-07
PCI/portdrv: Turn off PCIe services during shutdown
Sinan Kaya
1
-0
/
+1
2017-10-31
misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()
Kishon Vijay Abraham I
1
-0
/
+8
2017-10-31
misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on remove
Kishon Vijay Abraham I
1
-2
/
+10
2017-10-31
misc: pci_endpoint_test: Fix failure path return values in probe
Kishon Vijay Abraham I
1
-0
/
+2
2017-10-31
misc: pci_endpoint_test: Avoid triggering a BUG()
Dan Carpenter
1
-0
/
+2
2017-10-26
PCI: Document reset method return values
Bjorn Helgaas
1
-0
/
+8
2017-10-25
x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)
Christian König
1
-0
/
+85
2017-10-25
PCI: Add pci_resize_resource() for resizing BARs
Christian König
3
-0
/
+159
2017-10-25
PCI: Detach driver before procfs & sysfs teardown on device remove
Alex Williamson
1
-1
/
+1
2017-10-24
PCI: hisi: Add HiSilicon STB SoC PCIe controller driver
Jianguo Sun
5
-0
/
+557
2017-10-24
PCI: Add resizable BAR infrastructure
Christian König
3
-2
/
+115
2017-10-24
PCI: Add PCI resource type mask #define
Christian König
1
-9
/
+8
2017-10-21
PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation
Bjorn Helgaas
1
-10
/
+20
2017-10-21
PCI: faraday: Fix wrong pointer passed to PTR_ERR()
Wei Yongjun
1
-1
/
+1
2017-10-20
PCI: layerscape: Change default error response behavior
Minghuan Lian
1
-0
/
+11
2017-10-20
PCI: Disable MSI for Freescale Layerscape PCIe RC mode
Hou Zhiqiang
1
-0
/
+8
2017-10-20
dt-bindings: PCI: rcar: Correct example to match reality
Geert Uytterhoeven
1
-6
/
+4
2017-10-20
PCI/portdrv: Factor out Interrupt Message Number lookup
Bjorn Helgaas
1
-48
/
+62
2017-10-20
PCI/portdrv: Consolidate comments
Bjorn Helgaas
1
-54
/
+9
2017-10-20
PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks
Dongdong Liu
2
-2
/
+4
2017-10-19
PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
Vadim Lomovtsev
1
-1
/
+14
2017-10-19
PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
Vadim Lomovtsev
1
-5
/
+7
[next]