- 872f3d0 linux-user: Honor PT_GNU_STACK by Richard Henderson · 2 years, 7 months ago
- 60f1c80 linux-user: Clean up arg_start/arg_end confusion by Richard Henderson · 2 years, 10 months ago
- ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
- eb33cda linux-user: Implement starttime field in self stat emulation by Cameron Esfahani · 3 years, 1 month ago
- b1b2138 linux-user: Remove unnecessary 'aligned' attribute from TaskState by Peter Maydell · 3 years, 2 months ago
- bfadf13 linux-user: Remove MAX_SIGQUEUE_SIZE by Warner Losh · 3 years, 2 months ago
- d0a7920 linux-user: Drop unneeded includes from qemu.h by Peter Maydell · 3 years, 6 months ago
- 85b4fa0 linux-user: Don't include gdbstub.h in qemu.h by Peter Maydell · 3 years, 6 months ago
- 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 6 months ago
- a57e0c3 linux-user: Split safe-syscall macro into its own header by Peter Maydell · 3 years, 6 months ago
- 5423e6d linux-user: Split mmap prototypes into user-mmap.h by Peter Maydell · 3 years, 6 months ago
- 3ad0a76 linux-user: Split loader-related prototypes into loader.h by Peter Maydell · 3 years, 6 months ago
- 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 6 months ago
- a44d57a linux-user: Split strace prototypes into strace.h by Peter Maydell · 3 years, 6 months ago
- 400b7f6 linux-user: Fix coding style nits in qemu.h by Peter Maydell · 3 years, 6 months ago
- 6b20875 linux-user: Pass CPUArchState to do_sigaltstack by Richard Henderson · 3 years, 11 months ago
- 360f0ab linux-user: Use signed lengths in uaccess.c by Richard Henderson · 4 years ago
- d2a56bd Hexagon (linux-user/hexagon) Linux user emulation by Taylor Simpson · 4 years, 1 month ago
- 09f679b linux-user: Fix types in uaccess.c by Richard Henderson · 4 years, 1 month ago
- 687ca79 linux-user: Move lock_user et al out of line by Richard Henderson · 4 years, 1 month ago
- c7169b0 linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged by Richard Henderson · 4 years, 1 month ago
- 46b12f4 exec: Rename guest_{addr,range}_valid to *_untagged by Richard Henderson · 4 years, 1 month ago
- 114556c linux-user: Use guest_range_valid in access_ok by Richard Henderson · 4 years, 1 month ago
- 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years, 1 month ago
- 68f7766 linux-user: Tidy VERIFY_READ/VERIFY_WRITE by Richard Henderson · 4 years, 1 month ago
- 4feac83 linux-user: Check for overflow in access_ok by Richard Henderson · 4 years, 1 month ago
- a10b9d9 riscv: Add semihosting support by Keith Packard · 4 years, 2 months ago
- 83f990e linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes by Richard Henderson · 4 years, 5 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
- 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