summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Run gcc constructorsStewart Smith2015-05-151-0/+13
* Enable SKIBOOT_GCOV build option for building with profilingStewart Smith2015-05-152-0/+82
* Dump out free space in each memory region on boot.Stewart Smith2015-05-152-1/+41
* Make relocate() return specific error as to what went wrongStewart Smith2015-05-151-4/+4
* Make makefile for core/test a bit prettierStewart Smith2015-05-131-1/+13
* core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr2015-05-133-1/+199
* core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr2015-05-131-15/+8
* core/test: simulate proper locking in run-mem_region testJeremy Kerr2015-05-131-2/+13
* core: Add asserts for region free-list lockingJeremy Kerr2015-05-137-1/+41
* core: Move free-list locking to a separate per-region lockJeremy Kerr2015-05-136-41/+44
* flash: Fix uninitialised variable warningJoel Stanley2015-05-131-1/+1
* Add test for pr_fmtStewart Smith2015-05-121-0/+72
* Fix race in flash resource preloadingStewart Smith2015-05-121-4/+5
* Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith2015-05-127-14/+27
* core/lock: Simplify the check in lock_recursive()Gavin Shan2015-05-111-3/+1
* Fix synchronous running of CPU jobs for NRCPUs=1Stewart Smith2015-05-071-8/+9
* Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith2015-05-073-33/+68
* Add global CPU job queueStewart Smith2015-05-072-37/+60
* Asynchronously preload CAPP microcodeStewart Smith2015-05-071-0/+1
* Track how long we spend spinning waiting for resource to be loadedStewart Smith2015-05-071-0/+4
* astbmc: asynchronous preloading of resourcesStewart Smith2015-05-071-2/+117
* Start preload of kernel and initramfs early in bootStewart Smith2015-05-071-30/+50
* eeh: Fix eeh event handlingAlistair Popple2015-05-072-2/+23
* OPAL: Validate before creating opal device tree nodeVasant Hegde2015-05-071-1/+5
* Adjust skiboot_cpu_stacks region size according to real max PIRStewart Smith2015-04-302-2/+12
* phb3: Disable write scope group in PHB for certain adaptersBenjamin Herrenschmidt2015-04-291-1/+1
* init: Display message before loading kernelJoel Stanley2015-04-181-0/+2
* pci: Fix presence detect on PHB3Benjamin Herrenschmidt2015-04-181-2/+5
* ipmi: Check for ipmi backend presence before useAlistair Popple2015-04-181-0/+38
* Add Naples chip supportBenjamin Herrenschmidt2015-04-091-7/+22
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-0116-16/+0
* core: Add support for cec_power_down() on mamboMichael Ellerman2015-04-011-2/+12
* exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt2015-03-311-13/+9
* exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt2015-03-311-254/+14
* core: Catch attempts to branch through a NULL pointerBenjamin Herrenschmidt2015-03-311-0/+16
* elog: Don't call uninitialized platform elog_commitBenjamin Herrenschmidt2015-03-311-4/+15
* opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar2015-03-262-2/+172
* opal: Handle TFMR parity HMI event.Mahesh Salgaonkar2015-03-261-1/+1
* Fix start_preload_resource for OpenPower BMC machinesCédric Le Goater2015-03-251-2/+3
* sensor: return OPAL_UNSUPPORTED when no sensors are supportedCédric Le Goater2015-03-241-1/+1
* dts: add device tree nodes for the core temperaturesCédric Le Goater2015-03-241-0/+2
* dts: add support to read the core temperaturesCédric Le Goater2015-03-241-0/+4
* core: add a platform op to read sensorsCédric Le Goater2015-03-243-3/+46
* OCC/hostservices: Call abort if hbrt_lid_list is emptyVasant Hegde2015-03-241-2/+4
* Asynchronous LID/Resource loading for FSP systemsStewart Smith2015-03-244-5/+4
* Change load_resource() API to be all about preloading.Stewart Smith2015-03-233-14/+49
* OPAL: Detect recursive poller entry from same CPUVasant Hegde2015-03-191-0/+11
* opal: Check NX FIRs to find the reason for Malfunction Alert.Mahesh Salgaonkar2015-03-171-0/+86
* opal: Check Core FIRs to find the reason for Malfunction Alert.Mahesh Salgaonkar2015-03-171-3/+120
* opal: Enhance HMI event structure to accommodate checkstop info.Mahesh Salgaonkar2015-03-171-0/+6
OpenPOWER on IntegriCloud