aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-04xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flagsCédric Le Goater4-9/+3
2019-11-04xive/p9: obsolete OPAL_XIVE_IRQ_*_VIA_FW flagsCédric Le Goater2-14/+2
2019-11-04xive/p9: remove dead codeCédric Le Goater1-4/+0
2019-11-04xive/p9: remove code not using block group modeCédric Le Goater1-208/+1
2019-11-04xive/p9: remove code not using indirect modeCédric Le Goater1-111/+12
2019-11-04xive/p9: use MMIO access for VC_EQC_CONFIGCédric Le Goater1-1/+1
2019-11-04xive/p9: minor cleanup of the interfaceCédric Le Goater6-8/+8
2019-11-04xive/p9: introduce header files for the registersCédric Le Goater4-459/+490
2019-11-04npu3: Make SALT CMD_REG writableReza Arbab1-3/+4
2019-11-04npu3: Improve SALT log outputReza Arbab1-3/+5
2019-11-04npu3: Add ibm, ioda2-npu3-phb to compatible propertyReza Arbab1-2/+7
2019-11-04platforms/swift: Remove spurious error messageReza Arbab1-5/+0
2019-10-24skiboot v6.5.1 release notesVasant Hegde1-0/+27
2019-10-24skiboot v6.3.4 release notesVasant Hegde1-0/+29
2019-10-22gard: Add support to run gard tests on FSP platformVasant Hegde2-6/+11
2019-10-22core/ipmi: Remove redundant variableVasant Hegde1-7/+3
2019-10-22chip: enable HOMER/OCC common area region in Qemu emulated PowerNV hostBalamuruhan S2-2/+3
2019-10-22occ-sensor: clean dt properties if sensor is not availableBalamuruhan S1-0/+4
2019-10-22npu2-opencapi: Log a warning when resetting a broken deviceFrederic Barrat1-0/+4
2019-10-22npu2-opencapi: Handle OPAL_UNMAP_PE operation on set_pe() callbackFrederic Barrat1-1/+6
2019-10-22npu2-opencapi: Activate PCI hotplug on opencapi slotFrederic Barrat1-4/+65
2019-10-22npu2-opencapi: Improve error reporting to the OSFrederic Barrat3-4/+29
2019-10-22npu2-opencapi: Detect PHY reset errorsFrederic Barrat3-5/+17
2019-10-22npu2-opencapi: Simplify freset statesFrederic Barrat1-13/+3
2019-10-22npu2-opencapi: Tweak fundamental reset sequenceFrederic Barrat2-24/+26
2019-10-22npu2-opencapi: Rework link training timeoutFrederic Barrat2-4/+7
2019-10-22npu2-hw-procedures: Fix link retraining on resetFrederic Barrat1-0/+16
2019-10-22npu2-opencapi: Make sure the PCI slot has the proper IDFrederic Barrat1-1/+2
2019-10-22npu2-hw-procedures: Move some opencapi PHY settings in one-off initFrederic Barrat1-19/+16
2019-10-22core/pci: Fix scan of devices for opencapi slotsFrederic Barrat1-5/+15
2019-10-22core/pci: Train link of PHB slots when hotpluggingFrederic Barrat1-22/+85
2019-10-22core/pci: Use proper phandle during hotplug for PHB slotsFrederic Barrat1-6/+15
2019-10-22core/pci: Add missing lock in set_power_timerFrederic Barrat2-0/+12
2019-10-22core/pci: Refactor common paths on slot hotplugFrederic Barrat1-17/+26
2019-10-15core/ipmi: Fix use-after-freeVasant Hegde1-3/+11
2019-10-14blocklevel: smart_write: Fix unaligned writes to ECC partitionsAndrew Jeffery4-7/+65
2019-10-14blocklevel: smart_write: Tidy local variable declarationsAndrew Jeffery1-4/+7
2019-10-14blocklevel: smart_write: Avoid reuse of formal parametersAndrew Jeffery1-6/+13
2019-10-14blocklevel: smart_write: Deny writes intersecting ECC protected regionsAndrew Jeffery1-1/+9
2019-10-14blocklevel: smart_write: Avoid indirectly testing formal parametersAndrew Jeffery1-1/+1
2019-10-14blocklevel: smart_write: Rename size variable for clarityAndrew Jeffery1-8/+9
2019-10-14blocklevel: smart_write: Rename write bufferAndrew Jeffery1-7/+7
2019-10-14blocklevel: smart_write: Terminate line for debug output in no-change caseAndrew Jeffery1-0/+2
2019-10-14gard: Fix data corruption when clearing single recordsAndrew Jeffery4-1/+31
2019-10-14core/init: Checksum romem after patching out trapsOliver O'Halloran1-2/+4
2019-10-14core/init: Don't checksum MPIPL data areasOliver O'Halloran3-1/+15
2019-10-03core/exceptions.c: do not include handler code in exception backtraceNicholas Piggin3-6/+31
2019-10-03core/util: branch-to-NULL assert for ELFv2 ABINicholas Piggin2-6/+17
2019-10-03core/util: trap based assertionsNicholas Piggin10-35/+130
2019-10-03core/exceptions.c: rearrange code to allow more interrupt typesNicholas Piggin1-4/+12