aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-04fsp: Fix msg vaargs usageJoel Stanley1-2/+2
2018-05-04processor.h: implement sndmsg instructionsJoel Stanley1-5/+15
2018-04-30SBE: Add timer supportVasant Hegde1-0/+6
2018-04-30Move P8 timer code to separate fileVasant Hegde2-6/+28
2018-04-30Add SBE driver supportVasant Hegde2-3/+207
2018-04-19sensors: Dont add DTS sensors when OCC inband sensors are availableShilpasri G Bhat1-1/+1
2018-04-18core/opal: Emergency stack for re-entryNicholas Piggin3-5/+15
2018-04-18asm/head: implement quiescing without stack or clobbering regsNicholas Piggin1-1/+1
2018-04-18core/stack: backtrace unwind basic OPAL call detailsNicholas Piggin1-3/+22
2018-04-17opal/hmi: Generate hmi event for recovered HDEC parity error.Mahesh Salgaonkar1-1/+1
2018-04-17opal/hmi: check thread 0 tfmr to validate latched tfmr errors.Mahesh Salgaonkar1-0/+8
2018-04-17opal/hmi: Fix soft lockups during TOD errorsMahesh Salgaonkar1-0/+1
2018-04-17opal/hmi: Do not send HMI event if no errors are found.Mahesh Salgaonkar1-1/+1
2018-04-17opal/hmi: Rework HMI handling of TFAC errorsBenjamin Herrenschmidt2-3/+6
2018-04-17opal/hmi: Add a new opal_handle_hmi2 that returns direct info to LinuxBenjamin Herrenschmidt2-1/+8
2018-04-11phb4: Restore bus numbers after CRSMichael Neuling1-0/+1
2018-04-11phb4: Enable the PCIe slotcap on pluggable slotsOliver O'Halloran1-0/+1
2018-04-11core/pci: Set slot power limit when supportedOliver O'Halloran1-0/+1
2018-04-11interrupts: Create an "interrupts" property in the OPAL nodeBenjamin Herrenschmidt1-0/+3
2018-04-03xive: disable store EOI supportCédric Le Goater1-0/+3
2018-03-27core/cpu: discover stack region size before initialising memory regionsNicholas Piggin2-1/+1
2018-03-27mem-map: Use a symbolic constant for exception vector sizeNicholas Piggin1-0/+5
2018-03-27core/fast-reboot: verify mem regions before fast rebootNicholas Piggin1-0/+4
2018-03-27Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"Stewart Smith2-8/+3
2018-03-22npu2: Remove DD1 supportAndrew Donnellan2-3/+0
2018-03-22npu2: Remove unused fields in struct npu2Andrew Donnellan1-2/+0
2018-03-22phb*: Remove the state field in the various phb structuresOliver O'Halloran3-186/+3
2018-03-14Reserve OPAL API number for opal_handle_hmi2 function.Mahesh Salgaonkar1-1/+2
2018-03-12npu2: Use unfiltered mode in XTS tablesReza Arbab1-0/+2
2018-03-07core/lock: Add deadlock detectionMatt Brown1-0/+5
2018-03-01phb4: set PBCQ Tunnel BAR for tunneled operationsPhilippe Bergheaud2-1/+7
2018-03-01phb4: set PHB CMPM registers for tunneled operationsPhilippe Bergheaud1-2/+2
2018-03-01npu2-opencapi: Add OpenCAPI OPAL API callsFrederic Barrat2-3/+7
2018-03-01npu2-opencapi: Train OpenCAPI links and setup devicesAndrew Donnellan2-2/+57
2018-03-01npu2-hw-procedures: Add support for OpenCAPI PHY link trainingAndrew Donnellan2-0/+10
2018-03-01npu2-opencapi: Configure NPU for OpenCAPIAndrew Donnellan3-0/+92
2018-03-01platform: Add fields for OpenCAPI platform dataAndrew Donnellan1-0/+14
2018-03-01npu2: Rework NPU data structures for OpenCAPIAndrew Donnellan2-19/+59
2018-03-01npu2: Split out common helper functions into separate fileAndrew Donnellan2-0/+7
2018-02-28NPU2 HMIs: dump out a *LOT* of npu2 registers for debuggingStewart Smith2-3/+8
2018-02-22phb4: Disable lane eq when retrying some nvidia GEN3 devicesMichael Neuling2-0/+5
2018-02-21opal-api: Re-jig OPAL API numbers because OpenCAPI kernel mergeStewart Smith1-3/+6
2018-02-21npu2/opal-api: move npu2 checkstop defines to npu2-regs.hStewart Smith2-98/+98
2018-02-21sensor-groups: occ: Add support to disable/enable sensor groupShilpasri G Bhat3-3/+269
2018-02-21sensors: Support reading u64 sensor valuesShilpasri G Bhat7-6/+8
2018-02-21dt: add /cpus/ibm, powerpc-cpu-features device tree bindingsNicholas Piggin2-0/+6
2018-02-14vas: Disable VAS/NX-842 on some P9 revisionsSukadev Bhattiprolu1-0/+1
2018-02-13hw/npu2: support creset of npu2 devicesBalbir Singh1-0/+1
2018-02-13ATTN: Enable flush instruction cache bit in HID registerVasant Hegde1-1/+1
2018-02-08hw/npu2: Implement logging HMI actionsBalbir Singh2-0/+109