summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* libffs: init with ecc protection at blocklevel levelCyril Bur2015-06-231-2/+2
* libflash/ecc: Simplify and cleanup ecc code.Cyril Bur2015-06-231-5/+5
* Add -Tn to ibm,loc-code for ethernet adaptorsDaniel Axtens2015-06-231-3/+31
* Support for Naples LPC serial interruptsBenjamin Herrenschmidt2015-06-191-0/+1
* Verify zalloc returned valid pointerAnanth N Mavinakayanahalli2015-06-191-0/+3
* Merge branch 'stable'Stewart Smith2015-06-161-2/+1
|\
| * cpu: Fix hang issue in opal_reinit_cpus()Hari Bathini2015-06-161-2/+1
* | flash: fix offset and size parameters checkCédric Le Goater2015-06-161-1/+1
* | Move prlog(PR_TRACE) in cpu job to be before freeing CPU jobStewart Smith2015-06-151-1/+1
* | Fix assert test in run-mem_region_reservations.cStewart Smith2015-06-151-1/+1
* | Fix assert tests in run-mem_region_next.cStewart Smith2015-06-151-6/+6
* | Move boot_tracebuf to BSSStewart Smith2015-06-111-10/+5
* | libflash: start using the blocklevel interface.Cyril Bur2015-06-091-15/+20
* | Merge branch 'stable'Stewart Smith2015-06-052-3/+4
|\ \ | |/
| * core/mem_region: Create reservations of type REGION_HW_RESERVEDJeremy Kerr2015-06-052-3/+4
* | Move the relax loop in secondary_cpu_entry to pure inline asmStewart Smith2015-05-291-2/+9
* | Make cpu_relax() inlineStewart Smith2015-05-291-12/+0
* | Make cpu_relax() nop instructions in one asm blockStewart Smith2015-05-281-4/+4
* | Merge PRD rework from stableStewart Smith2015-05-215-38/+246
|\ \ | |/
| * hw/prd: Expose prd ranges via device treeJeremy Kerr2015-05-211-0/+2
| * core: Add mem_region_nextJeremy Kerr2015-05-213-1/+144
| * core: Add node-style memory reservation to device treeJeremy Kerr2015-05-212-30/+105
| * core: Introduce REGION_HW_RESERVEDJeremy Kerr2015-05-211-1/+1
| * core: Rename mem_region->mem_node to ->nodeJeremy Kerr2015-05-211-5/+5
| * core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr2015-05-213-1/+199
| * core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr2015-05-211-15/+8
| * core/test: simulate proper locking in run-mem_region testJeremy Kerr2015-05-211-2/+13
| * core: Add asserts for region free-list lockingJeremy Kerr2015-05-217-1/+41
| * core: Move free-list locking to a separate per-region lockJeremy Kerr2015-05-216-41/+44
| * init: Display message before loading kernelJoel Stanley2015-05-011-0/+2
* | flash: don't report nvram partitions through the device treeCyril Bur2015-05-201-30/+2
* | core/console: fix dummy_console_pollAlistair Popple2015-05-151-1/+1
* | Construct linked list of gcov data structuresStewart Smith2015-05-152-3/+67
* | 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
OpenPOWER on IntegriCloud