summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/ptimer: Suppress error messages under qtestDmitry Osipenko2016-09-221-2/+7
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-2224-31/+57
* hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko2016-09-221-0/+1
* aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater2016-09-221-5/+13
* aspeed: add a ram_size property to the memory controllerCédric Le Goater2016-09-224-10/+18
* aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater2016-09-221-8/+9
* aspeed: calculate the RAM size bits at realize timeCédric Le Goater2016-09-222-2/+15
* palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater2016-09-221-1/+0Star
* arm: add support for an ast2500 evaluation boardCédric Le Goater2016-09-221-0/+37
* aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater2016-09-224-1/+122
* hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater2016-09-222-1/+132
* palmetto-bmc: add board specific configurationCédric Le Goater2016-09-221-4/+18
* palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater2016-09-221-18/+36
* palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater2016-09-222-1/+1
* aspeed-soc: provide a framework to add new SoCsCédric Le Goater2016-09-223-13/+54
* ast2400: replace ast2400 with aspeed_socCédric Le Goater2016-09-223-58/+57Star
* ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater2016-09-224-3/+3
* arm: add Cortex A7 CPU parametersAndrey Yurovsky2016-09-221-0/+46
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell2016-09-2221-213/+581
|\
| * linux-user: fix TARGET_NR_selectLaurent Vivier2016-09-229-21/+39
| * linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin2016-09-211-4/+14
| * linux-user: Sanity check clone flagsPeter Maydell2016-09-211-3/+63
| * linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell2016-09-211-9/+7Star
| * linux-user: Implement force_sigsegv() via force_sig()Peter Maydell2016-09-211-15/+2Star
| * linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell2016-09-211-27/+54
| * linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell2016-09-211-6/+17
| * linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell2016-09-211-38/+49
| * linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell2016-09-214-72/+71Star
| * linux-user: Recheck for pending synchronous signals tooPeter Maydell2016-09-211-2/+5
| * linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle2016-09-211-2/+3
| * linux-user: Use correct target SHMLBA in shmat()Peter Maydell2016-09-216-6/+83
| * linux-user: Use glib malloc functions in load_symbols()Peter Maydell2016-09-211-7/+7
| * linux-user: Check dump_write() return in elf_core_dump()Peter Maydell2016-09-211-1/+3
| * linux-user: Fix error handling in flatload.c target_pread()Peter Maydell2016-09-211-0/+6
| * linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell2016-09-211-1/+1
| * linux-user: Check lock_user() return value for NULLPeter Maydell2016-09-211-0/+9
| * linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell2016-09-211-1/+1
| * linux-user: report signals being taken in strace outputPeter Maydell2016-09-213-0/+120
| * linux-user: Range check the nfds argument to ppoll syscallPeter Maydell2016-09-211-0/+5
| * linux-user: Check for bad event numbers in epoll_waitPeter Maydell2016-09-212-0/+8
| * linux-user: Use direct syscall for utimensatPeter Maydell2016-09-211-10/+1Star
| * linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2016-09-212-0/+9
| * linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell2016-09-211-2/+9
| * linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell2016-09-211-0/+9
| * linux-user: Fix handling of iovec countsPeter Maydell2016-09-211-4/+4
* | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell2016-09-221-0/+1
|\ \
| * | seccomp: adding getrusage to the whitelistEduardo Otubo2016-09-211-0/+1
| |/
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell2016-09-2223-118/+997
|\ \
| * | iotest 055: refactor and speed upVladimir Sementsov-Ogievskiy2016-09-201-34/+18Star
| * | commit: get the overlay node before manipulating the backing chainAlberto Garcia2016-09-201-2/+1Star