index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
Merge branch 'pci/misc'
Bjorn Helgaas
1
-0
/
+1
2018-08-15
Merge branch 'pci/hotplug'
Bjorn Helgaas
1
-6
/
+15
2018-08-15
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-7
/
+20
2018-08-15
Merge branch 'pci/aspm'
Bjorn Helgaas
1
-1
/
+0
2018-08-10
PCI: Check for PCIe Link downtraining
Alexandru Gagniuc
1
-7
/
+20
2018-08-10
PCI: Add device-specific ACS Redirect disable infrastructure
Logan Gunthorpe
1
-0
/
+3
2018-08-10
PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer support
Logan Gunthorpe
1
-2
/
+71
2018-08-10
PCI: Allow specifying devices using a base bus and path of devfns
Logan Gunthorpe
1
-21
/
+97
2018-08-10
PCI: Make specifying PCI devices in kernel parameters reusable
Logan Gunthorpe
1
-54
/
+103
2018-08-09
PCI: Export pcie_has_flr()
Alex Williamson
1
-1
/
+2
2018-08-06
PCI: Remove unnecessary include of <linux/pci-aspm.h>
Bjorn Helgaas
1
-1
/
+0
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-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
1
-0
/
+38
2018-07-20
PCI: Rename pci_try_reset_bus() to pci_reset_bus()
Sinan Kaya
1
-8
/
+8
2018-07-20
PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions
Sinan Kaya
1
-52
/
+1
2018-07-20
PCI: Unify try slot and bus reset API
Sinan Kaya
1
-5
/
+16
2018-07-20
PCI: Hide pci_reset_bridge_secondary_bus() from drivers
Sinan Kaya
1
-6
/
+5
2018-07-20
PCI: Handle error return from pci_reset_bridge_secondary_bus()
Sinan Kaya
1
-6
/
+6
2018-07-18
PCI: OF: Fix I/O space page leak
Sergei Shtylyov
1
-0
/
+38
2018-07-13
PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthrough
Gustavo A. R. Silva
1
-0
/
+1
2018-07-06
PCI: Export pcie_get_speed_cap and pcie_get_width_cap
Alex Deucher
1
-0
/
+2
2018-06-30
PCI: Expand documentation for pci_add_dma_alias()
Logan Gunthorpe
1
-2
/
+13
2018-06-30
PCI: Make early dump functionality generic
Sinan Kaya
1
-0
/
+5
2018-06-30
PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handling
Christian König
1
-3
/
+3
2018-06-30
PCI: Restore resized BAR state on resume
Christian König
1
-0
/
+28
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-47
/
+42
2018-06-07
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-0
/
+11
2018-06-07
Merge branch 'pci/resource'
Bjorn Helgaas
1
-4
/
+2
2018-06-07
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-43
/
+0
2018-05-26
PCI: Remove unused pcie_get_minimum_link()
Bjorn Helgaas
1
-43
/
+0
2018-05-24
PCI / PM: Clean up outdated comments in pci_target_state()
Rafael J. Wysocki
1
-4
/
+2
2018-05-18
PCI: Add generic pcie_wait_for_link() interface
Oza Pawandeep
1
-0
/
+29
2018-05-15
PCI: Make pci_get_new_domain_nr() static
Jan Kiszka
1
-4
/
+2
2018-05-11
PCI: Add "pci=noats" boot parameter
Gil Kupfer
1
-0
/
+11
2018-05-10
PCI / PM: Check device_may_wakeup() in pci_enable_wake()
Rafael J. Wysocki
1
-6
/
+23
2018-05-09
PCI / PM: Always check PME wakeup capability for runtime wakeup support
Kai Heng Feng
1
-4
/
+4
2018-04-20
PCI: Add "PCIe" to pcie_print_link_status() messages
Jakub Kicinski
1
-2
/
+2
2018-04-11
PCI: Remove messages about reassigning resources
Desnes A. Nunes do Rosario
1
-1
/
+0
2018-04-07
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-116
/
+261
2018-04-04
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-34
/
+51
2018-04-04
Merge branch 'pci/portdrv'
Bjorn Helgaas
1
-0
/
+9
2018-04-04
Merge branch 'pci/misc'
Bjorn Helgaas
1
-6
/
+8
2018-04-04
Merge branch 'pci/lpc'
Bjorn Helgaas
1
-76
/
+19
2018-04-04
PCI: Apply the new generic I/O management on PCI IO hosts
Zhichang Yuan
1
-75
/
+17
2018-04-04
PCI: Add fwnode handler as input param of pci_register_io_range()
Gabriele Paoloni
1
-1
/
+2
2018-04-04
PCI: Remove __weak tag from pci_register_io_range()
Gabriele Paoloni
1
-1
/
+1
2018-04-03
PCI: Add pcie_print_link_status() to log link speed and whether it's limited
Tal Gilboa
1
-0
/
+32
2018-04-03
PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
Tal Gilboa
1
-0
/
+58
2018-04-03
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+1
[prev]
[next]