aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-12GCC7: fixes for -Wimplicit-fallthrough expected regexesStewart Smith1-1/+2
2017-05-10Add global physical memory mapMichael Neuling1-0/+4
2017-05-10core/pci.c: Don't reserve PCI slots for non-pluggable slotsAlistair Popple1-6/+9
2017-05-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2-6/+19
2017-04-27nx: Add POWER9 DARN supportMichael Neuling1-1/+1
2017-04-27console: Set log level from nvramMichael Neuling1-0/+60
2017-04-19interrupts: Add an "irq_for_each_source" iteratorBenjamin Herrenschmidt1-0/+12
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran2-0/+51
2017-04-05core/init: Use '_' as separator in names of "exports" propertiesMichael Ellerman1-2/+7
2017-03-31core/pci: Add phb->ops->device_removeGavin Shan1-0/+3
2017-03-31core/pci: Fix lost NVMe adapter behind PMC 8546 switchGavin Shan1-6/+22
2017-03-31core/pci: Disable surprise hotplug on root portGavin Shan1-5/+7
2017-03-31core/pci: Ignore PCI slot capability on root portGavin Shan1-2/+7
2017-03-30Introduce NPU2 supportAlistair Popple1-0/+1
2017-03-29phb3/4: Set max link speed via nvramMichael Neuling1-0/+17
2017-03-24core/init: Add hdat-map property to OPAL nodeMatt Brown1-0/+29
2017-03-20fast-reboot: remove CAPI checkAndrew Donnellan1-12/+0
2017-03-20fast-reboot: creset PHBs on fast rebootAndrew Donnellan1-0/+21
2017-03-20core/pci: remove misleading fast reboot commentAndrew Donnellan1-2/+0
2017-03-16hmi: Print CAPP FIR information when handling CAPP malfunction alertsAndrew Donnellan1-0/+29
2017-03-16hmi: refactor malfunction alert handlingAndrew Donnellan1-46/+42
2017-03-16generic platform: If /bmc in device tree, attempt to init oneStewart Smith1-3/+40
2017-03-09init: Cosmetic fixup of commentBenjamin Herrenschmidt1-2/+2
2017-03-07core/test: use strcmp for console testsOliver O'Halloran2-6/+6
2017-03-07core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith1-1/+3
2017-03-07device: implement dt_translate_address() properlyOliver O'Halloran2-3/+109
2017-03-03pci/quirk: Populate device tree for AST2400 VGARussell Currey1-0/+46
2017-03-03pci: Add a framework for quirksRussell Currey3-1/+45
2017-03-03lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt1-0/+3
2017-03-02buddy: Check zalloc() return valueStewart Smith1-0/+2
2017-02-23core/console: refactor __flush_console()Oliver O'Halloran1-24/+25
2017-02-23nvram-format: Fix endian issuesStewart Smith2-18/+23
2017-02-22core/pci: Mark broken PDC on slots without surprise hotplug capabilityGavin Shan2-2/+13
2017-02-22astbmc/p8dnu: Enable PCI slot's power supply on PEX9733 in hot-add pathGavin Shan1-3/+10
2017-02-22core/pci: No validation on pd and ecap in pcie_slot_create()Gavin Shan1-15/+11
2017-02-22core/pci: Enforce polling PCIe link in hot-add pathGavin Shan1-0/+14
2017-02-22core/pci: Fix PCIe slot's presenceGavin Shan1-1/+3
2017-02-22core/pci: More reliable way to update PCI slot power stateGavin Shan1-1/+1
2017-02-17core/opal: check ibm,opal existsOliver O'Halloran1-5/+1
2017-02-16core/pci: Avoid hreset after fresetGavin Shan1-1/+2
2017-02-16core/pci: Support SRIOV VFsGavin Shan3-2/+261
2017-02-16core/pci: Allow associating parameter with capabilityGavin Shan1-2/+2
2017-02-16core/pci: Initialize AER capability in PCI coreGavin Shan1-0/+13
2017-02-16core/pci: Introduce separate function to initialize PCIe capabilityGavin Shan1-53/+66
2017-02-06Initial support for the ELFv2 ABINicholas Piggin2-11/+15
2017-02-06hdat: Rework parsing of system VPD for Open PowerBenjamin Herrenschmidt1-1/+2
2017-02-03platform: add missing \n on platform error reboot messageAndrew Donnellan1-1/+1
2017-02-03core/interrupts: free interrupt names after adding to DTStewart Smith1-0/+1
2017-01-16platform: set default bmc_platformOliver O'Halloran1-1/+5
2017-01-16vpd: add vpd_valid() to check keyword VPD blobsOliver O'Halloran1-0/+29