index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-12
PCI: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-12
PCI: Check for platform_get_irq() failure consistently
Aman Sharma
7
-10
/
+16
2020-05-11
PCI: hv: Retry PCI bus D0 entry on invalid device state
Wei Hu
1
-2
/
+38
2020-05-11
PCI: hv: Fix the PCI HyperV probe failure path to release resource properly
Wei Hu
1
-4
/
+16
2020-05-11
PCI: brcmstb: Disable L0s component of ASPM if requested
Jim Quinlan
1
-1
/
+13
2020-05-11
PCI: brcmstb: Fix window register offset from 4 to 8
Jim Quinlan
1
-2
/
+2
2020-05-11
PCI: brcmstb: Don't clk_put() a managed clock
Jim Quinlan
1
-1
/
+0
2020-05-11
PCI: brcmstb: Assert fundamental reset on initialization
Nicolas Saenz Julienne
1
-0
/
+1
2020-05-11
PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
Lad Prabhakar
3
-2
/
+9
2020-05-11
PCI: rcar: Fix calculating mask for PCIEPAMR register
Lad Prabhakar
1
-1
/
+4
2020-05-11
PCI: rcar: Move shareable code to a common file
Lad Prabhakar
4
-293
/
+361
2020-05-11
PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
Lad Prabhakar
3
-1
/
+11
2020-05-11
PCI: tegra: Fix reporting GPIO error value
Pali Rohár
1
-2
/
+2
2020-05-09
ACPI: hotplug: PCI: Use the new acpi_evaluate_reg() helper
Hans de Goede
1
-10
/
+3
2020-05-08
PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
Kai-Heng Feng
1
-0
/
+13
2020-05-07
PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges
Kai-Heng Feng
1
-10
/
+0
2020-05-07
PCI: rcar: Add suspend/resume
Kazufumi Ikeda
1
-15
/
+75
2020-05-07
PCI: rcar: Fix incorrect programming of OB windows
Andrew Murray
1
-4
/
+5
2020-05-07
PCI: host-generic: Eliminate pci_host_common_probe wrappers
Rob Herring
6
-42
/
+24
2020-05-05
PCI: altera: Clean up indentation issue on a return statement
Colin Ian King
1
-1
/
+1
2020-05-05
PCI: endpoint: functions/pci-epf-test: Fix DMA channel release
Kunihiko Hayashi
1
-0
/
+3
2020-05-05
PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths
Christophe JAILLET
1
-1
/
+1
2020-05-05
PCI: dwc: Make hisi_pcie_platform_ops static
Zou Wei
1
-1
/
+1
2020-05-05
PCI: dwc: Clean up computing of msix_tbl
Jiri Slaby
1
-5
/
+1
2020-05-02
Merge back system-wide PM material for v5.8.
Rafael J. Wysocki
3
-19
/
+19
2020-05-01
PCI: Allow pci_resize_resource() for devices on root bus
Ard Biesheuvel
1
-4
/
+5
2020-05-01
PCI: host-generic: Support building as modules
Rob Herring
5
-4
/
+17
2020-05-01
PCI: Constify struct pci_ecam_ops
Rob Herring
9
-19
/
+19
2020-04-30
PCI/AER: Use only _OSC to determine AER ownership
Alexandru Gagniuc
1
-25
/
+1
2020-04-28
s390/pci: Do not disable PF when VFs exist
Pierre Morel
1
-0
/
+3
2020-04-28
s390/pci: Handling multifunctions
Pierre Morel
1
-3
/
+3
2020-04-28
s390/pci: create zPCI bus
Pierre Morel
1
-4
/
+7
2020-04-24
PCI/EDR: Log only ACPI_NOTIFY_DISCONNECT_RECOVER events
Kuppuswamy Sathyanarayanan
1
-2
/
+2
2020-04-24
PCI: Use of_node_name_eq() for node name comparisons
Rob Herring
1
-1
/
+1
2020-04-24
PCI/AER: Don't select CONFIG_PCIEAER by default
Bjorn Helgaas
1
-1
/
+0
2020-04-24
PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by default
Bjorn Helgaas
1
-1
/
+0
2020-04-24
PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default
Bjorn Helgaas
1
-1
/
+1
2020-04-24
PCI/PM: Call .bridge_d3() hook only if non-NULL
Bjorn Helgaas
1
-1
/
+3
2020-04-24
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
1
-1
/
+1
2020-04-24
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
2
-5
/
+5
2020-04-24
PM: sleep: core: Rename dev_pm_may_skip_resume()
Rafael J. Wysocki
1
-2
/
+2
2020-04-24
PM: sleep: core: Rework the power.may_skip_resume handling
Rafael J. Wysocki
1
-5
/
+3
2020-04-24
PM: sleep: core: Do not skip callbacks in the resume phase
Rafael J. Wysocki
1
-8
/
+10
2020-04-23
PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelist
Alex Deucher
1
-0
/
+2
2020-04-23
PCI: pciehp: Remove unused EMI() and HP_SUPR_RM() macros
Ani Sinha
1
-2
/
+0
2020-04-23
PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
Andrea Parri (Microsoft)
1
-16
/
+28
2020-04-14
PCI: Move Apex Edge TPU class quirk to fix BAR assignment
Bjorn Helgaas
1
-0
/
+7
2020-04-08
Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+4
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-4
/
+7
2020-04-04
Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-70
/
+29
[prev]
[next]