1395 Commits (da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323)

Author SHA1 Message Date
Leon Alrae 61c7480fa3 linux-user: fix broken cpu_copy() 11 years ago
Andreas Schwab 17644b3627 linux-user: fix emulation of splice syscall 11 years ago
Chen Gang S 92bed463d1 linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_helper() 11 years ago
Mikhail Ilyin b8d43285a4 linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs 11 years ago
Eduardo Habkost 2994fd96d9 cpu: Make cpu_init() return QOM CPUState object 11 years ago
Peter Maydell 0856579cac Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" 11 years ago
Eduardo Habkost 696da41b1b linux-user: Check for cpu_init() errors 11 years ago
Leon Alrae 1ab2aea248 linux-user: correct stat structure in MIPS N32 11 years ago
Maxim Ostapenko aa5e03d2aa linux-user: wrong TARGET_SI_PAD_SIZE value for some targets. 11 years ago
Chen Gang S dec0473dc6 linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to failure return in default case 11 years ago
Chen Gang S a86b3c64d4 linux-user/main.c: Use TARGET_SIG* instead of SIG* 11 years ago
Chen Gang S 71ec7cef01 linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target_vec[i].iov_base 11 years ago
Chen Gang S 7eff518b6c linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block 11 years ago
Alex Suykov 30b8b68eb5 linux-user: support target-to-host SCM_CREDENTIALS 11 years ago
Peter Maydell 1669add752 linux-user: Fix broken m68k signal handling on 64 bit hosts 11 years ago
Ed Swierk ec355f1547 mips64-linux-user: Fix definition of struct sigaltstack 11 years ago
Ed Swierk 9c6bf9c7d7 linux-user: Fix ioctl cmd type mismatch on 64-bit targets 11 years ago
Felix Janda 95018018ca linux-user: translate resource also for prlimit64 12 years ago
Peter Maydell f6c7a05b89 linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user 11 years ago
Peter Maydell f7e61b222b linux-user/main.c: Mark end_exclusive() as possibly unused 11 years ago
Peter Maydell b040bc9c03 linux-user/main.c: Call cpu_exec_start/end on all target archs 11 years ago
Peter Maydell 1af2ee08f9 linux-user/arm/nwfpe: Delete unused aCC array 11 years ago
Peter Maydell ea2b5fb19d linux-user/alpha: Add define for NR_shmat to enable shmat syscall 11 years ago
Peter Maydell b6e2c9353a linux-user/signal.c: Remove current_exec_domain_sig() 11 years ago
Peter Maydell d8d5119cae linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop 11 years ago
Peter Maydell 5899d6d0b4 linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c 11 years ago
Peter Maydell 2ccf97ec0f linux-user/elfload.c: Don't use _raw accessor functions 11 years ago
Peter Maydell ec53b45bcd exec.c: Drop TARGET_HAS_ICE define and checks 11 years ago
Maciej W. Rozycki 74797f40dc linux-user: Use the 5KEf processor for 64-bit emulation 12 years ago
Fabian Aggeler 54bf36ed35 target-arm: make c13 cp regs banked (FCSEIDR, ...) 12 years ago
Alexander Graf aecc88616a linux-user: Fix up timer id handling 12 years ago
Tom Musta ccf661f827 linux-user: Do not subtract offset from end address 12 years ago
Jonas Maebe a93934fecd elf: take phdr offset into account when calculating the program load address 12 years ago
Riku Voipio 686581adcf linux-user: Fix fault address truncation AArch64 12 years ago
Magnus Reftel c5e4a5a95e linux-user: Let user specify random seed 12 years ago
Mikhail Ilyin 1a1c4db9b2 translate-all.c: memory walker initial address miscalculation 12 years ago
Riku Voipio d80a190594 linux-user: don't include timerfd if not needed 12 years ago
Alexander Graf e52a99f756 linux-user: Simplify timerid checks on g_posix_timers range 12 years ago
Alexander Graf a59b5e35d1 linux-user: Convert blkpg to use a special subop handler 12 years ago
Peter Maydell 40645c7bfd linux-user: Enable epoll_pwait syscall for ARM 12 years ago
Peter Maydell 05068c0dfb exec.c: Relax restrictions on watchpoint length and alignment 12 years ago
Tom Musta 145855801a linux-user: Handle PPC64 ELFv2 Function Pointers 12 years ago
Tom Musta 19774ec5c4 linux-user: Implement do_setcontext for PPC64 12 years ago
Tom Musta 8d6ab333eb linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer 12 years ago
Tom Musta 61e75fecef linux-user: Enable Signal Handlers on PPC64 12 years ago
Tom Musta 7678108b13 linux-user: Split PPC Trampoline Encoding from Register Save 12 years ago
Tom Musta fbdc200ac2 linux-user: Fix Stack Pointer Bug in PPC setup_rt_frame 12 years ago
zhanghailiang 680dfde919 linux-user: fix file descriptor leaks 12 years ago
zhanghailiang 29e03fcb62 linux-user: check return value of malloc() 12 years ago
Tom Musta 29560a6cb7 linux-user: writev Partial Writes 12 years ago