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
2018-08-08
PCI: mvebu: Remove redundant platform_set_drvdata() call
Thomas Petazzoni
1
-2
/
+0
2018-08-06
PCI: Remove unnecessary include of <linux/pci-aspm.h>
Bjorn Helgaas
4
-4
/
+0
2018-08-06
PCI/ASPM: Convert to use sysfs_match_string() helper
Andy Shevchenko
1
-5
/
+3
2018-08-06
PCI/xilinx: Depend on OF instead of the ARCH
Christoph Hellwig
1
-1
/
+1
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
23
-42
/
+159
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
1
-0
/
+1
2018-08-02
Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-9
/
+21
2018-07-31
PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition
Bjorn Helgaas
1
-2
/
+0
2018-07-31
PCI: pciehp: Deduplicate presence check on probe & resume
Lukas Wunner
2
-31
/
+46
2018-07-31
PCI: pciehp: Avoid implicit fallthroughs in switch statements
Lukas Wunner
1
-0
/
+5
2018-07-31
PCI: Fix is_added/is_busmaster race condition
Hari Vyas
5
-8
/
+20
2018-07-31
PCI: Whitelist Thunderbolt ports for runtime D3
Lukas Wunner
1
-1
/
+5
2018-07-31
PCI: Whitelist native hotplug ports for runtime D3
Lukas Wunner
1
-5
/
+10
2018-07-31
PCI: sysfs: Resume to D0 on function reset
Lukas Wunner
1
-0
/
+2
2018-07-31
PCI: pciehp: Resume parent to D0 on config space access
Lukas Wunner
2
-0
/
+21
2018-07-31
PCI: pciehp: Resume to D0 on enable/disable
Lukas Wunner
1
-0
/
+6
2018-07-31
PCI: pciehp: Support interrupts sent from D3hot
Lukas Wunner
2
-2
/
+48
2018-07-31
PCI: pciehp: Obey compulsory command delay after resume
Lukas Wunner
1
-0
/
+4
2018-07-31
PCI: pciehp: Clear spurious events earlier on resume
Lukas Wunner
6
-16
/
+30
2018-07-31
PCI: portdrv: Deduplicate PM callback iterator
Lukas Wunner
1
-18
/
+12
2018-07-31
PCI: pciehp: Avoid slot access during reset
Lukas Wunner
3
-7
/
+14
2018-07-31
PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handler
Heiner Kallweit
1
-1
/
+5
2018-07-30
PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core
Christoph Hellwig
1
-1
/
+1
2018-07-30
PCI: mobiveil: Add Kconfig/Makefile entries
Lorenzo Pieralisi
2
-0
/
+11
2018-07-30
PCI: mobiveil: Add missing ../pci.h include
Lorenzo Pieralisi
1
-0
/
+2
2018-07-30
PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type
Lorenzo Pieralisi
1
-1
/
+1
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
20
-35
/
+147
2018-07-27
PCI: mobiveil: Avoid integer overflow in IB_WIN_SIZE
Dan Carpenter
1
-1
/
+1
2018-07-27
Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2018-07-26
PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()
Thomas Tai
1
-0
/
+2
2018-07-26
PCI: mobiveil: Integer overflow in IB_WIN_SIZE
Dan Carpenter
1
-1
/
+1
2018-07-23
PCI: pciehp: Always enable occupied slot on probe
Lukas Wunner
2
-15
/
+6
2018-07-23
PCI: pciehp: Become resilient to missed events
Lukas Wunner
3
-53
/
+40
2018-07-23
PCI: pciehp: Tolerate initially unstable link
Lukas Wunner
1
-0
/
+5
2018-07-23
PCI: pciehp: Declare pciehp_enable/disable_slot() static
Lukas Wunner
2
-4
/
+5
2018-07-23
PCI: pciehp: Drop enable/disable lock
Lukas Wunner
3
-15
/
+0
2018-07-23
PCI: pciehp: Enable/disable exclusively from IRQ thread
Lukas Wunner
4
-60
/
+93
2018-07-23
PCI: pciehp: Track enable/disable status
Lukas Wunner
3
-13
/
+35
2018-07-23
PCI: pciehp: Publish to user space last on probe
Lukas Wunner
1
-5
/
+15
2018-07-23
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
13
-158
/
+149
2018-07-23
PCI: pciehp: Drop slot workqueue
Lukas Wunner
4
-17
/
+2
2018-07-23
PCI: pciehp: Handle events synchronously
Lukas Wunner
3
-158
/
+67
2018-07-23
PCI: pciehp: Stop blinking on slot enable failure
Lukas Wunner
2
-38
/
+42
2018-07-23
PCI: pciehp: Convert to threaded polling
Lukas Wunner
2
-37
/
+34
2018-07-23
PCI: pciehp: Convert to threaded IRQ
Lukas Wunner
2
-32
/
+41
2018-07-23
PCI: pciehp: Document struct slot and struct controller
Lukas Wunner
1
-4
/
+44
2018-07-23
PCI: pciehp: Declare pciehp_unconfigure_device() void
Lukas Wunner
3
-11
/
+6
2018-07-23
PCI: pciehp: Drop unnecessary NULL pointer check
Lukas Wunner
1
-3
/
+0
2018-07-23
PCI: pciehp: Fix unprotected list iteration in IRQ handler
Lukas Wunner
1
-10
/
+3
2018-07-23
PCI: pciehp: Fix use-after-free on unplug
Lukas Wunner
3
-3
/
+10
[prev]
[next]