aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-10-23opal/hmi: Workaround Power9 hw logic bug for couple of TFMR TB errors.Mahesh Salgaonkar1-1/+27
2017-10-23opal/hmi: Fix TB reside and HDEC parity error recovery for power9Mahesh Salgaonkar1-3/+102
2017-10-18core: direct-controls: Fix clearing of special wakeupShilpasri G Bhat1-1/+4
2017-10-18core/direct-controls: increase special wakeup timeout on POWER9Nicholas Piggin1-3/+6
2017-10-16cpu: Add OPAL_REINIT_CPUS_TM_SUSPEND_DISABLEDMichael Ellerman1-0/+10
2017-10-15opal/cpu: Mark the core as bad while disabling threads of the core.Mahesh Salgaonkar1-0/+10
2017-10-10ipmi: Convert common debug prints to traceVasant Hegde1-2/+2
2017-10-10pci-iov: free memory across fast-rebootStewart Smith2-4/+19
2017-10-06fast-reset: by default (if possible)Stewart Smith1-2/+2
2017-10-02i2c: Move tpm i2c wrapper code into coreAndrew Donnellan1-0/+107
2017-09-28cpu: idle POWER9 power management implementationNicholas Piggin2-4/+121
2017-09-28cpu: idle split pm enable into sreset and ipi componentsNicholas Piggin3-36/+68
2017-09-28cpu: idle notice if pm state changesNicholas Piggin1-4/+18
2017-09-28cpu: idle move the minimum PM latency into the idle codeNicholas Piggin2-4/+3
2017-09-28cpu: avoid decrementer wakeups in case of cpu_wake_on_job idleNicholas Piggin1-8/+7
2017-09-20core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin4-1/+417
2017-09-19core/flash: Only expect ELF header for BOOTKERNEL partition flash resourceSuraj Jitindar Singh1-9/+23
2017-09-15core/pci-slots: Move slot-label construction to a helperOliver O'Halloran1-0/+30
2017-09-15core/pcie-slots: Make dynamic slot creation genericOliver O'Halloran1-0/+51
2017-09-15core/pci-dt-slot: Represent PCIe slots in the devicetreeOliver O'Halloran2-0/+231
2017-09-12pci: Make pci_wait_crs() globalMichael Neuling1-1/+1
2017-09-05flash: Support adding the no-erase property to flashWilliam A. Kennington III1-0/+4
2017-09-04DT: Add ibm,firmware-versions nodeVasant Hegde1-0/+109
2017-09-04init: add missing sync_icache after exception vector patchingNicholas Piggin1-0/+2
2017-08-24gcov: support GCC 7.1+Stewart Smith1-0/+5
2017-08-24core/test/run-msg: don't depend on unittest mem layoutStewart Smith1-1/+1
2017-08-24core/test/run-device: fix memory leak on exitStewart Smith1-0/+1
2017-08-24test/mem_region: fix incorrect ibm,os-reserve region lengthStewart Smith2-4/+4
2017-08-23Fix mem leak in core/test/run-time-utilsStewart Smith1-0/+3
2017-08-22vas: Move core/vas.c -> hw/vas.cMichael Neuling2-449/+0
2017-08-22vas: Set FIRs according to workbookMichael Neuling1-11/+5
2017-08-21VAS: Remove misleading printMichael Neuling1-2/+1
2017-08-21pci: Wait for CRS and switch link when restoring bus numbersRussell Currey1-13/+38
2017-08-21pci: Trivial typo fixesRussell Currey1-2/+2
2017-08-21pci: Track whether a PCI device is a virtual functionRussell Currey2-0/+2
2017-08-21vas: Set mmio enable bits in DD2Sukadev Bhattiprolu1-0/+3
2017-08-15core/mem_region: Check return value of add_region() (CID 147251)Cyril Bur1-1/+5
2017-08-15core/hmi: Fix use of uninitialised value (CID 147808)Cyril Bur1-3/+3
2017-08-15core/flash core/init: Fix unintended sign extensionCyril Bur2-4/+6
2017-08-04phb4: Enable PCI peer-to-peerFrederic Barrat1-0/+39
2017-08-01vas: Define vas_get_wcbs_bar interfaceSukadev Bhattiprolu1-0/+15
2017-08-01vas: Define vas_get_hvwc_mmio_bar interfaceSukadev Bhattiprolu1-0/+13
2017-08-01vas: Create MMIO device tree nodeSukadev Bhattiprolu1-0/+30
2017-08-01vas: Define helpers to compute window paste addressSukadev Bhattiprolu1-0/+99
2017-08-01vas: Initialize VAS registersSukadev Bhattiprolu3-0/+300
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat1-0/+13
2017-07-28sensors: occ: Add support for OCC inband sensorsShilpasri G Bhat2-0/+5
2017-07-28psr: occ: Add support to change power-shifting-ratioShilpasri G Bhat2-1/+43
2017-07-28powercap: occ: Add a generic powercap frameworkShilpasri G Bhat2-1/+41
2017-07-25mem_region: Check for no-map in reserved nodesOliver O'Halloran1-1/+7