Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
91f3140fdef61074515470243370d92a45f0b516
91f3140
Merge branch 'pci/host-xilinx' into next
by Bjorn Helgaas
· 7 years ago
5164e38
Merge branch 'pci/host-xgene' into next
by Bjorn Helgaas
· 7 years ago
e9cd973
Merge branch 'pci/host-v3-semi' into next
by Bjorn Helgaas
· 7 years ago
29d0d44
Merge branch 'pci/host-thunder' into next
by Bjorn Helgaas
· 7 years ago
d238be6
Merge branch 'pci/host-tegra' into next
by Bjorn Helgaas
· 7 years ago
2b61a44
Merge branch 'pci/host-tango' into next
by Bjorn Helgaas
· 7 years ago
9ff9503
Merge branch 'pci/host-rcar' into next
by Bjorn Helgaas
· 7 years ago
89000e8
Merge branch 'pci/host-layerscape' into next
by Bjorn Helgaas
· 7 years ago
aaea12f
Merge branch 'pci/host-iproc' into next
by Bjorn Helgaas
· 7 years ago
85a8cf8
Merge branch 'pci/host-hv' into next
by Bjorn Helgaas
· 7 years ago
22111ff4
Merge branch 'pci/host-hisi' into next
by Bjorn Helgaas
· 7 years ago
d535969
Merge branch 'pci/host-generic' into next
by Bjorn Helgaas
· 7 years ago
807dcfe
Merge branch 'pci/host-faraday' into next
by Bjorn Helgaas
· 7 years ago
f21bfb5
Merge branch 'pci/host-dra7xx' into next
by Bjorn Helgaas
· 7 years ago
afa7745
Merge branch 'pci/host-altera' into next
by Bjorn Helgaas
· 7 years ago
9ceb09c
Merge branch 'pci/virtualization' into next
by Bjorn Helgaas
· 7 years ago
9af21ac
Merge branch 'pci/switchtec' into next
by Bjorn Helgaas
· 7 years ago
104d1e4
Merge branch 'pci/resource' into next
by Bjorn Helgaas
· 7 years ago
8dceeaf
Merge branch 'pci/portdrv' into next
by Bjorn Helgaas
· 7 years ago
6018182
Merge branch 'pci/msi' into next
by Bjorn Helgaas
· 7 years ago
65a129d
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 7 years ago
8d666e5
Merge branch 'pci/hotplug' into next
by Bjorn Helgaas
· 7 years ago
1a03bac
Merge branch 'pci/endpoint' into next
by Bjorn Helgaas
· 7 years ago
9c42da5
Merge branch 'pci/aspm' into next
by Bjorn Helgaas
· 7 years ago
f5b4f7ce
Merge branch 'pci/aer' into next
by Bjorn Helgaas
· 7 years ago
a9a6bb4
Merge branch 'pci/acpi' into next
by Bjorn Helgaas
· 7 years ago
a48f3d5
PCI/ASPM: Add L1 Substates definitions
by Bjorn Helgaas
· 7 years ago
7f88ba4
PCI/ASPM: Reformat ASPM register definitions
by Bjorn Helgaas
· 7 years ago
c00054f
PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
by Bjorn Helgaas
· 7 years ago
94ac327
PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
by Bjorn Helgaas
· 7 years ago
92e3145
PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()
by Bjorn Helgaas
· 7 years ago
1eaa870
PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()
by Bjorn Helgaas
· 7 years ago
499c010
PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()
by Bjorn Helgaas
· 7 years ago
505fb74
PCI: Fix kernel-doc build warning
by Randy Dunlap
· 7 years ago
a405f19
PCI: Fail pci_map_rom() if the option ROM is invalid
by Changbin Du
· 7 years ago
a48a687
PCI: Move pci_map_rom() error path
by Changbin Du
· 7 years ago
03ea226
PCI: Move PCI_QUIRKS to the PCI bus menu
by Randy Dunlap
· 7 years ago
03f41f2
alpha/PCI: Make pdev_save_srm_config() static
by Bjorn Helgaas
· 7 years ago
7b30aa1
PCI: Remove unused declarations
by Bjorn Helgaas
· 7 years ago
be2d877a
PCI: Remove redundant pci_dev, pci_bus, resource declarations
by Bjorn Helgaas
· 7 years ago
137ed9f
PCI: Remove redundant pcibios_set_master() declarations
by Bjorn Helgaas
· 7 years ago
3ad3f8c
PCI/PME: Handle invalid data when reading Root Status
by Qiang
· 7 years ago
79aa801
PCI: hv: Use effective affinity mask
by Dexuan Cui
· 7 years ago
db63d40
PCI: pciehp: Do not clear Presence Detect Changed during initialization
by Mika Westerberg
· 7 years ago
49902239
PCI: pciehp: Fix race condition handling surprise link down
by Mika Westerberg
· 7 years ago
1a57677
PCI: Distribute available resources to hotplug-capable bridges
by Mika Westerberg
· 7 years ago
1c02ea8
PCI: Distribute available buses to hotplug-capable bridges
by Mika Westerberg
· 7 years ago
a20c7f3
PCI: Do not allocate more buses than available in parent
by Mika Westerberg
· 7 years ago
4147c2f
PCI: Open-code the two pass loop when scanning bridges
by Mika Westerberg
· 7 years ago
95e3ba9
PCI: Move pci_hp_add_bridge() to drivers/pci/probe.c
by Mika Westerberg
· 7 years ago
24a0c65
PCI: Add for_each_pci_bridge() helper
by Andy Shevchenko
· 7 years ago
3691314
PCI: shpchp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
34d773f
PCI: cpqphp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
c4459a0
PCI: pciehp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
05196e2
PCI: ibmphp: Use common error handling code in unconfigure_boot_device()
by Markus Elfring
· 7 years ago
cc27b73
PCI/portdrv: Turn off PCIe services during shutdown
by Sinan Kaya
· 7 years ago
b7636e8
misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()
by Kishon Vijay Abraham I
· 7 years ago
139838f
misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on remove
by Kishon Vijay Abraham I
· 7 years ago
80068c9
misc: pci_endpoint_test: Fix failure path return values in probe
by Kishon Vijay Abraham I
· 7 years ago
a2db266
misc: pci_endpoint_test: Avoid triggering a BUG()
by Dan Carpenter
· 7 years ago
832c418a
PCI: Document reset method return values
by Bjorn Helgaas
· 7 years ago
fa564ad
x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)
by Christian König
· 7 years ago
8bb705e
PCI: Add pci_resize_resource() for resizing BARs
by Christian König
· 7 years ago
16b6c8b
PCI: Detach driver before procfs & sysfs teardown on device remove
by Alex Williamson
· 7 years ago
bbd11bd
PCI: hisi: Add HiSilicon STB SoC PCIe controller driver
by Jianguo Sun
· 7 years ago
276b738
PCI: Add resizable BAR infrastructure
by Christian König
· 7 years ago
cb21bc9
PCI: Add PCI resource type mask #define
by Christian König
· 7 years ago
a579ba4
PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation
by Bjorn Helgaas
· 7 years ago
b3c433e
PCI: faraday: Fix wrong pointer passed to PTR_ERR()
by Wei Yongjun
· 7 years ago
84d897d
PCI: layerscape: Change default error response behavior
by Minghuan Lian
· 7 years ago
06dc4ee
PCI: Disable MSI for Freescale Layerscape PCIe RC mode
by Hou Zhiqiang
· 7 years ago
f675564
dt-bindings: PCI: rcar: Correct example to match reality
by Geert Uytterhoeven
· 7 years ago
3321eaf
PCI/portdrv: Factor out Interrupt Message Number lookup
by Bjorn Helgaas
· 7 years ago
b8acfd7c
PCI/portdrv: Consolidate comments
by Bjorn Helgaas
· 7 years ago
7c950b9
PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks
by Dongdong Liu
· 7 years ago
f2ddaf8
PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
by Vadim Lomovtsev
· 7 years ago
7f34267
PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
by Vadim Lomovtsev
· 7 years ago
9cea513
PCI: tegra: Add Tegra186 PCIe support
by Manikanta Maddireddy
· 7 years ago
904fb8e
dt-bindings: pci: tegra: Document Tegra186 PCIe DT
by Manikanta Maddireddy
· 7 years ago
fc54bae
PCI: iproc: Allow allocation of multiple MSIs
by Sandor Bodo-Merle
· 7 years ago
343dc69
misc: pci_endpoint_test: Prevent some integer overflows
by Dan Carpenter
· 7 years ago
0c6b93d
arm64: dts: ls1046a: Add PCIe controller DT nodes
by Hou Zhiqiang
· 7 years ago
fc5c0b4
arm64: dts: ls1012a: Add PCIe controller DT node
by Hou Zhiqiang
· 7 years ago
a335b12
PCI: layerscape: Add support for ls1012a
by Hou Zhiqiang
· 7 years ago
c482bff
arm64: dts: ls1012a: Add MSI controller DT node
by Hou Zhiqiang
· 7 years ago
b6cfe8b
PCI: tegra: Use generic accessors where possible
by Thierry Reding
· 7 years ago
9c049be
PCI: dra7xx: Add shutdown handler to cleanly turn off clocks
by Keerthy
· 7 years ago
68ace22
irqchip/ls-scfg-msi: Add LS1012a MSI support
by Hou Zhiqiang
· 7 years ago
33ba90a
PCI: Avoid slot reset if bridge itself is broken
by Jan Glauber
· 8 years ago
3570277
PCI: Avoid bus reset if bridge itself is broken
by David Daney
· 8 years ago
8221551
PCI: Mark Cavium CN8xxx to avoid bus reset
by David Daney
· 8 years ago
ff26449
PCI: Restore ARI Capable Hierarchy before setting numVFs
by Tony Nguyen
· 7 years ago
27d6162
PCI: Create SR-IOV virtfn/physfn links before attaching driver
by Stuart Hayes
· 7 years ago
7dfca15
PCI: Expose SR-IOV offset, stride, and VF device ID via sysfs
by Filippo Sironi
· 7 years ago
19f3f22
dt-bindings: PCI: designware: Add binding for Designware PCIe in ECAM mode
by Ard Biesheuvel
· 7 years ago
58fb207
PCI: generic: Add support for Synopsys DesignWare RC in ECAM mode
by Ard Biesheuvel
· 7 years ago
f05f735
switchtec: Make struct event_regs static
by Colin Ian King
· 7 years ago
3142d83
PCI: Cache the VF device ID in the SR-IOV structure
by Filippo Sironi
· 8 years ago
ad581f8
PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTO
by Sascha El-Sharkawy
· 7 years ago
79e699b
PCI: Remove unused function __pci_reset_function()
by Jan H. Schönherr
· 8 years ago
Next »