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-05-30
PCI: Rename of_pci_get_host_bridge_resources() device node parameter
Jan Kiszka
1
-9
/
+9
2018-05-30
PCI: Fix devm_pci_alloc_host_bridge() memory leak
Jan Kiszka
1
-1
/
+3
2018-05-25
PCI: Remove unused pcie_get_minimum_link()
Bjorn Helgaas
1
-43
/
+0
2018-05-25
PCI: Prevent sysfs disable of device while driver is attached
Christoph Hellwig
1
-6
/
+9
2018-05-25
PCI/IOV: Allow PF drivers to limit total_VFs to 0
Jakub Kicinski
1
-4
/
+2
2018-05-25
PCI: hv: Do not wait forever on a device that has disappeared
Dexuan Cui
1
-12
/
+34
2018-05-24
PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpath
Marek Vasut
1
-9
/
+16
2018-05-24
PCI: rcar: Teardown MSI setup if rcar_pcie_enable() fails
Marek Vasut
1
-1
/
+27
2018-05-24
PCI: rcar: Add missing irq_dispose_mapping() into failpath
Marek Vasut
1
-3
/
+14
2018-05-24
PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()
Marek Vasut
1
-17
/
+16
2018-05-24
PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()
Marek Vasut
1
-2
/
+3
2018-05-24
PCI: vmd: Add an additional VMD device id to driver device id table
Jon Derrick
1
-0
/
+3
2018-05-24
PCI: vmd: Add offset to bus numbers if necessary
Jon Derrick
1
-5
/
+29
2018-05-24
PCI: vmd: Assign membar addresses from shadow registers
Jon Derrick
1
-5
/
+49
2018-05-24
PCI: Add Intel VMD devices to pci ids
Jon Derrick
1
-1
/
+1
2018-05-24
PCI: hv: Use list_for_each_entry()
Stephen Hemminger
1
-20
/
+7
2018-05-24
PCI: hv: Convert remove_lock to refcount
Stephen Hemminger
1
-4
/
+4
2018-05-24
PCI: hv: Remove unused reason for refcount handler
Stephen Hemminger
1
-44
/
+26
2018-05-24
PCI / PM: Clean up outdated comments in pci_target_state()
Rafael J. Wysocki
1
-4
/
+2
2018-05-24
PCI / PM: Do not clear state_saved for devices that remain suspended
Rafael J. Wysocki
1
-2
/
+3
2018-05-23
PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
Mika Westerberg
3
-3
/
+14
2018-05-23
PCI: pnv_php: Add missing of_node_put()
Julia Lawall
1
-2
/
+6
2018-05-23
PCI: qcom: add runtime pm support to pcie_port
Srinivas Kandagatla
1
-1
/
+8
2018-05-21
PCI: mediatek: Implement chained IRQ handling setup
Honghui Zhang
2
-91
/
+116
2018-05-18
PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS
Bjorn Helgaas
2
-12
/
+0
2018-05-18
PCI: endpoint: Create configfs entry for each pci_epf_device_id table entry
Kishon Vijay Abraham I
1
-2
/
+21
2018-05-17
PCI/portdrv: Add generic pcie_port_find_service()
Oza Pawandeep
4
-30
/
+49
2018-05-17
PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
Oza Pawandeep
7
-365
/
+397
2018-05-17
PCI/AER: Rename error recovery interfaces to generic PCI naming
Oza Pawandeep
1
-8
/
+8
2018-05-17
PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
Oza Pawandeep
2
-23
/
+71
2018-05-17
PCI: Add generic pcie_wait_for_link() interface
Oza Pawandeep
4
-28
/
+34
2018-05-16
PCI/DPC: Clear interrupt status in interrupt handler top half
Oza Pawandeep
1
-1
/
+4
2018-05-16
PCI: qcom: Fix a bitwise vs logical NOT typo
Dan Carpenter
1
-1
/
+1
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-15
/
+2
2018-05-15
PCI: Make pci_get_new_domain_nr() static
Jan Kiszka
1
-4
/
+2
2018-05-15
PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()
Gustavo Pimentel
1
-9
/
+9
2018-05-15
PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap()
Gustavo Pimentel
1
-3
/
+3
2018-05-15
PCI: dwc: Add support for EP mode
Gustavo Pimentel
4
-18
/
+178
2018-05-15
PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters
Gustavo Pimentel
1
-13
/
+13
2018-05-14
PCI: Move private DT related functions into private header
Rob Herring
17
-0
/
+69
2018-05-14
PCI: dwc: Move CONFIG_PCI depends to menu
Rob Herring
1
-14
/
+3
2018-05-14
PCI: dwc: Replace magic number by defines
Gustavo Pimentel
2
-14
/
+21
2018-05-14
PCI: dwc: Small computation improvement
Gustavo Pimentel
1
-4
/
+4
2018-05-14
PCI: dwc: Replace lower into upper case characters
Gustavo Pimentel
3
-35
/
+38
2018-05-14
PCI: dwc: Define maximum number of vectors
Gustavo Pimentel
1
-0
/
+6
2018-05-14
PCI: imx6: Remove space before tabs
Fabio Estevam
1
-1
/
+1
2018-05-14
PCI: keystone: Do not treat link up message as error
Fabio Estevam
1
-1
/
+1
2018-05-14
Merge tag 'v4.17-rc5' into irq/core, to pick up fixes
Ingo Molnar
4
-38
/
+63
2018-05-13
genirq/msi: Limit level-triggered MSI to platform devices
Marc Zyngier
1
-0
/
+3
2018-05-11
PCI: rockchip: Add EP driver for Rockchip PCIe controller
Shawn Lin
5
-8
/
+758
[prev]
[next]