- 888468d linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines by Filip Bozuta · 4 years, 8 months ago
- 7c89f34 linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid() by Filip Bozuta · 4 years, 7 months ago
- e400e11 linux-user: Make cpu_env accessible in strace.c by Filip Bozuta · 4 years, 7 months ago
- 79482e59 linux-user: Add strace support for printing arguments of ioctl() by Filip Bozuta · 4 years, 9 months ago
- f4d92c5 linux-user: Add strace support for printing arguments of fallocate() by Filip Bozuta · 4 years, 9 months ago
- c84be71 linux-user: Extend strace support to enable argument printing after syscall execution by Filip Bozuta · 4 years, 9 months ago
- ee94743 linux-user: completely re-write init_guest_space by Alex Bennée · 4 years, 10 months ago
- f63c986 linux-user: remove gemu_log from the linux-user tree by Josh Kunz · 5 years ago
- 4b25a50 linux-user: Use `qemu_log' for strace by Josh Kunz · 5 years ago
- 6fd5944 linux-user: Reserve space for brk by Richard Henderson · 5 years ago
- dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 6 years ago
- 5bfce0b linux-user: Make sigaltstack stacks per-thread by Peter Maydell · 6 years ago
- 0acd4ab linux-user: check valid address in access_ok() by Rémi Denis-Courmont · 6 years ago
- c6d0700 linux-user/m68k: remove simulator syscall interface by Laurent Vivier · 6 years ago
- 30ab9ef linux-user: Fix shmat emulation by honoring host SHMLBA by Richard Henderson · 6 years ago
- 798b858 linux-user: Fix compilation with clang 3.4 by Thomas Huth · 6 years ago
- 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
- a2e002f Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
- 74cfc70 linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields by Stefan Markovic · 6 years ago
- 83f164b linux-user: fix comment s/atomic_write/atomic_set/ by Emilio G. Cota · 7 years ago
- 850d5e3 linux-user: Suppress address-of-packed-member warnings in __get/put_user_e by Peter Maydell · 6 years ago
- fa97e38 linux-user/ppc: Implement swapcontext syscall by Richard Henderson · 7 years ago
- 33143c4 linux-user: fix ELF load alignment error by Laurent Vivier · 7 years ago
- 708b6a6 linux-user: introduce preexit_cleanup by Alex Bennée · 7 years ago
- 1129dd7 linux-user: Export use is_error(), use it to avoid warnings by Philippe Mathieu-Daudé · 7 years ago
- 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
- 3cb10cf linux-user: ARM-FDPIC: Add support of FDPIC for ARM. by Christophe Lyon · 7 years ago
- a99856c Remove CONFIG_USE_FDPIC. by Christophe Lyon · 7 years ago
- 41c97cc linux-user: drop unused target_msync function by Max Filippov · 7 years ago
- daa4374 linux-user: Drop unicore32 code by Peter Maydell · 7 years ago
- 768fe76 linux-user: introduce functions to detect CPU type by YunQiang Su · 7 years ago
- b44316f linux-user: Remove THREAD macro by Peter Maydell · 7 years ago
- 7c4ee5b linux-user: Support stack-grows-up in elfload.c by Richard Henderson · 8 years ago
- 9d2803f linux-user: Pass si_type information to queue_signal() explicitly by Peter Maydell · 9 years ago
- 0cb581d linux-user: report signals being taken in strace output by Peter Maydell · 9 years ago
- 38e826d linux-user/qemu.h: change malloc to g_malloc, free to g_free by Md Haris Iqbal · 9 years ago
- 1bc7e52 exec: Reduce CONFIG_USER_ONLY ifdeffenery by Igor Mammedov · 9 years ago
- d317091 linux-user: Make semihosting heap/stack fields abi_ulongs by Peter Maydell · 9 years ago
- 1d48fdd linux-user: Don't use sigfillset() on uc->uc_sigmask by Peter Maydell · 9 years ago
- 7dcdaea linux-user: Make target_strerror() return 'const char *' by Peter Maydell · 9 years ago
- 655ed67 linux-user: Queue synchronous signals separately by Timothy E Baldwin · 9 years ago
- 907f5fd linux-user: Remove real-time signal queuing by Timothy E Baldwin · 9 years ago
- 3d3efba linux-user: Fix race between multiple signals by Peter Maydell · 9 years ago
- 4d330ce linux-user: Provide safe_syscall for fixing races between signals and syscalls by Timothy E Baldwin · 9 years ago
- 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
- 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
- 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
- 59baae9 linux-user: remove MAX_ARG_PAGES limit by Stefan Brüns · 10 years ago
- 84646ee linux-user: remove unused image_info members by Stefan Brüns · 10 years ago
- 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 10 years ago
- a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 11 years ago
- f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
- a7ec0f9 linux-user: Don't allow guest to block SIGSEGV by Peter Maydell · 11 years ago
- 1c27592 signal: added a wrapper for sigprocmask function by Alex Barcelo · 11 years ago
- f0116c5 linux-user: Remove regs parameter of load_elf_binary and load_flt_binary by Will Newton · 11 years ago
- 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
- 03cfd8f linux-user: add support of binfmt_misc 'O' flag by Laurent Vivier · 12 years ago
- 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
- 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
- 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 12 years ago
- 848d72c linux-user: Make sure NWFPE code is 32 bit ARM only by Peter Maydell · 12 years ago
- 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
- 1ccd937 linux-user: Enable NPTL for m68k by Peter Maydell · 12 years ago
- dfeab06 linux-user: Move includes of target-specific headers to end of qemu.h by Peter Maydell · 12 years ago
- a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
- 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
- 0bc8ce9 linux-user: Restore cast to target type in get_user() by Peter Maydell · 12 years ago
- 658f2dc linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr by Richard Henderson · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
- a05c640 linux-user: Fix siginfo handling by Richard Henderson · 12 years ago
- 62724cc linux-user: Use memcpy in get_user/put_user. by Richard Henderson · 13 years ago
- 806d102 linux-user: Use init_guest_space when -R and -B are specified by Meador Inge · 13 years ago
- dce1040 linux-user: Factor out guest space probing into a function by Meador Inge · 13 years ago
- d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
- 59e9d91 linux-user: resolve reserved_va vma downwards by Peter Maydell · 13 years ago
- 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
- 125b0f5 linux-user: save auxv length by Alexander Graf · 13 years ago
- d0fd11f linux-user: stack_base is now mandatory on all targets by Riku Voipio · 13 years ago
- 97cc756 linux-user: Implement new ARM 64 bit cmpxchg kernel helper by Dr. David Alan Gilbert · 14 years ago
- 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
- 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
- d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
- 1af02e8 linux-user/elfload: add FDPIC support by Mike Frysinger · 14 years ago
- 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
- bee7000 linux-user: remove unnecessary local from __get_user(), __put_user() by Peter Maydell · 14 years ago
- 48e15fc linux-user: fix memory leaks with NPTL emulation by Nathan Froyd · 14 years ago
- e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- 9955ffa linux-user: Reduce lseek+reads while loading elf files. by Richard Henderson · 15 years ago
- 97374d3 Usermode exec-stack fix by Paul Brook · 15 years ago
- 6495a04 linux-user: Remove ELFLOAD32. by Richard Henderson · 15 years ago
- 703e0e8 linux-user: Use RLIMIT_STACK for default stack size. by Richard Henderson · 15 years ago
- 14f24e1 linux-user: Fix mmap_find_vma returning invalid addresses. by Richard Henderson · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
- 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
- 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
- 379f669 Userspace guest address offsetting by Paul Brook · 16 years ago