aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-30FSP: Give up PSI link on shutdownskiboot-2.1.1-fw810.50-1Ananth N Mavinakayanahalli3-0/+24
2015-11-19hw/phb3: Flush cache line after updating P/Q bitsBenjamin Herrenschmidt1-5/+19
2015-10-09PHB3: Remove unnecessary message in phb3_sm_fundamental_reset()skiboot-2.1.1-fw810.40-1Gavin Shan1-2/+1
2015-10-09PHB3: Retry fundamental resetGavin Shan2-2/+31
2015-10-09hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST responseStewart Smith1-2/+11
2015-09-01phb3: Handle fence in phb3_pci_msi_check_q to fix hangIan Munsie1-4/+8
2015-08-14phb3: Continue CAPP setup even if PHB is already in CAPP modeDaniel Axtens1-1/+0
2015-06-13firenze: Add PCIe power workaround for K80Benjamin Herrenschmidt2-6/+301
2015-06-12timebase: Don't run pollers on non-boot CPU in time_waitBenjamin Herrenschmidt1-1/+2
2015-06-12i2c: Backport P8 i2c driverBenjamin Herrenschmidt9-2/+1421
2015-05-22Merge remote branch 'ka1/update-2.1.1.1' into update-2.1.1.1skiboot-2.1.1-fw810.30-1Stewart Smith1-0/+4
2015-05-21Fix race in firenze_get_slot_info() leading to assert() with many PCI cardsStewart Smith1-0/+4
2015-04-28PHB3: Wait 1s, not 100ms, for PCIe electricals to trainBenjamin Herrenschmidt1-1/+1
2015-04-28phb3: Disable write scope group in PHB for certain adaptersBenjamin Herrenschmidt2-1/+34
2015-02-18cpuidle: Add validated metrics for idle statesPreeti U Murthy1-3/+18
2015-02-17Make abort() update sp attn area (like assert does)Stewart Smith2-3/+9
2015-01-19opal: Fix buffer overrun in print_* functions.skiboot-2.1.1-fw810.20-4Mahesh Salgaonkar1-55/+108
2015-01-19opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar3-2/+127
2014-12-09fsp: Avoid NULL dereference in case of invalid class_resp bitsskiboot-2.1.1-fw810.20-3Benjamin Herrenschmidt1-8/+19
2014-12-03PSI: Drive link down on HIRAnanth N Mavinakayanahalli1-31/+34
2014-11-26Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith1-0/+1
2014-11-26vsnprintf: Change print_itoa to use less stackShreyas B. Prabhu1-9/+9
2014-11-26FSP: Validate fsp_msg in fsp_queue_msgVasant Hegde1-1/+1
2014-11-25occ: Reduce stack usage in add_cpu_pstate_properties()Vaidyanathan Srinivasan1-8/+24
2014-11-25occ: Fix the low level ACK message sent to FSP on receiving {RESET/LOAD}_OCCShilpasri G Bhat1-2/+2
2014-11-25occ/hbrt: Call stopOCC() for implementing reset OCC command from FSPShilpasri G Bhat3-2/+37
2014-11-18phb3: Increase some timeouts (SW283991)skiboot-2.1.1-fw810.20-2Benjamin Herrenschmidt1-4/+40
2014-11-17PHB3: wait 1s after PERST deassert for CAPP adaptersRyan Grimm1-4/+1
2014-10-10OCC: Change OCC timeout elog severityskiboot-2.1.1-fw810.20-1Vasant Hegde2-2/+8
2014-10-08slw: Remove log flooding from fast sleep codeBenjamin Herrenschmidt1-4/+0
2014-10-08PHB3: Support DMA error injectionGavin Shan1-0/+98
2014-10-08PHB3: Support MM64 error injectionGavin Shan1-6/+82
2014-10-08PHB3: Support multiple MM32 segments for error injectionGavin Shan2-19/+30
2014-10-08PCI: Refactor error injectionGavin Shan5-361/+401
2014-10-02hmi: decode_malfunction fixesRyan Grimm1-11/+7
2014-09-30attn: Make backtrace buffer globalAruna Balakrishnaiah1-6/+5
2014-09-30phb3/capi: Some tweaks to the new CAPI interfacesBenjamin Herrenschmidt2-12/+18
2014-09-30hmi: Handle capp recoverable malfunctionsRyan Grimm1-8/+79
2014-09-30hmi: Add locking to hmi handlerRyan Grimm1-0/+5
2014-09-30phb3/capi: Add capp recovery to phb3Ryan Grimm4-3/+65
2014-09-30phb3/capi: Add two new modes to opal_pci_set_phb_capi_modeRyan Grimm3-12/+44
2014-09-30phb3/capi: Initialize capp regs with field values.Ryan Grimm2-8/+10
2014-09-30dpo: Return OPAL_WRONG_STATE when not in DPO pending stateAnshuman Khandual1-7/+7
2014-09-30dpo: Return error status to FSP when OPAL message queueing failsAnshuman Khandual1-0/+2
2014-09-30dpo: Fix missing return statementAnshuman Khandual1-0/+1
2014-09-30dpo: Minor code cleanupAnshuman Khandual1-5/+9
2014-09-23psi: Workaround for "pulse" external interruptBenjamin Herrenschmidt1-0/+12
2014-09-01ipmi: Improve RTC supportBenjamin Herrenschmidt1-3/+14
2014-09-01core: Setup the OPAL DT node before platform probeBenjamin Herrenschmidt4-6/+6
2014-08-29PCI: Disable completion timeoutGavin Shan1-0/+22