index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
2025-02-28
PCI: brcmstb: Add a softdep to MIP MSI-X driver
Stanimir Varbanov
2025-02-24
PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap()
Yury Norov
2025-02-24
cpumask: deprecate cpumask_next_wrap()
Yury Norov
2025-02-24
PCI: qcom-ep: Enable EP mode support for SAR2130P
Dmitry Baryshkov
2025-02-24
PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()
Stanimir Varbanov
2025-02-24
PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED
Manivannan Sadhasivam
2025-02-22
x86/kaslr: Reduce KASLR entropy on most x86 systems
Balbir Singh
2025-02-22
PCI: cpcihp: Remove unused .get_power() and .set_power()
Guilherme Giacomo Simoes
2025-02-21
PCI/ERR: Handle TLP Log in Flit mode
Ilpo Järvinen
2025-02-21
PCI: Track Flit Mode Status & print it with link status
Ilpo Järvinen
2025-02-21
PCI/AER: Descope pci_printk() to aer_printk()
Ilpo Järvinen
2025-02-21
PCI/ACS: Fix 'pci=config_acs=' parameter
Tushar Dave
2025-02-21
PCI: epf-mhi: Update device ID for SA8775P
Mrinmay Sarkar
2025-02-21
PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoC
Lorenzo Bianconi
2025-02-21
PCI/pwrctrl: Add pwrctrl driver for PCI slots
Manivannan Sadhasivam
2025-02-20
PCI: hv: Correct a comment
Easwar Hariharan
2025-02-20
PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
Manivannan Sadhasivam
2025-02-20
PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev()
Manivannan Sadhasivam
2025-02-20
PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()
Manivannan Sadhasivam
2025-02-20
PCI/ASPM: Fix link state exit during switch upstream function removal
Daniel Stodden
2025-02-19
PCI: shpchp: Remove 'shpchp_debug' module parameter
Ilpo Järvinen
2025-02-19
PCI: shpchp: Remove unused logging wrappers
Ilpo Järvinen
2025-02-19
PCI: shpchp: Change dbg() -> ctrl_dbg()
Ilpo Järvinen
2025-02-19
PCI: shpchp: Remove logging from module init/exit functions
Ilpo Järvinen
2025-02-19
PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally
Rafael J. Wysocki
2025-02-18
PCI: Rework optional resource handling
Ilpo Järvinen
2025-02-18
PCI: Perform reset_resource() and build fail list in sync
Ilpo Järvinen
2025-02-18
PCI: Use res->parent to check if resource is assigned
Ilpo Järvinen
2025-02-18
PCI: Add debug print when releasing resources before retry
Ilpo Järvinen
2025-02-18
PCI: Indicate optional resource assignment failures
Ilpo Järvinen
2025-02-18
PCI: Always have realloc_head in __assign_resources_sorted()
Ilpo Järvinen
2025-02-18
PCI: Extend enable to check for any optional resource
Ilpo Järvinen
2025-02-18
PCI: Add restore_dev_resource()
Ilpo Järvinen
2025-02-18
PCI: Remove incorrect comment from pci_reassign_resource()
Ilpo Järvinen
2025-02-18
PCI: Consolidate assignment loop next round preparation
Ilpo Järvinen
2025-02-18
PCI: Rename retval to ret
Ilpo Järvinen
2025-02-18
PCI: Use while loop and break instead of gotos
Ilpo Järvinen
2025-02-18
PCI: Refactor pdev_sort_resources() & __dev_sort_resources()
Ilpo Järvinen
2025-02-18
PCI: Converge return paths in __assign_resources_sorted()
Ilpo Järvinen
2025-02-18
PCI: Add dev & res local variables to resource assignment funcs
Ilpo Järvinen
2025-02-18
PCI: Add pci_resource_num() helper
Ilpo Järvinen
2025-02-18
PCI: Check resource_size() separately
Ilpo Järvinen
2025-02-18
PCI: Add pci_resource_is_iov() to identify IOV resources
Michał Winiarski
2025-02-18
PCI: Use resource_set_{range,size}() helpers
Ilpo Järvinen
2025-02-18
PCI: Use SZ_* instead of literals in setup-bus.c
Ilpo Järvinen
2025-02-18
PCI: Fix old_size lower bound in calculate_iosize() too
Ilpo Järvinen
2025-02-18
PCI: Allow relaxed bridge window tail sizing for optional resources
Ilpo Järvinen
2025-02-18
PCI: Simplify size1 assignment logic
Ilpo Järvinen
2025-02-18
PCI: Use min_align, not unrelated add_align, for size0
Ilpo Järvinen
2025-02-18
PCI: Remove add_align overwrite unrelated to size0
Ilpo Järvinen
[prev]
[next]