summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* hdata/iohub: Look for IOVPD on P9Oliver O'Halloran2019-03-281-0/+6
* fast-reboot: occ: Call occ_pstates_init() on fast-reset on all machinesShilpasri G Bhat2019-03-151-2/+4
* opal/hmi: set a flag to inform OS that TOD/TB has failed.Mahesh Salgaonkar2019-03-051-1/+3
* opal/hmi: Fix double unlock of hmi lock in failure path.Mahesh Salgaonkar2019-03-051-5/+1
* i2c: Fix sparse warnings for type assignmentStewart Smith2019-03-011-5/+5
* hw/bt: Do not disable ipmi message retry during OPAL bootVasant Hegde2019-03-011-1/+2
* core/ipmi: Add ipmi sync messages to top of the listVasant Hegde2019-03-011-1/+1
* Don't use variable length arrays in exception codeStewart Smith2019-03-011-14/+13
* imc/catalog: Decompress catalog asynchronouslySantosh Sivaraj2019-02-251-0/+3
* flash: Add support for async decompressionSantosh Sivaraj2019-02-251-0/+103
* hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde2019-02-201-0/+2
* opal: Deprecate reading the PHB statusAlexey Kardashevskiy2019-02-182-3/+13
* firmware-versions: Add test case for parsing VERSIONStewart Smith2019-02-1318-147/+364
* core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin2019-02-132-4/+24
* core/exceptions: allow recoverable sreset exceptionsNicholas Piggin2019-02-134-17/+49
* core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin2019-02-132-10/+49
* core/fast-reboot: fast reboot specific sreset patchNicholas Piggin2019-02-132-12/+20
* asm/head: provide asm support for interrupts to be returned fromNicholas Piggin2019-02-131-2/+2
* core/init: enable machine check on secondariesNicholas Piggin2019-02-132-0/+40
* core/fast-reboot: improve NMI handling during fast resetNicholas Piggin2019-02-131-0/+34
* core/init: rearrange final boot stepsNicholas Piggin2019-02-131-12/+11
* core/exceptions: save current MSR in exception frameNicholas Piggin2019-02-121-26/+31
* core/cpu: do not inline cpu_relaxNicholas Piggin2019-02-121-0/+12
* core/init: rename setup_reset_vectorNicholas Piggin2019-02-122-3/+3
* core/cpu: HID update raceNicholas Piggin2019-02-121-2/+2
* Add PVR_TYPE_P9PReza Arbab2019-02-102-1/+10
* cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy2019-02-101-4/+5
* core/opal: Print PIR value in exit pathVasant Hegde2019-02-041-2/+2
* core/ipmi: Improve error messageVasant Hegde2019-02-041-1/+2
* core/lock: Stop drop_my_locks() from always causing abortReza Arbab2019-02-041-1/+1
* Remove POWER9N DD1 supportNicholas Piggin2019-01-253-21/+6
* core/pci: Introduce a new pci_slot_op named completed_sm_run()Vaibhav Jain2019-01-161-1/+5
* opal: Update opal_del_host_sync_notifier() to accept 'void *data'Vaibhav Jain2019-01-161-2/+5
* i2c: Fix i2c request hang during opal init if timers are not checkedFrederic Barrat2018-12-111-0/+16
* vpd: Force static analysis to not think about NULL term stringsStewart Smith2018-12-101-1/+1
* opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENTStewart Smith2018-12-101-6/+4
* opal_trace_entry: Move ifdef around to shut up static analysisStewart Smith2018-12-101-2/+4
* mem_region.c: Move ifdef for MEM_POISON to shut up static analysisStewart Smith2018-12-101-2/+6
* Change ifdef around dump_fdt() to shut up static analysisStewart Smith2018-12-101-2/+2
* core/cpu.c: avoid container_of(NULL) in next_cpu()Stewart Smith2018-12-101-5/+5
* Don't warn on "long" OPAL_RESYNC_TIMEBASE callsStewart Smith2018-11-281-1/+1
* Warn on long OPAL callsStewart Smith2018-11-211-0/+9
* ipmi: Reduce ipmi_queue_msg_sync() polling loop time to 10msStewart Smith2018-11-191-1/+1
* core/flash: Log return code when ffs_init() failsAndrew Jeffery2018-11-011-1/+1
* Run pollers in time_wait() when not bootingStewart Smith2018-10-311-2/+2
* Revert "TEMPORARY HACK: Disable verifying VERSION"Stewart Smith2018-10-251-6/+1
* Quieten 'warnings' now that SIO is disabledStewart Smith2018-10-251-1/+2
* npu2-opencapi: Enable presence detection on ZZFrederic Barrat2018-10-251-6/+0
* cpu: Quieten OS endian switch messagesJoel Stanley2018-10-251-2/+2
* core/device: NULL pointer dereference fixNicholas Piggin2018-10-231-1/+4
OpenPOWER on IntegriCloud