aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-28core/stack: Rename backtrace functions, get rid of wrappersAndrew Donnellan1-6/+7
2019-03-28core/stack: Convert stack check code to not use backtrace wrapperAndrew Donnellan1-5/+5
2019-03-28core/stack: Store PIR in ___backtrace()Andrew Donnellan1-3/+3
2019-03-28core/stack: Define a backtrace metadata structAndrew Donnellan1-27/+26
2019-03-28core/stack: Remove r1 argument from ___backtrace()Andrew Donnellan1-4/+2
2019-03-28Fix hang in pnv_platform_error_reboot path due to TOD failure.Mahesh Salgaonkar1-0/+10
2019-03-28core/ipmi: Print correct netfn valueVasant Hegde1-1/+1
2019-03-28external/mambo: Populate kernel-base-address in the DTRussell Currey1-0/+9
2019-03-28core/flash: Retry requests as necessary in flash_load_resource()Andrew Jeffery1-2/+31
2019-03-28core/pcie-slot: Don't bail early in the power on caseOliver O'Halloran1-4/+5
2019-03-28core/pcie-slot: Better explain suprise_checkOliver O'Halloran1-16/+11
2019-03-28core/pcie-slot: Set power state from the PWRCTL flagOliver O'Halloran1-3/+3
2019-03-28core/pci: Increase the max slot string sizeOliver O'Halloran1-1/+1
2019-03-28hdata/iohub: Look for IOVPD on P9Oliver O'Halloran1-0/+6
2019-03-15fast-reboot: occ: Call occ_pstates_init() on fast-reset on all machinesShilpasri G Bhat1-2/+4
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