aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling5-18/+61
2019-05-09platforms/astbmc: Check for SBE validation stepSamuel Mendoza-Jonas1-0/+8
2019-05-09ipmi: ensure forward progress on ipmi_queue_msg_sync()Stewart Smith1-1/+11
2019-05-06pci/iov: Remove skiboot VF trackingOliver O'Halloran3-268/+1
2019-05-03Disable fast-reset for POWER8Stewart Smith1-2/+9
2019-05-03pci: Try harder to add meaningful ibm,loc-codeStewart Smith1-0/+15
2019-05-02Mark all partitions except full PNOR and boot kernel firmware read onlyTimothy Pearson1-0/+7
2019-05-02Expose PNOR Flash partitions to host MTD driver via devicetreeTimothy Pearson1-12/+64
2019-05-02core/init: LPC isn't just P8 (fix comment)Stewart Smith1-1/+1
2019-04-29core/pci: Use PHB io-base-location by default for PHB slotsOliver O'Halloran1-0/+9
2019-04-17asm/head.S: set POWER9 radix HID bit at entryNicholas Piggin2-19/+2
2019-04-17opal/hmi: Initialize the hmi event with old value of TFMR.Mahesh Salgaonkar1-1/+3
2019-04-17core/pci: Prefer ibm, slot-label when finding loc codesOliver O'Halloran1-5/+10
2019-04-09opal/hmi: Never trust a cow!Frederic Barrat1-1/+1
2019-04-09hw/npu2: Dump (more) npu2 registers on link error and HMIsFrederic Barrat1-57/+1
2019-04-09cpufeatures: Add tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug nodeStewart Smith3-3/+209
2019-03-29Force noinline for pci_add_(one_)device_node(s)()Stewart Smith1-10/+10
2019-03-28core/i2c: split i2c_request_send()Oliver O'Halloran1-44/+53
2019-03-28core/i2c: Poll on request state in i2c_request_send()Oliver O'Halloran1-22/+4
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