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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
25
-16
/
+31
2017-11-06
PCI: pciehp: Do not clear Presence Detect Changed during initialization
Mika Westerberg
1
-3
/
+8
2017-11-06
PCI: pciehp: Fix race condition handling surprise link down
Mika Westerberg
3
-5
/
+10
2017-11-06
PCI: Distribute available resources to hotplug-capable bridges
Mika Westerberg
1
-0
/
+177
2017-11-06
PCI: Distribute available buses to hotplug-capable bridges
Mika Westerberg
1
-18
/
+138
2017-11-06
PCI: Do not allocate more buses than available in parent
Mika Westerberg
1
-1
/
+6
2017-11-06
PCI: Open-code the two pass loop when scanning bridges
Mika Westerberg
1
-7
/
+20
2017-11-06
PCI: Move pci_hp_add_bridge() to drivers/pci/probe.c
Mika Westerberg
3
-32
/
+23
2017-11-06
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
6
-29
/
+17
2017-11-06
PCI: shpchp: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
2017-11-06
PCI: cpqphp: Convert timers to use timer_setup()
Kees Cook
3
-12
/
+12
2017-11-06
PCI: pciehp: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+4
2017-11-06
PCI: ibmphp: Use common error handling code in unconfigure_boot_device()
Markus Elfring
1
-8
/
+11
2017-11-06
PCI/portdrv: Turn off PCIe services during shutdown
Sinan Kaya
1
-0
/
+1
2017-11-06
PCI / PM: Take SMART_SUSPEND driver flag into account
Rafael J. Wysocki
1
-17
/
+86
2017-11-06
PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacks
Rafael J. Wysocki
1
-18
/
+0
2017-11-06
PCI / PM: Use the NEVER_SKIP driver flag
Rafael J. Wysocki
1
-2
/
+1
2017-11-06
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
Rafael J. Wysocki
1
-1
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
23
-0
/
+23
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
1
-2
/
+3
2017-10-27
Merge tag 'phy-for-4.15_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+16
2017-10-25
PCI: Document reset method return values
Bjorn Helgaas
1
-0
/
+8
2017-10-25
PCI: Add pci_resize_resource() for resizing BARs
Christian König
2
-0
/
+156
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
3
-0
/
+481
2017-10-24
PCI: Add resizable BAR infrastructure
Christian König
2
-0
/
+109
2017-10-24
PCI: Add PCI resource type mask #define
Christian König
1
-9
/
+8
2017-10-23
PCI: dra7xx: Create functional dependency between PCIe and PHY
Kishon Vijay Abraham I
1
-0
/
+16
2017-10-21
PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation
Bjorn Helgaas
1
-10
/
+20
2017-10-20
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
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-19
PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks
Dongdong Liu
1
-2
/
+2
2017-10-19
PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
Vadim Lomovtsev
1
-1
/
+14
2017-10-19
drivers: flag buses which demand DMA configuration
Robin Murphy
1
-0
/
+1
2017-10-19
PCI: endpoint: make config_item_type const
Bhumika Goyal
1
-6
/
+6
2017-10-19
PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
Vadim Lomovtsev
1
-5
/
+7
2017-10-18
PCI: tegra: Add Tegra186 PCIe support
Manikanta Maddireddy
1
-25
/
+109
2017-10-18
PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core code
Thomas Gleixner
1
-0
/
+2
2017-10-17
PCI: iproc: Allow allocation of multiple MSIs
Sandor Bodo-Merle
1
-7
/
+12
2017-10-12
PCI: layerscape: Add support for ls1012a
Hou Zhiqiang
1
-0
/
+1
2017-10-11
PCI: tegra: Use generic accessors where possible
Thierry Reding
1
-2
/
+22
2017-10-11
PCI: dra7xx: Add shutdown handler to cleanly turn off clocks
Keerthy
1
-0
/
+17
2017-10-11
PCI: Avoid slot reset if bridge itself is broken
Jan Glauber
1
-0
/
+4
2017-10-11
PCI: Avoid bus reset if bridge itself is broken
David Daney
1
-0
/
+4
2017-10-11
PCI: Mark Cavium CN8xxx to avoid bus reset
David Daney
1
-0
/
+7
2017-10-10
PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functions
Thomas Petazzoni
1
-0
/
+2
2017-10-10
PCI: Restore ARI Capable Hierarchy before setting numVFs
Tony Nguyen
1
-0
/
+8
[prev]
[next]