aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-09-08trivial run-malloc test fixup that was fooling coverityStewart Smith1-1/+1
2015-09-01pci: Support absence of base location codeBenjamin Herrenschmidt1-7/+11
2015-09-01pci: Don't create -T location codes on non-FSP machinesBenjamin Herrenschmidt1-1/+5
2015-09-01pci/fsp: Cleanup slot_infoBenjamin Herrenschmidt1-7/+14
2015-08-28hmi: Remove unused variable in opal_handle_hmi()Michael Neuling1-2/+1
2015-08-26Fix spelling mistakesStewart Smith5-7/+7
2015-08-17core/mem_region: Add mem_range_is_reserved()Jeremy Kerr3-0/+260
2015-08-17core/mem_region: parse node-style reserved memoryJeremy Kerr1-1/+57
2015-08-17core/mem_region: allow pre-existing reserved-memory nodesJeremy Kerr1-4/+7
2015-08-17core/mem_region: Move reserved-ranges parsing into a separate functionJeremy Kerr1-34/+46
2015-08-17core: Add dt_copyJeremy Kerr1-0/+38
2015-08-14update 'loading kernel' message to 'waiting for kernel'Stewart Smith1-1/+1
2015-08-11fix dump_regs() for hssr0 and hsrr1Stewart Smith1-1/+1
2015-08-11Don't try to print symbol when we didn't find oneStewart Smith1-1/+3
2015-07-31fix run-pel.c build after error log entry changesStewart Smith1-1/+1
2015-07-31opal-api: Add OPAL call to handle abnormal reboots.Vipin K Parashar1-0/+39
2015-07-31errorlog: Simplify log calling conventionSamuel Mendoza-Jonas1-48/+84
2015-07-10Introduce memory allocation return value checkKamalesh Babulal1-0/+4
2015-07-10pci_configure_mps fixes: NULL dereference, null check and typoKamalesh Babulal1-4/+4
2015-07-08fix potential divide by zeroStewart Smith1-0/+4
2015-07-08fix potential integer overflow for giant cpu_max_pirStewart Smith1-1/+1
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