summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* core/flash: NULL pointer dereference fixesNicholas Piggin2018-10-232-7/+14
* opal/hmi: Wakeup the cpu before reading core_firVaibhav Jain2018-10-161-6/+15
* core/flash: Ignore prefix when comparing versions.Samuel Mendoza-Jonas2018-10-161-2/+16
* core/device: Test dt_new_check()Stewart Smith2018-10-161-2/+4
* core/device: increase test coverage for dt_new_addr and dt_new_2addrStewart Smith2018-10-161-0/+2
* core/device: add test for dt_new() a duplicate nodeStewart Smith2018-10-161-0/+1
* core/device: Add test for duplicate nodes with dt_attach_root()Stewart Smith2018-10-161-1/+8
* gcov: Fix building with GCC8Stewart Smith2018-10-162-7/+8
* platform: Restructure bmc_platform typeAndrew Jeffery2018-10-112-4/+25
* core/flash: Unlock around blocklevel calls in NVRAM accessorsAndrew Jeffery2018-10-101-0/+11
* core/flash: Only lock around flashes update in flash_register()Andrew Jeffery2018-10-101-6/+2
* core/lock: Use try_lock_caller() in lock_caller() to capture ownerAndrew Jeffery2018-10-101-1/+1
* core/lock: don't set bust_locks on lock errorNicholas Piggin2018-10-101-2/+0
* core/lock: fix timeout warning causing a deadlock false positiveNicholas Piggin2018-10-101-6/+15
* init: Fix starting stripped kernelMichael Neuling2018-09-271-0/+1
* opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.Mahesh Salgaonkar2018-09-271-0/+49
* fast-reboot: verify firmware "romem" checksumNicholas Piggin2018-09-202-0/+52
* skiboot.lds.S: move read-write data after the end of symbol mapNicholas Piggin2018-09-201-2/+0
* core/mem_region: mambo reserve kernel payload areasNicholas Piggin2018-09-2011-3/+40
* core/fast-reboot: print the fast reboot disable reasonNicholas Piggin2018-09-191-5/+7
* Actually add /ibm,opal/fast-reboot propertyStewart Smith2018-09-181-0/+11
* Add fast-reboot property to /ibm,opal DT nodeStewart Smith2018-09-181-0/+2
* nvram: Fix wait-for-nvram messageOliver O'Halloran2018-09-171-2/+3
* nvram: Print how long we waited for nvramOliver O'Halloran2018-09-172-0/+11
* nvram: Fix a possible NULL pointer de-ref in nvram_query_eq()Vaibhav Jain2018-09-171-0/+9
OpenPOWER on IntegriCloud