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
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
2021-10-12
PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()
Krzysztof Wilczyński
1
-1
/
+1
2021-10-05
PCI: PM: Do not call platform_pci_power_manageable() unnecessarily
Rafael J. Wysocki
1
-11
/
+5
2021-10-05
PCI: PM: Make pci_choose_state() call pci_target_state()
Rafael J. Wysocki
1
-38
/
+16
2021-10-05
PCI: PM: Rearrange pci_target_state()
Rafael J. Wysocki
1
-14
/
+9
2021-10-05
PCI: PM: Drop struct pci_platform_pm_ops
Rafael J. Wysocki
1
-11
/
+0
2021-10-05
PCI: Allow architecture-specific pci_remap_iospace()
Sergio Paracuellos
1
-0
/
+2
2021-09-29
PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI
Rafael J. Wysocki
1
-13
/
+9
2021-09-27
PCI: PM: Do not use pci_platform_pm_ops for Intel MID PM
Rafael J. Wysocki
1
-1
/
+22
2021-09-21
PCI: Rename pcibios_add_device() to pcibios_device_add()
Oliver O'Halloran
1
-2
/
+2
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-94
/
+237
2021-09-02
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2021-09-02
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-2
/
+2
2021-09-02
Merge branch 'pci/resource'
Bjorn Helgaas
1
-12
/
+16
2021-08-21
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
1
-2
/
+2
2021-08-19
PCI: Change the type of probe argument in reset functions
Amey Narkhede
1
-22
/
+22
2021-08-19
PCI: Add support for ACPI _RST reset method
Shanker Donthineni
1
-0
/
+1
2021-08-19
PCI: Allow userspace to query and set device reset mechanism
Amey Narkhede
1
-0
/
+122
2021-08-18
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
1
-3
/
+3
2021-08-18
PCI: Add array to track reset method ordering
Amey Narkhede
1
-40
/
+54
2021-08-17
PCI: Add pcie_reset_flr() with 'probe' argument
Amey Narkhede
1
-26
/
+30
2021-08-17
PCI: Cache PCIe Device Capabilities register
Amey Narkhede
1
-4
/
+2
2021-08-12
PCI: Fix pci_dev_str_match_path() alloc while atomic bug
Dan Carpenter
1
-1
/
+1
2021-08-04
PCI: PM: Enable PME if it can be signaled from D3cold
Rafael J. Wysocki
1
-1
/
+8
2021-08-04
PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently
Rafael J. Wysocki
1
-6
/
+10
2021-07-17
PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()
Krzysztof Wilczyński
1
-12
/
+16
2021-07-16
PCI: Use pci_update_current_state() in pci_enable_device_flags()
Rafael J. Wysocki
1
-5
/
+1
2021-07-08
Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+32
2021-07-06
Merge branch 'pci/sysfs'
Bjorn Helgaas
1
-14
/
+20
2021-07-03
Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-2
/
+4
2021-06-24
PCI: Export pci_dev_trylock() and pci_dev_unlock()
Luis Chamberlain
1
-2
/
+4
2021-06-22
Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"
Rafael J. Wysocki
1
-3
/
+13
2021-06-04
PCI/sysfs: Fix 'resource_alignment' newline issues
Krzysztof Wilczyński
1
-14
/
+20
2021-06-04
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Krzysztof Wilczyński
1
-1
/
+1
2021-05-25
PCI: Add pci_reset_bus_function() Secondary Bus Reset interface
Raphael Norwitz
1
-8
/
+12
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+18
2021-05-04
Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+30
2021-05-04
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
1
-0
/
+1
2021-04-30
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
1
-1
/
+1
2021-04-20
PCI: Export pci_pio_to_address() for module use
Jianjun Wang
1
-0
/
+1
2021-03-31
PCI: Add pci_disable_parity()
Bjorn Helgaas
1
-0
/
+17
2021-03-24
PCI: PM: Do not read power state in pci_enable_device_flags()
Rafael J. Wysocki
1
-13
/
+3
2021-03-16
PCI: Add pci_find_vsec_capability() to find a specific VSEC
Gustavo Pimentel
1
-0
/
+30
2021-02-25
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2021-02-22
Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+10
2021-02-18
PCI: Fix pci_register_io_range() memory leak
Geert Uytterhoeven
1
-0
/
+4
2021-01-27
Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"
Bjorn Helgaas
1
-7
/
+0
2021-01-14
PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse
Nirmoy Das
1
-1
/
+8
2021-01-14
PCI: Add pci_rebar_bytes_to_size()
Nirmoy Das
1
-1
/
+1
2021-01-14
PCI: Export pci_rebar_get_possible_sizes()
Darren Salt
1
-0
/
+1
2020-12-16
Merge branch 'pci/ptm'
Bjorn Helgaas
1
-1
/
+26
[prev]
[next]