aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Verify zalloc returned valid pointerAnanth N Mavinakayanahalli1-0/+3
2015-06-16Merge branch 'stable'Stewart Smith1-2/+1
2015-06-16cpu: Fix hang issue in opal_reinit_cpus()Hari Bathini1-2/+1
2015-06-16flash: fix offset and size parameters checkCédric Le Goater1-1/+1
2015-06-15Move prlog(PR_TRACE) in cpu job to be before freeing CPU jobStewart Smith1-1/+1
2015-06-15Fix assert test in run-mem_region_reservations.cStewart Smith1-1/+1
2015-06-15Fix assert tests in run-mem_region_next.cStewart Smith1-6/+6
2015-06-11Move boot_tracebuf to BSSStewart Smith1-10/+5
2015-06-09libflash: start using the blocklevel interface.Cyril Bur1-15/+20
2015-06-05Merge branch 'stable'Stewart Smith2-3/+4
2015-06-05core/mem_region: Create reservations of type REGION_HW_RESERVEDskiboot-5.0.3Jeremy Kerr2-3/+4
2015-05-29Move the relax loop in secondary_cpu_entry to pure inline asmStewart Smith1-2/+9
2015-05-29Make cpu_relax() inlineStewart Smith1-12/+0
2015-05-28Make cpu_relax() nop instructions in one asm blockStewart Smith1-4/+4
2015-05-21Merge PRD rework from stableStewart Smith5-38/+246
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr1-0/+2
2015-05-21core: Add mem_region_nextJeremy Kerr3-1/+144
2015-05-21core: Add node-style memory reservation to device treeJeremy Kerr2-30/+105
2015-05-21core: Introduce REGION_HW_RESERVEDJeremy Kerr1-1/+1
2015-05-21core: Rename mem_region->mem_node to ->nodeJeremy Kerr1-5/+5
2015-05-21core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-21core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-21core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-21core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr6-41/+44
2015-05-20flash: don't report nvram partitions through the device treeCyril Bur1-30/+2
2015-05-15core/console: fix dummy_console_pollAlistair Popple1-1/+1
2015-05-15Construct linked list of gcov data structuresStewart Smith2-3/+67
2015-05-15Run gcc constructorsStewart Smith1-0/+13
2015-05-15Enable SKIBOOT_GCOV build option for building with profilingStewart Smith2-0/+82
2015-05-15Dump out free space in each memory region on boot.Stewart Smith2-1/+41
2015-05-15Make relocate() return specific error as to what went wrongStewart Smith1-4/+4
2015-05-13Make makefile for core/test a bit prettierStewart Smith1-1/+13
2015-05-13core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-13core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-13core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-13core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-13core: Move free-list locking to a separate per-region lockJeremy Kerr6-41/+44
2015-05-13flash: Fix uninitialised variable warningJoel Stanley1-1/+1
2015-05-12Add test for pr_fmtStewart Smith1-0/+72
2015-05-12Fix race in flash resource preloadingStewart Smith1-4/+5
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith7-14/+27
2015-05-11core/lock: Simplify the check in lock_recursive()Gavin Shan1-3/+1
2015-05-07Fix synchronous running of CPU jobs for NRCPUs=1Stewart Smith1-8/+9
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith3-33/+68
2015-05-07Add global CPU job queueStewart Smith2-37/+60
2015-05-07Asynchronously preload CAPP microcodeStewart Smith1-0/+1
2015-05-07Track how long we spend spinning waiting for resource to be loadedStewart Smith1-0/+4
2015-05-07astbmc: asynchronous preloading of resourcesStewart Smith1-2/+117
2015-05-07Start preload of kernel and initramfs early in bootStewart Smith1-30/+50