summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-151-5/+2Star
|\
| * linux-user: complete omission of removing uses of strdupWei Jiangang2016-09-141-5/+2Star
* | linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal2016-09-151-2/+2
* | linux-user,s390x: remove useless castLaurent Vivier2016-09-151-1/+1
* | Remove remainders of HPPA backendThomas Huth2016-09-151-2/+2
* | linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier2016-09-131-1/+1
|/
* ppc: Stop dumping state on all exceptions in linux-userBenjamin Herrenschmidt2016-09-071-12/+0Star
* ppc: Fix catching some segfaults in user modeBenjamin Herrenschmidt2016-09-071-0/+1
* ppc: Make tlb_fill() use new exception helperBenjamin Herrenschmidt2016-09-071-6/+6
* syscall.c: Redefine IFLA_* enumsMichal Privoznik2016-08-191-109/+264
* Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik2016-08-191-86/+0Star
* linux-user: Fix llseek with high bit of offset_low setPeter Maydell2016-08-161-1/+1
* syscall.c: Fix build with older linux-headersMichal Privoznik2016-08-161-0/+86
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* Update ancient copyright string in -version outputPeter Maydell2016-08-111-1/+1
* linux-user: Handle brk() attempts with very large sizesPeter Maydell2016-08-041-1/+1
* linux-user: Fix target_semid_ds structure definitionPeter Maydell2016-08-042-7/+25
* linux-user: Don't write off end of new_utsname bufferPeter Maydell2016-08-041-3/+5
* linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell2016-08-041-1/+1
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-2/+0Star
* linux-user: AArch64 has sync_file_range, not sync_file_range2Peter Maydell2016-07-191-2/+1Star
* linux-user: Fix type for SIOCATMARK ioctlPeter Maydell2016-07-191-1/+1
* linux-user: define missing sparc syscallsLaurent Vivier2016-07-191-0/+3
* linux-user: Fix terminal control ioctlsTimothy Pearson2016-07-191-6/+6
* linux-user: Add some new blk ioctlsPeter Maydell2016-07-192-0/+40
* linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell2016-07-191-2/+9
* linux-user: Forget about synchronous signal once it is deliveredPeter Maydell2016-07-191-4/+4
* linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell2016-07-192-6/+7
* linux-user: Correct type for BLKSSZGETPeter Maydell2016-07-191-1/+1
* linux-user: Add loop control ioctlsPeter Maydell2016-07-193-1/+18
* linux-user: Check sigsetsize argument to syscallsPeter Maydell2016-07-191-1/+46
* linux-user: add nested netlink typesLaurent Vivier2016-07-191-4/+316
* linux-user: convert sockaddr_ll from host to targetLaurent Vivier2016-07-191-0/+5
* linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier2016-07-191-0/+3
* linux-user: fix netlink memory corruptionLaurent Vivier2016-07-191-8/+24
* linux-user: fd_trans_*_data() returns the lengthLaurent Vivier2016-07-191-4/+32
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* trace: [linux-user] Commandline arguments to control tracingLluís Vilanova2016-07-181-0/+19
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-2/+2
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-125-10/+11
* linux-user: Fix broken header guard in syscall_defs.hMarkus Armbruster2016-07-121-4/+3Star
* linux-user: Clean up hostdep.h header guardsMarkus Armbruster2016-07-1213-26/+26
* linux-user: Clean up target_structs.h header guardsMarkus Armbruster2016-07-1217-34/+34
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-1218-54/+54
* linux-user: Clean up target_cpu.h header guardsMarkus Armbruster2016-07-1215-31/+31
* linux-user: Clean up target_syscall.h header guardsMarkus Armbruster2016-07-1218-51/+53
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-122-3/+2Star
* linux-user: Fix i386 safe-syscall.SRichard Henderson2016-07-081-18/+6Star
* linux-user: Make semihosting heap/stack fields abi_ulongsPeter Maydell2016-07-041-3/+3
* linux-user: Fix compilation when F_SETPIPE_SZ isn't definedPeter Maydell2016-06-301-0/+2