aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2021-10-19pau: hmi scom dumpChristophe Lombard1-144/+132
2021-10-19pau: create phbChristophe Lombard2-4/+9
2021-10-19pau: introduce supportChristophe Lombard1-0/+3
2021-10-19AWAN simulator support for P10Ryan Grimm3-6/+18
2021-10-19Remove support for POWER8 DD1Nicholas Piggin1-14/+9
2021-10-19cpu: add debug check in cpu_relaxNicholas Piggin1-0/+6
2021-10-19cpu: cpu_idle_job SMT priority fixNicholas Piggin1-1/+0
2021-10-19interrupts: add_opal_interrupts avoid NULL dereference on P10 mamboNicholas Piggin1-1/+6
2021-09-09npu3: Remove GPU support on SwiftFrederic Barrat1-1/+0
2021-08-18interrupts: Do not advertise XICS support on P10Cédric Le Goater1-1/+11
2021-08-06libpore: P10 stop-api supportPratik Rajesh Sampat1-4/+27
2021-08-06hw/phb5: Add initial supportJordan Niethe2-1/+5
2021-08-06xive/p10: Add a XIVE2 driverCédric Le Goater2-3/+13
2021-08-06hdat/spira: Define ibm, primary-topology-index property per chipHaren Myneni1-0/+3
2021-08-06plat/qemu/p10: add a POWER10 platformCédric Le Goater1-0/+1
2021-08-06cpufeatures: Add POWER10 supportNicholas Piggin1-22/+82
2021-08-06p10: Workaround core recovery issueMichael Neuling1-0/+36
2021-08-06Initial POWER10 enablementNicholas Piggin8-66/+725
2021-08-04POWER9 Cleanups: de-assert SPWPratik R. Sampat1-0/+2
2021-06-30core/cpu: Initialize all cpu thread areas to avoid invalid memory access.Mahesh Salgaonkar1-2/+24
2021-06-30fast-reboot: Fix the bonus cleanup_cpu_state()Oliver O'Halloran1-2/+10
2021-06-30i2c,trace: Add I2C operation trace eventsOliver O'Halloran1-0/+32
2021-06-30trace: Add nvram hack to use the old trace export behaviourOliver O'Halloran3-7/+18
2021-06-30core/mce: POWER9 fix machine check decoding of async errorsNicholas Piggin1-0/+13
2021-06-30cpu: Add retry in cpu_pm_disable to kick cpus out of idleVaidyanathan Srinivasan1-2/+11
2021-05-13hw/imc: move imc_init() towards end main_cpu_entry()Madhavan Srinivasan1-3/+3
2020-12-15Fix possible deadlock with DEBUG buildVasant Hegde1-2/+2
2020-11-27core/opal.c: sparse cleanup integer as NULLStewart Smith1-1/+1
2020-11-27core/platform: Fallback to full_reboot if fast-reboot failsVasant Hegde1-1/+2
2020-11-27core/cpu: fix next_ungarded_primaryNicholas Piggin1-4/+2
2020-10-01core/flash.c: add SECBOOT read and write supportClaudio Carvalho1-0/+126
2020-10-01libstb/secureboot: OS Secure Boot is enabled only if FW secureboot is enabledNayna Jain1-1/+1
2020-09-09stack: only print stack usage backtraces when we hit a new watermarkOliver O'Halloran1-4/+4
2020-08-07Enable fused core mode support in OPALVaidyanathan Srinivasan1-4/+0
2020-08-07Add POWER9 Cumulus processor PVR typeVaidyanathan Srinivasan1-0/+19
2020-08-07cpu: Make cpu_get_core_index() return the fused core numberBenjamin Herrenschmidt2-1/+14
2020-08-07direct-ctl: Use the EC primary for special wakeupsBenjamin Herrenschmidt1-4/+4
2020-08-07cpu: Keep track of the "ec_primary" in big core moreBenjamin Herrenschmidt1-6/+14
2020-08-07chip: Fix pir_to_thread_id for fused coresBenjamin Herrenschmidt1-1/+1
2020-08-07Add basic P9 fused core supportRyan Grimm2-11/+39
2020-06-30mpipl: Move opal_mpipl_save_crashing_pir() call to platform specific codeVasant Hegde2-11/+1
2020-06-30mpipl: Delay MPIPL registration until OPAL init is completeVasant Hegde2-3/+14
2020-06-30dt: Set new property length in dt_resize_property()Thiago Jung Bauermann2-1/+1
2020-06-17test: Do gcov builds as a seperate passOliver O'Halloran1-2/+1
2020-06-11core/mce: add support for decoding and handling machine checksNicholas Piggin3-6/+240
2020-06-11core: interrupt markers for stack tracesNicholas Piggin9-7/+20
2020-06-11move opal_branch_table, opal_num_args to .rodata sectionNicholas Piggin1-6/+6
2020-06-11fast-reboot: improve fast reboot sequenceNicholas Piggin1-119/+120
2020-06-11fast-reboot: don't back up old vectors upon fast rebootNicholas Piggin1-5/+5
2020-06-11fast-reboot: add missing clear memory fallbackNicholas Piggin1-2/+8