1. 2732c73 linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 by fanwj@mail.ustc.edu.cn · 2 years ago
  2. bd5ccd6 linux-user: Add guest memory layout to exception dump by Helge Deller · 2 years, 3 months ago
  3. 5d24567 linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate by Paolo Bonzini · 2 years, 3 months ago
  4. 2796f29 linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation by Paolo Bonzini · 2 years, 4 months ago
  5. 5154d35 linux-user: i386/signal: move fpstate at the end of the 32-bit frames by Paolo Bonzini · 2 years, 4 months ago
  6. 9f22020 linux-user: Provide MADV_* definitions by Ilya Leoshkevich · 2 years, 5 months ago
  7. d135f78 linux-user: use 'max' instead of 'qemu32' / 'qemu64' by default by Daniel P. Berrangé · 2 years, 4 months ago
  8. 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 7 months ago
  9. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 10 months ago
  10. cdf06ce linux-user: Add missing "qemu/timer.h" include by Philippe Mathieu-Daudé · 3 years ago
  11. b13e49b linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h by Serge Belyshev · 3 years ago
  12. 72f6926 linux-user: Move target_struct.h generic definitions to generic/ by Richard Henderson · 3 years, 1 month ago
  13. d08d6d6 linux-user/i386: Use force_sig, force_sig_fault by Richard Henderson · 3 years ago
  14. 1ade5b2 linux-user/i386: Split out maybe_handle_vm86_trap by Richard Henderson · 3 years ago
  15. 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years, 1 month ago
  16. f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 2 months ago
  17. e068b57 linux-user: Move target_signal.h generic definitions to generic/signal.h by Song Gao · 3 years, 2 months ago
  18. 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 2 months ago
  19. af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 2 months ago
  20. db20554 linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set by Richard Henderson · 3 years, 4 months ago
  21. 8ee8a10 linux-user/i386: Implement setup_sigtramp by Richard Henderson · 3 years, 4 months ago
  22. 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 5 months ago
  23. 5423e6d linux-user: Split mmap prototypes into user-mmap.h by Peter Maydell · 3 years, 5 months ago
  24. 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 5 months ago
  25. 0c40c18 linux-user: fix guest/host address mixup in i386 setup_rt_frame() by Ilya Leoshkevich · 3 years, 6 months ago
  26. 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 7 months ago
  27. 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 7 months ago
  28. ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 9 months ago
  29. 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 9 months ago
  30. c7169b0 linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged by Richard Henderson · 4 years ago
  31. 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years ago
  32. 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
  33. ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 3 months ago
  34. 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 4 months ago
  35. fcb6fcf linux-user: Add generic 'termbits.h' for some archs by Filip Bozuta · 4 years, 6 months ago
  36. 02e5d7d linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory by Filip Bozuta · 4 years, 5 months ago
  37. 3a30446 meson: linux-user by Marc-André Lureau · 5 years ago
  38. b26491b linux-user/i386: Emulate x86_64 vsyscalls by Richard Henderson · 5 years ago
  39. acf768a linux-user/i386: Split out gen_signal by Richard Henderson · 5 years ago
  40. 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 4 years, 11 months ago
  41. 2898811 linux-user, i386: add syscall table generation support by Laurent Vivier · 4 years, 11 months ago
  42. 9d12f79 linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl by Laurent Vivier · 4 years, 11 months ago
  43. 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
  44. 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
  45. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  46. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  47. 6aa9e42 target/i386: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  48. b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
  49. e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
  50. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  51. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  52. 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
  53. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  54. 3f8258c linux-user: move i386/x86_64 cpu loop to i386 directory by Laurent Vivier · 7 years ago
  55. cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
  56. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  57. a075f31 linux-user: move i386/x86_64 signal.c parts to i386 directory by Laurent Vivier · 7 years ago
  58. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  59. 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
  60. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  61. 5457dc9 linux-user: fix TARGET_NR_select by Laurent Vivier · 9 years ago
  62. 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 9 years ago
  63. 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 9 years ago
  64. 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 9 years ago
  65. 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 9 years ago
  66. 93a92d3 linux-user: correct timerfd_create syscall numbers by Riku Voipio · 9 years ago
  67. 7c73d2a linux-user: sync syscall numbers with kernel by Riku Voipio · 9 years ago
  68. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  69. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
  70. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
  71. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  72. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  73. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  74. 2667e71 linux-user: Enable NPTL for x86-64 by Peter Maydell · 12 years ago
  75. bc22eb4 linux-user: Add i386 TLS setter by Alexander Graf · 12 years ago
  76. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  77. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  78. 24c35a5 linux-user: Merge pread/pwrite into pread64/pwrite64 by Peter Maydell · 12 years ago
  79. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  80. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  81. 99a0949 Get rid of _t suffix by malc · 15 years ago
  82. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  83. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  84. 8d18e89 i386 TLS support by bellard · 17 years ago
  85. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  86. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  87. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  88. 8dd77cc Update Linux kernel syscall list. by ths · 17 years ago
  89. f05d35d Sync termbits.h with current Linux kernel. by ths · 17 years ago
  90. 4f2b1fe Implement set_robust_list, by Alexander Graf. by ths · 18 years ago
  91. 7145557 Implement tgkill, by Alexander Graf. by ths · 18 years ago
  92. 3eb6b04 Semaphore structure mapping, by Stuart Anderson. by ths · 18 years ago
  93. 978a66f utimes() support by bellard · 20 years ago
  94. cf720db uname fix by bellard · 20 years ago
  95. 3bfd9da termios support for SPARC and PPC by bellard · 21 years ago
  96. 2c0262a new directory structure by bellard · 21 years ago