aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22tests: Add ptimer testsDmitry Osipenko
2016-09-22hw/ptimer: Suppress error messages under qtestDmitry Osipenko
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater
2016-09-22arm: add Cortex A7 CPU parametersAndrey Yurovsky
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin
2016-09-21linux-user: Sanity check clone flagsPeter Maydell
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell
2016-09-21seccomp: adding getrusage to the whitelistEduardo Otubo