summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: use TARGET_SA_ONSTACK in get_sigframeRiku Voipio2014-07-151-3/+4
* alloca one extra byte socketsJoakim Tjernlund2014-07-151-3/+3
* linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund2014-07-152-0/+17
* qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund2014-07-151-0/+19
* SIOCGIFINDEX: fix typoJoakim Tjernlund2014-07-151-1/+1
* target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2014-07-081-4/+4
* Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-06-295-27/+207
|\
| * linux-user: support the SIOCGIFINDEX ioctlPaul Burton2014-06-292-0/+2
| * linux-user: support the KDSIGACCEPT ioctlPaul Burton2014-06-293-0/+9
| * linux-user: allow NULL tv argument for settimeofdayPaul Burton2014-06-291-4/+8
| * linux-user: respect timezone for settimeofdayPaul Burton2014-06-292-1/+33
| * linux-user: fix struct target_epoll_event layout for MIPSPaul Burton2014-06-291-1/+1
| * linux-user: support strace of epoll_create1Paul Burton2014-06-291-0/+3
| * linux-user: allow NULL arguments to mountPaul Burton2014-06-291-22/+53
| * linux-user: support SO_PASSSEC setsockopt optionPaul Burton2014-06-292-0/+8
| * linux-user: support SO_{SND, RCV}BUFFORCE setsockopt optionsPaul Burton2014-06-291-0/+6
| * linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton2014-06-291-0/+3
| * linux-user: translate the result of getsockopt SO_TYPEPaul Burton2014-06-291-0/+34
| * linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden2014-06-291-0/+46
| * Add support for MAP_NORESERVE mmap flag.Christophe Lyon2014-06-291-0/+2
* | linux-user: Support HWCAP2 in PowerPCTom Musta2014-06-271-0/+31
* | linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta2014-06-271-0/+8
* | linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta2014-06-271-2/+3
|/
* Add support for the arm breakpoint syscallHunter Laux2014-06-242-0/+5
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-3/+0
* qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson2014-06-231-1/+0
* target-mips: implement UserLocal RegisterPetar Jovanovic2014-06-182-2/+2
* User mode support for Linux ELF files with no section headerCraig Heffner2014-06-171-1/+0
* linux-user: Return correct errno for unsupported netlink socketEd Swierk2014-06-171-1/+1
* linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell2014-06-171-0/+16
* linux-user/uname: Return correct uname string for x86_64Peter Maydell2014-06-171-3/+1
* linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio2014-06-171-6/+6
* signal/ppc/do_setcontext remove __get_user return checkRiku Voipio2014-06-171-2/+1
* signal/sparc64_set_context: remove __get_user checksRiku Voipio2014-06-171-9/+3
* signal/ppc/{save,restore}_user_regs remove __put/get error checksRiku Voipio2014-06-171-85/+41
* signal/all/setup_frame remove __put_user checksRiku Voipio2014-06-171-72/+25
* signal/all/do_sigreturn - remove __get_user checksRiku Voipio2014-06-171-41/+18
* signal/all/do_sigaltstack remove __get_user value checkRiku Voipio2014-06-171-4/+5
* signal/sparc/restore_fpu_state: removeRiku Voipio2014-06-171-37/+0
* signal/all: remove return value from restore_sigcontextRiku Voipio2014-06-171-31/+12
* signal/all: remove return value from setup_sigcontextRiku Voipio2014-06-171-44/+21
* signal/all: remove return value from copy_siginfo_to_userRiku Voipio2014-06-171-19/+9
* signal/x86/setup_frame: __put_user cleanupRiku Voipio2014-06-171-12/+4
* signal/all: remove __get/__put_user return value readingRiku Voipio2014-06-171-370/+364
* linux-user: Tell guest about big host page sizesAlexander Graf2014-06-161-1/+1
* target-ppc: Store Quadword Conditional Drops Size BitTom Musta2014-06-161-1/+1
* target-ppc: Confirm That .bss Pages Are ValidTom Musta2014-06-161-3/+4
* target-ppc: Allow little-endian user mode.Doug Kwan2014-06-161-1/+7
* target-ppc: Support little-endian PPC64 in user mode.Doug Kwan2014-06-162-2/+19
* target-arm: A64: Implement two-register SHA instructionsPeter Maydell2014-06-091-0/+2
OpenPOWER on IntegriCloud