aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-07-08verify that PIR in init_all_cpus() is within our bounds for cpu_stacks[pir]Stewart Smith1-0/+1
2015-07-07core/interrupts: Fix resource leak in add_opal_interrupts()Kamalesh Babulal1-0/+2
2015-07-06core: Bound check get_chip()Benjamin Herrenschmidt1-0/+2
2015-07-06Disable bust_locks for general calls of abort()Alistair Popple2-2/+2
2015-07-03plat/qemu: Add LPC based RTC supportBenjamin Herrenschmidt1-17/+0
2015-07-03plat/qemu: Add simple qemu platformBenjamin Herrenschmidt1-1/+1
2015-07-03core/ipmi: Provide the dequeue message interfaceNeelesh Gupta1-0/+13
2015-07-02flash: Add ecc.h full pathVasant Hegde1-1/+1
2015-07-02Add mem_dump_free() call to mem_region unit testStewart Smith1-0/+2
2015-06-24Use memcpy for NVRAM free partition name, is part of stdStewart Smith1-1/+2
2015-06-24add test for nvram free space partition nameStewart Smith1-6/+3
2015-06-24Expand nvram-format unit test to cover all error pathsStewart Smith2-3/+94
2015-06-24Move NVRAM format/check code out into separate file to unit testStewart Smith5-133/+190
2015-06-24pci_configure_mps(): Check empty pointer before dereferencingKamalesh Babulal1-4/+5
2015-06-24cpu_remove_node() : Fix potential null dereferenceKamalesh Babulal1-0/+2
2015-06-24Add unit test for core/time-utilsStewart Smith2-0/+61
2015-06-23libffs: init with ecc protection at blocklevel levelCyril Bur1-2/+2
2015-06-23libflash/ecc: Simplify and cleanup ecc code.Cyril Bur1-5/+5
2015-06-23Add -Tn to ibm,loc-code for ethernet adaptorsDaniel Axtens1-3/+31
2015-06-19Support for Naples LPC serial interruptsBenjamin Herrenschmidt1-0/+1
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