summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* hmi: Remove unused variable in opal_handle_hmi()Michael Neuling2015-08-281-2/+1
* Fix spelling mistakesStewart Smith2015-08-265-7/+7
* core/mem_region: Add mem_range_is_reserved()Jeremy Kerr2015-08-173-0/+260
* core/mem_region: parse node-style reserved memoryJeremy Kerr2015-08-171-1/+57
* core/mem_region: allow pre-existing reserved-memory nodesJeremy Kerr2015-08-171-4/+7
* core/mem_region: Move reserved-ranges parsing into a separate functionJeremy Kerr2015-08-171-34/+46
* core: Add dt_copyJeremy Kerr2015-08-171-0/+38
* update 'loading kernel' message to 'waiting for kernel'Stewart Smith2015-08-141-1/+1
* fix dump_regs() for hssr0 and hsrr1Stewart Smith2015-08-111-1/+1
* Don't try to print symbol when we didn't find oneStewart Smith2015-08-111-1/+3
* fix run-pel.c build after error log entry changesStewart Smith2015-07-311-1/+1
* opal-api: Add OPAL call to handle abnormal reboots.Vipin K Parashar2015-07-311-0/+39
* errorlog: Simplify log calling conventionSamuel Mendoza-Jonas2015-07-311-48/+84
* Introduce memory allocation return value checkKamalesh Babulal2015-07-101-0/+4
* pci_configure_mps fixes: NULL dereference, null check and typoKamalesh Babulal2015-07-101-4/+4
* fix potential divide by zeroStewart Smith2015-07-081-0/+4
* fix potential integer overflow for giant cpu_max_pirStewart Smith2015-07-081-1/+1
* verify that PIR in init_all_cpus() is within our bounds for cpu_stacks[pir]Stewart Smith2015-07-081-0/+1
* core/interrupts: Fix resource leak in add_opal_interrupts()Kamalesh Babulal2015-07-071-0/+2
* core: Bound check get_chip()Benjamin Herrenschmidt2015-07-061-0/+2
* Disable bust_locks for general calls of abort()Alistair Popple2015-07-062-2/+2
* plat/qemu: Add LPC based RTC supportBenjamin Herrenschmidt2015-07-031-17/+0
* plat/qemu: Add simple qemu platformBenjamin Herrenschmidt2015-07-031-1/+1
* core/ipmi: Provide the dequeue message interfaceNeelesh Gupta2015-07-031-0/+13
* flash: Add ecc.h full pathVasant Hegde2015-07-021-1/+1
* Add mem_dump_free() call to mem_region unit testStewart Smith2015-07-021-0/+2
* Use memcpy for NVRAM free partition name, is part of stdStewart Smith2015-06-241-1/+2
* add test for nvram free space partition nameStewart Smith2015-06-241-6/+3
* Expand nvram-format unit test to cover all error pathsStewart Smith2015-06-242-3/+94
* Move NVRAM format/check code out into separate file to unit testStewart Smith2015-06-245-133/+190
* pci_configure_mps(): Check empty pointer before dereferencingKamalesh Babulal2015-06-241-4/+5
* cpu_remove_node() : Fix potential null dereferenceKamalesh Babulal2015-06-241-0/+2
* Add unit test for core/time-utilsStewart Smith2015-06-242-0/+61
* 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
OpenPOWER on IntegriCloud