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
/
hotplug
/
acpiphp_glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
Bjorn Helgaas
1
-6
/
+3
2023-08-08
PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus
Igor Mammedov
1
-1
/
+7
2023-05-24
PCI: acpiphp: Reassign resources on bridge if necessary
Igor Mammedov
1
-4
/
+1
2022-11-22
PCI: acpiphp: Avoid setting is_hotplug_bridge for PCIe Upstream Ports
Rafael J. Wysocki
1
-0
/
+8
2022-02-05
PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()
Rafael J. Wysocki
1
-3
/
+4
2021-10-09
PCI: Correct misspelled and remove duplicated words
Krzysztof WilczyĆski
1
-1
/
+1
2021-04-08
ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
Feilong Lin
1
-0
/
+1
2020-06-26
PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()
Rafael J. Wysocki
1
-3
/
+11
2020-05-09
ACPI: hotplug: PCI: Use the new acpi_evaluate_reg() helper
Hans de Goede
1
-10
/
+3
2019-11-14
ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridge
Mika Westerberg
1
-3
/
+9
2018-09-30
Update email address
Matthew Wilcox
1
-1
/
+1
2018-09-26
ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
Mika Westerberg
1
-5
/
+6
2018-07-31
PCI: Fix is_added/is_busmaster race condition
Hari Vyas
1
-1
/
+1
2018-06-04
ACPI / hotplug / PCI: Drop unnecessary parentheses
Mika Westerberg
1
-2
/
+2
2018-06-04
ACPI / hotplug / PCI: Mark stale PCI devices disconnected
Mika Westerberg
1
-0
/
+5
2018-06-04
ACPI / hotplug / PCI: Don't scan bridges managed by native hotplug
Mika Westerberg
1
-17
/
+58
2018-03-24
ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
Mika Westerberg
1
-7
/
+16
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-15
/
+1
2018-01-29
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
1
-15
/
+1
2018-01-17
PCI: Remove unnecessary messages for memory allocation failures
Markus Elfring
1
-3
/
+1
2017-11-07
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
1
-9
/
+6
2016-11-18
ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() public
Lukas Wunner
1
-27
/
+1
2016-11-18
ACPI / hotplug / PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bit
Lukas Wunner
1
-4
/
+1
2016-08-05
ACPI / hotplug / PCI: Runtime resume bridges before bus rescans
Rafael J. Wysocki
1
-0
/
+6
2016-08-04
Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"
Linus Torvalds
1
-4
/
+0
2016-06-13
ACPI / hotplug / PCI: Runtime resume bridge before rescan
Mika Westerberg
1
-0
/
+4
2016-01-29
Merge branches 'acpi-video' and 'acpi-hotplug'
Rafael J. Wysocki
1
-1
/
+3
2016-01-24
ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
Insu Yun
1
-1
/
+3
2016-01-08
PCI: Fix all whitespace issues
Bogicevic Sasa
1
-1
/
+1
2015-05-23
ACPI / hotplug / PCI: Check ignore_hotplug for all downstream devices
Rafael J. Wysocki
1
-3
/
+2
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+1
2014-09-13
ACPI / hotplug / PCI: Remove pci_configure_slot() usage
Bjorn Helgaas
1
-10
/
+1
2014-09-10
PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device
Bjorn Helgaas
1
-10
/
+6
2014-07-21
ACPI / hotplug / PCI: Fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-07-16
ACPI / hotplug: Simplify acpi_set_hp_context()
Rafael J. Wysocki
1
-3
/
+4
2014-07-16
ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()
Rafael J. Wysocki
1
-16
/
+8
2014-06-13
Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+2
2014-06-11
ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges
Rafael J. Wysocki
1
-18
/
+42
2014-06-11
PCI: Merge multi-line quoted strings
Ryan Desfosses
1
-4
/
+2
2014-05-29
Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...
Bjorn Helgaas
1
-2
/
+1
2014-05-28
PCI: acpiphp: Use pci_is_bridge() to simplify code
Yijing Wang
1
-2
/
+1
2014-04-30
PCI: Remove unnecessary __ref annotations
Bjorn Helgaas
1
-1
/
+1
2014-04-15
PCI: Remove unnecessary includes of <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-04-02
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2014-03-06
Merge branch 'acpi-pci-hotplug' into acpi-hotplug
Rafael J. Wysocki
1
-5
/
+2
2014-03-05
ACPI / hotplug / PCI: Use pci_device_is_present()
Rafael J. Wysocki
1
-5
/
+2
2014-02-21
ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context
Rafael J. Wysocki
1
-4
/
+4
2014-02-21
ACPI / dock: Use callback pointers from devices' ACPI hotplug contexts
Rafael J. Wysocki
1
-70
/
+49
2014-02-21
ACPI / dock: Use ACPI device object pointers instead of ACPI handles
Rafael J. Wysocki
1
-3
/
+3
2014-02-21
Merge branch 'acpi-pci-hotplug' into acpi-dock
Rafael J. Wysocki
1
-10
/
+19
[next]