aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-08PCI: Refactor error injectionGavin Shan1-9/+8
2014-10-02hmi: decode_malfunction fixesRyan Grimm1-11/+7
2014-09-30attn: Make backtrace buffer globalAruna Balakrishnaiah1-6/+5
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 two new modes to opal_pci_set_phb_capi_modeRyan Grimm1-10/+5
2014-09-01ipmi: Improve RTC supportBenjamin Herrenschmidt1-3/+14
2014-09-01core: Setup the OPAL DT node before platform probeBenjamin Herrenschmidt2-4/+3
2014-08-29PCI: Disable completion timeoutGavin Shan1-0/+22
2014-08-29PCI: Add pci_device_init()Gavin Shan1-6/+6
2014-08-21cpu: Bump the reinit timeout up to 1sBenjamin Herrenschmidt1-1/+2
2014-08-15ipmi: Add an IPMI command to get and set the RTCAlistair Popple1-0/+98
2014-08-15fsp/rtc: Use libc time functionsAlistair Popple2-2/+95
2014-08-15{core,hdata}/test: Add prlog to stubJoel Stanley1-1/+12
2014-08-15ipmi: Correct chassis control messageJoel Stanley1-5/+12
2014-08-13attn: Dump backtrace to bufferAruna Balakrishnaiah1-5/+25
2014-08-13Add cpu_relax to stop cores spinning hardJoel Stanley2-4/+20
2014-08-13plat/palmetto: Add shutdown and rebootJoel Stanley1-0/+26
2014-08-13ipmi: Add a base IPMI stack with a BT driverAlistair Popple2-1/+37
2014-08-08pci: Improve logging format and log levelsBenjamin Herrenschmidt1-59/+78
2014-08-08Add fake RTC to generic platformmillerjo@us.ibm.com1-0/+2
2014-08-08PCI: Restore bus numbers after complete resetGavin Shan1-8/+39
2014-08-08PCI: Support parallel scanningGavin Shan1-18/+50
2014-08-08PCI: Split slot reset and scanGavin Shan1-20/+38
2014-08-08Make log level thresholds dynamic in debug_descriptor rather than staticStewart Smith2-1/+20
2014-08-08Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith2-13/+31
2014-08-08Trivial typo fix: case -> causeStewart Smith1-1/+1
2014-08-08Use PR_EMERG priority in assert() codepathStewart Smith1-0/+6
2014-08-08Use PR_EMERG priority in (part of) assert()Stewart Smith1-1/+1
2014-08-08Use PR_EMERG log priority when printing backtraceStewart Smith1-1/+1
2014-08-08replace printf() with console log, level 5 aka INFO messagesStewart Smith1-0/+12
2014-08-08Initial code for timestamps in logStewart Smith2-0/+55
2014-07-30core: Fix licence header in hmi.cBenjamin Herrenschmidt1-6/+15
2014-07-25opal: Recover from TOD sync check error.Mahesh Salgaonkar1-1/+2
2014-07-25opal: Add opal call to handle HMI.Mahesh Salgaonkar2-8/+86
2014-07-25opal: Move HMI handler to new file core/hmi.cMahesh Salgaonkar3-44/+182
2014-07-21PCI: Allow to set frozen stateGavin Shan1-0/+19
2014-07-21PCI: Clear PAPR error injectionGavin Shan1-0/+6
2014-07-21core: PCI error injection APIMike Qiu1-0/+26
2014-07-13opal: poller re-entrancy try #3Benjamin Herrenschmidt1-31/+14
2014-07-08opal: Add a debug helper to check for poller recursionBenjamin Herrenschmidt1-1/+21
2014-07-08timebase: Add "nopoll" variants of the delaysBenjamin Herrenschmidt1-0/+18
2014-07-08lock: Add helper to check if this CPU is already holding a lockBenjamin Herrenschmidt1-0/+6
2014-07-08opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt3-15/+19
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt39-0/+11572