aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell7-8/+8
2016-09-22disas/arm.c: Remove unused macro definitionsPeter Maydell1-11/+0
2016-09-22vmstateify ssi-sdDr. David Alan Gilbert1-42/+28
2016-09-22vmstateify ssd0323 displayDr. David Alan Gilbert1-62/+40
2016-09-22dma: xlnx-zynq-devcfg: Fix up XLNX_ZYNQ_DEVCFG_R_MAXNathan Rossi1-1/+1
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis2-2/+30
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis2-4/+39
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis3-5/+29
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis3-14/+41
2016-09-22loader: Use the specified MemoryRegionAlistair Francis1-1/+2
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis2-0/+7
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis1-0/+2
2016-09-22cadence_gem: Correct indentationAlistair Francis1-96/+101
2016-09-22cadence_gem: Add queue supportAlistair Francis1-24/+107
2016-09-22cadence_gem: Add support for screeningAlistair Francis2-3/+174
2016-09-22cadence_gem: Add the num-priority-queues propertyAlistair Francis2-43/+64
2016-09-22cadence_gem: QOMify Cadence GEMAlistair Francis1-11/+17
2016-09-22tests: Add ptimer testsDmitry Osipenko5-0/+704
2016-09-22hw/ptimer: Suppress error messages under qtestDmitry Osipenko1-2/+7
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko24-31/+57
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko1-0/+1
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater1-5/+13
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater4-10/+18
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater1-8/+9
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater2-2/+15
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater1-1/+0
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater1-0/+37
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater4-1/+122
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater2-1/+132
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater1-4/+18
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater1-18/+36
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater2-1/+1
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater3-13/+54
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater3-58/+57
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater4-3/+3
2016-09-22arm: add Cortex A7 CPU parametersAndrey Yurovsky1-0/+46
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell21-213/+581
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell1-0/+1
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell23-118/+997
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell1-1/+1
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier9-21/+39
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin1-4/+14
2016-09-21linux-user: Sanity check clone flagsPeter Maydell1-3/+63
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell1-9/+7
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell1-15/+2
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell1-27/+54
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell1-6/+17
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell1-38/+49
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell4-72/+71
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell1-2/+5