aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-03core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin6-50/+88
2017-12-03direct-controls: add xscom error handling for p8Nicholas Piggin1-9/+27
2017-12-03direct-controls: p8 implementation of generic direct controlsNicholas Piggin1-93/+119
2017-12-03direct-controls: change p8_sreset_all_others sequenceNicholas Piggin1-10/+5
2017-12-03fast-reboot: move sreset direct controls to direct-controls.cNicholas Piggin3-283/+322
2017-12-03fast-reboot: allow mambo fast reboot independent of CPU typeNicholas Piggin1-1/+2
2017-12-03fast-reboot: move de-asserting of special wakeups to the initiatorNicholas Piggin1-3/+3
2017-12-03fast-reboot: inline fast_reset_p8 into fast_rebootNicholas Piggin1-30/+24
2017-12-03fast-reboot: remove delay after sresetNicholas Piggin1-2/+1
2017-12-03fast-reboot: add more barriers around cpu state changesNicholas Piggin2-1/+7
2017-12-03fast-reboot: add sreset timeout detection and handlingNicholas Piggin1-33/+45
2017-12-03fast-reboot: make spin loops consistent and SMT friendlyNicholas Piggin1-9/+15
2017-12-03fast-reboot: add sreset_all_others error handlingNicholas Piggin1-10/+13
2017-12-03fast-reboot: factor out the mambo sreset codeNicholas Piggin1-26/+62
2017-12-03fast-reboot: clean up some common cpu iteration processes with macrosNicholas Piggin3-46/+49
2017-12-03fast-reboot: remove last man standing logicNicholas Piggin1-22/+1
2017-12-03fast-reboot: factor out direct control loops for sresetNicholas Piggin1-21/+58
2017-12-03fast-reboot: restore SMT priority on spin loop exitNicholas Piggin1-0/+1
2017-12-01external/pflash: Fix non-zero return code for successful read when size%256 != 0Suraj Jitindar Singh1-1/+1
2017-12-01gard: Add testsOliver O'Halloran22-2/+148
2017-12-01gard: Fix up do_create return valuesOliver O'Halloran1-4/+4
2017-12-01gard: Delete stale commentOliver O'Halloran1-6/+0
2017-12-01gard: Add usage message for -pOliver O'Halloran1-0/+1
2017-12-01gard: Fix max instance countOliver O'Halloran1-2/+2
2017-12-01gard: Fix up path parsingOliver O'Halloran1-1/+1
2017-12-01gard: Set chip generation based on PVROliver O'Halloran1-10/+42
2017-12-01gard: Allow records with an ID of 0xffffffffOliver O'Halloran1-3/+4
2017-12-01external/test: Print the name of each testOliver O'Halloran1-0/+1
2017-12-01hw/occ: Log proper SCOM register namesPridhiviraj Paidipeddi1-3/+3
2017-11-30sensors: Fix dtc warning for new occ inband sensors.Pridhiviraj Paidipeddi2-0/+4
2017-11-30sensors: Fix dtc warning for dts sensors.Pridhiviraj Paidipeddi2-0/+4
2017-11-30hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.Pridhiviraj Paidipeddi1-0/+3
2017-11-30mambo: Add support for NUMAMichael Ellerman1-0/+25
2017-11-30hw/imc: alway enable "imc_nest_chip" exports propertyMadhavan Srinivasan1-22/+39
2017-11-30Add documentation for ibm, firmware-versions device tree nodeStewart Smith1-0/+139
2017-11-30NX: Print read xscom config failures.Pridhiviraj Paidipeddi3-14/+51
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur7-26/+61
2017-11-30hw/nx: Fix NX BAR assignmentsOliver O'Halloran2-27/+46
2017-11-30phb4: Change default GEN3 lane equalisation setting to 0x54Michael Neuling1-2/+2
2017-11-30phb4: Init changesMichael Neuling1-6/+6
2017-12-01p9_stop_api: PM: Added support for version control in SCOM restore entries.Prem Shanker Jha2-4/+73
2017-12-01p9_stop_api: EQ SCOM Restore: Introduced version control in SCOM restore entry.Prem Shanker Jha1-2/+1
2017-11-29mambo: split qtrace macros out into qtrace_utils.tclStewart Smith2-11/+10
2017-11-28external/test: Display test dir on failureOliver O'Halloran1-2/+6
2017-11-28xive: Remove obsolete commentBenjamin Herrenschmidt1-2/+0
2017-11-28xive: Don't bother cleaning up disabled EQs in resetBenjamin Herrenschmidt1-4/+9
2017-11-28xive: Warn on valid VPs found in abnormal casesBenjamin Herrenschmidt1-1/+4
2017-11-28xive: Properly reserve built-in VPs in non-group modeBenjamin Herrenschmidt1-0/+2
2017-11-28xive: Quieten debug messages in standard buildsBenjamin Herrenschmidt1-18/+18
2017-11-28xive: Implement "single escalation" featureBenjamin Herrenschmidt3-28/+207