aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-05opal/hmi: set a flag to inform OS that TOD/TB has failed.Mahesh Salgaonkar1-1/+3
2019-03-05opal/hmi: Fix double unlock of hmi lock in failure path.Mahesh Salgaonkar1-5/+1
2019-03-01i2c: Fix sparse warnings for type assignmentStewart Smith1-5/+5
2019-03-01hw/bt: Do not disable ipmi message retry during OPAL bootVasant Hegde1-1/+2
2019-03-01core/ipmi: Add ipmi sync messages to top of the listVasant Hegde1-1/+1
2019-03-01Don't use variable length arrays in exception codeStewart Smith1-14/+13
2019-02-25imc/catalog: Decompress catalog asynchronouslySantosh Sivaraj1-0/+3
2019-02-25flash: Add support for async decompressionSantosh Sivaraj1-0/+103
2019-02-20hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde1-0/+2
2019-02-18opal: Deprecate reading the PHB statusAlexey Kardashevskiy2-3/+13
2019-02-13firmware-versions: Add test case for parsing VERSIONStewart Smith18-147/+364
2019-02-13core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin2-4/+24
2019-02-13core/exceptions: allow recoverable sreset exceptionsNicholas Piggin4-17/+49
2019-02-13core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin2-10/+49
2019-02-13core/fast-reboot: fast reboot specific sreset patchNicholas Piggin2-12/+20
2019-02-13asm/head: provide asm support for interrupts to be returned fromNicholas Piggin1-2/+2
2019-02-13core/init: enable machine check on secondariesNicholas Piggin2-0/+40
2019-02-13core/fast-reboot: improve NMI handling during fast resetNicholas Piggin1-0/+34
2019-02-13core/init: rearrange final boot stepsNicholas Piggin1-12/+11
2019-02-12core/exceptions: save current MSR in exception frameNicholas Piggin1-26/+31
2019-02-12core/cpu: do not inline cpu_relaxNicholas Piggin1-0/+12
2019-02-12core/init: rename setup_reset_vectorNicholas Piggin2-3/+3
2019-02-12core/cpu: HID update raceNicholas Piggin1-2/+2
2019-02-10Add PVR_TYPE_P9PReza Arbab2-1/+10
2019-02-10cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy1-4/+5
2019-02-04core/opal: Print PIR value in exit pathVasant Hegde1-2/+2
2019-02-04core/ipmi: Improve error messageVasant Hegde1-1/+2
2019-02-04core/lock: Stop drop_my_locks() from always causing abortReza Arbab1-1/+1
2019-01-25Remove POWER9N DD1 supportNicholas Piggin3-21/+6
2019-01-16core/pci: Introduce a new pci_slot_op named completed_sm_run()Vaibhav Jain1-1/+5
2019-01-16opal: Update opal_del_host_sync_notifier() to accept 'void *data'Vaibhav Jain1-2/+5
2018-12-11i2c: Fix i2c request hang during opal init if timers are not checkedFrederic Barrat1-0/+16
2018-12-10vpd: Force static analysis to not think about NULL term stringsStewart Smith1-1/+1
2018-12-10opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENTStewart Smith1-6/+4
2018-12-10opal_trace_entry: Move ifdef around to shut up static analysisStewart Smith1-2/+4
2018-12-10mem_region.c: Move ifdef for MEM_POISON to shut up static analysisStewart Smith1-2/+6
2018-12-10Change ifdef around dump_fdt() to shut up static analysisStewart Smith1-2/+2
2018-12-10core/cpu.c: avoid container_of(NULL) in next_cpu()Stewart Smith1-5/+5
2018-11-28Don't warn on "long" OPAL_RESYNC_TIMEBASE callsStewart Smith1-1/+1
2018-11-21Warn on long OPAL callsStewart Smith1-0/+9
2018-11-19ipmi: Reduce ipmi_queue_msg_sync() polling loop time to 10msStewart Smith1-1/+1
2018-11-01core/flash: Log return code when ffs_init() failsAndrew Jeffery1-1/+1
2018-10-31Run pollers in time_wait() when not bootingStewart Smith1-2/+2
2018-10-25Revert "TEMPORARY HACK: Disable verifying VERSION"Stewart Smith1-6/+1
2018-10-25Quieten 'warnings' now that SIO is disabledStewart Smith1-1/+2
2018-10-25npu2-opencapi: Enable presence detection on ZZFrederic Barrat1-6/+0
2018-10-25cpu: Quieten OS endian switch messagesJoel Stanley1-2/+2
2018-10-23core/device: NULL pointer dereference fixNicholas Piggin1-1/+4
2018-10-23core/flash: NULL pointer dereference fixesNicholas Piggin2-7/+14
2018-10-16opal/hmi: Wakeup the cpu before reading core_firVaibhav Jain1-6/+15