summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias2013-09-241-3/+37
* [v2] linux-user: implement m68k atomic syscallsRiku Voipio2013-09-242-0/+34
* linux-user: Check type of microMIPS break instructionKwok Cheung Yeung2013-09-241-21/+35
* linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic2013-09-241-5/+13
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-243-8/+34
* linux-user: add some IPV6 commands in setsockop()Laurent Vivier2013-09-241-0/+20
* linux-user: allow use of TIOCGSIDLaurent Vivier2013-09-241-0/+1
* linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier2013-09-242-0/+56
* linux-user: convert /proc/net/route when endianess differsLaurent Vivier2013-09-241-5/+53
* mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson2013-09-241-2/+2
* alpha-linux-user: Fix umount syscall numbersRichard Henderson2013-09-243-6/+3
* *-user: Improve documentation for lock_user functionStefan Weil2013-09-201-2/+2
* *-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2013-09-201-1/+1
* linux-user: Add AArch64 supportAlexander Graf2013-09-103-2/+38
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-103-14/+51
* linux-user: Add AArch64 termbits.h definitionsAlexander Graf2013-09-101-0/+220
* linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf2013-09-101-0/+35
* linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
* linux-user: Add signal handling for AArch64Andreas Schwab2013-09-102-0/+289
* linux-user: Fix up AArch64 syscall handlersAlexander Graf2013-09-102-4/+29
* linux-user: Add syscall number definitions for AArch64Alexander Graf2013-09-101-0/+323
* linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
* linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf2013-09-101-1/+2
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-033-19/+10
* linux-user: Return success from m68k set_thread_area syscallPeter Maydell2013-07-291-0/+1
* linux-user/signal.c: Avoid using uninitialized data in ARM sigreturnPeter Maydell2013-07-291-16/+20
* linux-user/signal.c: PPC: Silence clang uninitialized-use warningPeter Maydell2013-07-291-1/+1
* linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic2013-07-291-2/+2
* linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber2013-07-261-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-2519-152/+194
|\
| * linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung2013-07-231-3/+43
| * linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-231-3/+0
| * linux-user: Fix epoll on ARM hostsAlexander Graf2013-07-231-1/+4
| * linux-user: Fix pipe syscall return for SPARCPeter Maydell2013-07-231-0/+3
| * linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell2013-07-231-12/+37
| * linux-user: Avoid conditional cpu_reset()Andreas Färber2013-07-221-2/+0
| * configure: Make NPTL non-optionalPeter Maydell2013-07-224-110/+1
| * linux-user: Enable NPTL for x86-64Peter Maydell2013-07-222-1/+8
| * linux-user: Add i386 TLS setterAlexander Graf2013-07-222-3/+11
| * linux-user: Clean up handling of clone() argument orderPeter Maydell2013-07-2211-7/+41
| * linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell2013-07-221-0/+1
| * linux-user: Enable NPTL for m68kPeter Maydell2013-07-223-1/+18
| * linux-user: Enable NPTL for SPARC targetsPeter Maydell2013-07-221-4/+12
| * linux-user: Enable NPTL for OpenRISCPeter Maydell2013-07-221-2/+7
| * linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell2013-07-221-2/+7
* | linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber2013-07-231-4/+6
* | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-232-17/+21
|/
* linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic2013-07-191-1/+1
* 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
OpenPOWER on IntegriCloud