index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
PCI: dwc: Expose dw_pcie_write_dbi2() to module
Yoshihiro Shimoda
1
-0
/
+1
2023-10-20
PCI: dwc: Expose dw_pcie_ep_exit() to module
Yoshihiro Shimoda
1
-0
/
+1
2023-10-20
PCI: dwc: Add EDMA_UNROLL capability flag
Yoshihiro Shimoda
2
-3
/
+10
2023-10-20
PCI: dwc: endpoint: Add multiple PFs support for dbi2
Yoshihiro Shimoda
2
-8
/
+25
2023-10-20
PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW setting
Yoshihiro Shimoda
1
-6
/
+0
2023-10-20
PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling
Yoshihiro Shimoda
1
-1
/
+8
2023-10-20
PCI: dwc: Add dw_pcie_link_set_max_link_width()
Yoshihiro Shimoda
1
-45
/
+41
2023-10-20
PCI: Add T_PVPERL macro
Yoshihiro Shimoda
1
-0
/
+3
2023-10-18
PCI: Disable ATS for specific Intel IPU E2000 devices
Bartosz Pawlowski
1
-0
/
+19
2023-10-18
PCI: Extract ATS disabling to a helper function
Bartosz Pawlowski
1
-7
/
+9
2023-10-18
PCI: cadence: Use FIELD_GET()
Ilpo Järvinen
1
-4
/
+5
2023-10-17
PCI: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
2
-6
/
+4
2023-10-14
PCI: hv: Annotate struct hv_dr_state with __counted_by
Kees Cook
1
-1
/
+1
2023-10-14
PCI: qcom: Enable ASPM for platforms supporting 1.9.0 ops
Manivannan Sadhasivam
1
-0
/
+28
2023-10-14
PCI: dwc: Add host_post_init() callback
Manivannan Sadhasivam
2
-0
/
+4
2023-10-14
PCI: tegra194: Use Mbps_to_icc() macro for setting icc speed
Manivannan Sadhasivam
1
-2
/
+2
2023-10-14
PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speed
Manivannan Sadhasivam
1
-25
/
+6
2023-10-14
PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speed
Manivannan Sadhasivam
1
-18
/
+6
2023-10-10
PCI: xgene: Do PCI error check on own line & keep return value
Ilpo Järvinen
1
-3
/
+4
2023-10-10
PCI: Do error check on own line to split long "if" conditions
Ilpo Järvinen
3
-9
/
+12
2023-10-10
PCI/ASPM: Convert printk() to pr_*() and add include
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Remove unnecessary includes
Ilpo Järvinen
1
-2
/
+0
2023-10-10
PCI/ASPM: Use FIELD_MAX() instead of literals
Ilpo Järvinen
1
-7
/
+7
2023-10-10
PCI/ASPM: Use time constants
Ilpo Järvinen
1
-6
/
+8
2023-10-10
PCI/ASPM: Return U32_MAX instead of bit magic construct
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fields
Ilpo Järvinen
1
-13
/
+18
2023-10-10
PCI: mvebu: Use FIELD_PREP() with Link Width
Ilpo Järvinen
1
-1
/
+1
2023-10-10
PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields
Ilpo Järvinen
1
-5
/
+4
2023-10-10
PCI: keystone: Don't discard .probe() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: keystone: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: kirin: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: exynos: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: layerscape-ep: Set 64-bit DMA mask
Guanhua Gao
1
-0
/
+2
2023-10-06
PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()
Sui Jingfeng
1
-4
/
+3
2023-10-06
PCI/VGA: Select VGA devices earlier
Sui Jingfeng
1
-6
/
+8
2023-10-06
PCI/VGA: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-06
PCI: Replace unnecessary UTF-8 in Kconfig
Liu Song
1
-1
/
+1
2023-10-06
Merge tag 'pci-v6.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-19
/
+43
2023-10-05
PCI: endpoint: Use IS_ERR_OR_NULL() helper function
Ruan Jinjie
1
-6
/
+6
2023-10-05
PCI: Make pci_assign_unassigned_resources() non-init
Randy Dunlap
1
-1
/
+1
2023-10-05
PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
Vicki Pfau
1
-3
/
+5
2023-10-05
PCI: cadence: Drop unused member from struct cdns_plat_pcie
Li Chen
1
-5
/
+0
2023-10-05
PCI: Implement custom llseek for sysfs resource entries
Valentine Sinitsyn
1
-1
/
+25
2023-10-03
PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemap
Gustavo A. R. Silva
1
-1
/
+1
2023-10-03
PCI/ACPI: Use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-6
/
+7
2023-10-03
PCI: Use PCI_HEADER_TYPE_* instead of literals
Ilpo Järvinen
12
-27
/
+28
2023-10-03
PCI: vmd: Correct PCI Header Type Register's multi-function check
Ilpo Järvinen
1
-2
/
+1
2023-09-29
PCI/sysfs: Protect driver's D3cold preference from user space
Lukas Wunner
2
-5
/
+2
2023-09-29
PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume
Mika Westerberg
1
-1
/
+13
2023-09-29
PCI: of: Destroy changeset when adding PCI device node fails
Lizhi Hou
1
-8
/
+11
[prev]
[next]