summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-1022-65/+534
|\
| * log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+3
| * linux-user: Change thread_env to CPUStateAndreas Färber2013-07-096-22/+27
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-093-11/+13
| * linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber2013-07-091-36/+37
| * linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-0917-0/+460
* | linux-user: Do not ignore mmap failure from hostJürg Billeter2013-07-051-0/+4
* | linux-user: improve target_to_host_sock_type conversionPetar Jovanovic2013-07-052-149/+275
* | linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell2013-07-051-4/+12
* | linux-user: fix signal number range checkAndreas Schwab2013-07-051-2/+2
* | linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier2013-07-052-2/+68
* | linux-user: handle /proc/$$ like /proc/selfAndreas Schwab2013-07-051-19/+46
|/
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-15/+23
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-282-2/+2
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-3/+3
* linux-user: Drop direct use of openat etc syscallsPeter Maydell2013-06-121-194/+24
* linux-user: Allow getdents to be provided by getdents64Peter Maydell2013-06-121-1/+60
* linux-user: Fix typo in commentLei Li2013-06-011-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-05-221-2/+2
|\
| * fix /proc/self/maps outputChristophe Lyon2013-05-181-2/+2
* | linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung2013-05-201-1/+2
* | linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung2013-05-201-0/+13
|/
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-022-3/+3
* linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell2013-04-261-1/+1
* linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab2013-04-191-3/+3
* linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab2013-04-191-1/+1
* linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic2013-04-191-2/+2
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-181-2/+2
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-181-7/+7
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-181-3/+3
* elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini2013-04-181-57/+57
* elfload: fix size of registers for N32Paolo Bonzini2013-04-181-7/+14
* elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini2013-04-181-9/+9
* linux-user: pass correct host flags to eventfd2 callPetar Jovanovic2013-04-121-1/+10
* linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell2013-04-051-1/+1
* linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell2013-03-111-1/+14
* linux-user: Implement accept4Peter Maydell2013-03-111-8/+31
* linux-user: Implement sendfile and sendfile64Peter Maydell2013-03-111-0/+53
* linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell2013-03-111-1/+1
* linux-user: Fix layout of usage table to account for option textPeter Maydell2013-03-111-8/+16
* linux-user: Add more sparc syscall numbersDillon Amburgey2013-03-111-0/+2
* linux-user: Support setgroups syscall with no groupsDillon Amburgey2013-03-111-10/+12
* linux-user: fix futex strace of FUTEX_CLOCK_REALTIMEJohn Rigby2013-03-111-0/+6
* linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby2013-03-111-1/+2
* linux-user: improve print_fcntl()Laurent Vivier2013-03-111-18/+79
* linux-user: Add Alpha socket constantsDillon Amburgey2013-03-111-0/+69
* mipsn32-linux-user: Configure the architecture properlyRichard Henderson2013-03-056-1121/+626
* mips-linux-user: Fix n32 and n64 syscallsRichard Henderson2013-03-051-7/+18
* mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson2013-03-051-115/+42
* mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson2013-03-051-1/+29
OpenPOWER on IntegriCloud