summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud