index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
dt-bindings: PCI: brcmstb: Add property "brcm,clkreq-mode"
Jim Quinlan
1
-0
/
+18
2024-01-09
PCI: mediatek-gen3: Fix translation window size calculation
Jianjun Wang
1
-35
/
+50
2024-01-09
PCI: mediatek: Clear interrupt status before dispatching handler
qizhong cheng
1
-2
/
+8
2024-01-09
PCI: keystone: Fix race condition when initializing PHYs
Siddharth Vadapalli
1
-0
/
+9
2024-01-06
PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast error
Yoshihiro Shimoda
1
-1
/
+1
2024-01-06
PCI: iproc: Fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
1
-1
/
+1
2024-01-06
PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
Yoshihiro Shimoda
2
-124
/
+153
2024-01-06
PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_ops
Yoshihiro Shimoda
4
-60
/
+59
2024-01-06
PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_ops
Yoshihiro Shimoda
12
-13
/
+13
2024-01-06
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
23
-47
/
+47
2024-01-06
PCI: j721e: Make TI J721E depend on ARCH_K3
Peter Robinson
1
-0
/
+2
2024-01-06
PCI: j721e: Add TI J784S4 PCIe configuration
Matt Ranostay
1
-0
/
+22
2024-01-02
PCI/AER: Use explicit register sizes for struct members
Bjorn Helgaas
2
-6
/
+6
2024-01-02
PCI/AER: Decode Requester ID when no error info found
Bjorn Helgaas
1
-2
/
+7
2024-01-02
PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
Bjorn Helgaas
1
-4
/
+4
2024-01-02
PCI: Fix 64GT/s effective data rate calculation
Ilpo Järvinen
1
-1
/
+1
2023-12-18
PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
Niklas Cassel
1
-0
/
+1
2023-12-17
PCI: kirin: Use devm_kasprintf() to dynamically allocate clock names
Christophe JAILLET
1
-8
/
+5
2023-12-16
PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVE
Conor Dooley
1
-1
/
+1
2023-12-15
PCI: Log bridge info when first enumerating bridge
Bjorn Helgaas
1
-4
/
+19
2023-12-15
PCI: Log bridge windows conditionally
Bjorn Helgaas
1
-9
/
+15
2023-12-15
PCI: Supply bridge device, not secondary bus, to read window details
Bjorn Helgaas
1
-15
/
+6
2023-12-15
PCI: Move pci_read_bridge_windows() below individual window accessors
Bjorn Helgaas
1
-51
/
+51
2023-12-15
PCI: Use resource names in PCI log messages
Puranjay Mohan
6
-72
/
+103
2023-12-15
PCI: Update BAR # and window messages
Puranjay Mohan
2
-0
/
+62
2023-12-15
PCI: Log device type during enumeration
Bjorn Helgaas
1
-2
/
+40
2023-12-14
PCI: rcar-host: Add support for optional regulators
Wolfram Sang
1
-1
/
+17
2023-12-14
dt-bindings: PCI: rcar-pci-host: Add optional regulators
Wolfram Sang
1
-0
/
+11
2023-12-14
PCI: rcar-gen4: Replace of_device.h with explicit of.h include
Rob Herring
1
-1
/
+1
2023-12-13
PCI: j721e: Add PCIe 4x lane selection support
Matt Ranostay
1
-2
/
+8
2023-12-13
PCI: j721e: Add per platform maximum lane settings
Matt Ranostay
1
-3
/
+10
2023-12-13
dt-bindings: PCI: ti,j721e-pci-*: Add j784s4-pci-* compatible strings
Matt Ranostay
2
-0
/
+24
2023-12-13
dt-bindings: PCI: ti,j721e-pci-*: Add checks for num-lanes
Matt Ranostay
2
-6
/
+48
2023-12-12
PCI: layerscape: Add suspend/resume for ls1043a
Frank Li
1
-1
/
+62
2023-12-12
PCI: layerscape(ep): Rename pf_* as pf_lut_*
Frank Li
2
-25
/
+25
2023-12-12
PCI: layerscape: Add suspend/resume for ls1021a
Frank Li
1
-3
/
+80
2023-12-12
PCI: layerscape: Add function pointer for exit_from_l2()
Frank Li
1
-2
/
+9
2023-12-11
PCI: Add ACS quirk for more Zhaoxin Root Ports
LeoLiuoc
1
-2
/
+6
2023-12-05
x86/pci: Reorder pci_mmcfg_arch_map() definition before calls
Bjorn Helgaas
1
-19
/
+19
2023-12-05
x86/pci: Return pci_mmconfig_add() failure early
Bjorn Helgaas
1
-7
/
+8
2023-12-05
x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependency
Bjorn Helgaas
1
-0
/
+4
2023-12-05
x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved()
Bjorn Helgaas
1
-4
/
+4
2023-12-05
x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry()
Bjorn Helgaas
1
-7
/
+7
2023-12-05
x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt
Bjorn Helgaas
3
-67
/
+52
2023-12-05
x86/pci: Add MCFG debug logging
Bjorn Helgaas
2
-5
/
+21
2023-12-05
x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved'
Bjorn Helgaas
1
-8
/
+6
2023-12-05
x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
Bjorn Helgaas
1
-1
/
+12
2023-12-01
x86/pci: Clean up open-coded PCIBIOS return code mangling
Ilpo Järvinen
1
-7
/
+21
2023-12-01
scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literal
Ilpo Järvinen
1
-1
/
+1
2023-12-01
powerpc/fsl-pci: Use PCI_HEADER_TYPE_MASK instead of literal
Ilpo Järvinen
1
-2
/
+2
[next]