aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-04hw/bt: Do not disable ipmi message retry during OPAL bootVasant Hegde1-1/+2
2019-03-04core/ipmi: Add ipmi sync messages to top of the listVasant Hegde1-1/+1
2019-03-04hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde1-0/+2
2019-02-15core/opal: Print PIR value in exit pathVasant Hegde1-2/+2
2019-02-15core/ipmi: Improve error messageVasant Hegde1-1/+2
2019-02-13firmware-versions: Add test case for parsing VERSIONStewart Smith18-147/+364
2019-02-13core/cpu: HID update raceNicholas Piggin1-2/+2
2019-02-11cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy1-4/+5
2019-02-11core/lock: Stop drop_my_locks() from always causing abortReza Arbab1-1/+1
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
2018-10-16core/flash: Ignore prefix when comparing versions.Samuel Mendoza-Jonas1-2/+16
2018-10-16core/device: Test dt_new_check()Stewart Smith1-2/+4
2018-10-16core/device: increase test coverage for dt_new_addr and dt_new_2addrStewart Smith1-0/+2
2018-10-16core/device: add test for dt_new() a duplicate nodeStewart Smith1-0/+1
2018-10-16core/device: Add test for duplicate nodes with dt_attach_root()Stewart Smith1-1/+8
2018-10-16gcov: Fix building with GCC8Stewart Smith2-7/+8
2018-10-11platform: Restructure bmc_platform typeAndrew Jeffery2-4/+25
2018-10-10core/flash: Unlock around blocklevel calls in NVRAM accessorsAndrew Jeffery1-0/+11
2018-10-10core/flash: Only lock around flashes update in flash_register()Andrew Jeffery1-6/+2
2018-10-10core/lock: Use try_lock_caller() in lock_caller() to capture ownerAndrew Jeffery1-1/+1
2018-10-10core/lock: don't set bust_locks on lock errorNicholas Piggin1-2/+0
2018-10-10core/lock: fix timeout warning causing a deadlock false positiveNicholas Piggin1-6/+15
2018-09-27init: Fix starting stripped kernelMichael Neuling1-0/+1
2018-09-27opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.Mahesh Salgaonkar1-0/+49
2018-09-20fast-reboot: verify firmware "romem" checksumNicholas Piggin2-0/+52
2018-09-20skiboot.lds.S: move read-write data after the end of symbol mapNicholas Piggin1-2/+0
2018-09-20core/mem_region: mambo reserve kernel payload areasNicholas Piggin11-3/+40
2018-09-19core/fast-reboot: print the fast reboot disable reasonNicholas Piggin1-5/+7
2018-09-18Actually add /ibm,opal/fast-reboot propertyStewart Smith1-0/+11
2018-09-18Add fast-reboot property to /ibm,opal DT nodeStewart Smith1-0/+2
2018-09-17nvram: Fix wait-for-nvram messageOliver O'Halloran1-2/+3
2018-09-17nvram: Print how long we waited for nvramOliver O'Halloran2-0/+11