1. b13e49b linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h by Serge Belyshev · 3 years ago
  2. 72f6926 linux-user: Move target_struct.h generic definitions to generic/ by Richard Henderson · 3 years, 1 month ago
  3. 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years, 1 month ago
  4. f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 2 months ago
  5. e068b57 linux-user: Move target_signal.h generic definitions to generic/signal.h by Song Gao · 3 years, 2 months ago
  6. 8ee8a10 linux-user/i386: Implement setup_sigtramp by Richard Henderson · 3 years, 4 months ago
  7. 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 7 months ago
  8. 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 7 months ago
  9. 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
  10. ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 3 months ago
  11. 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 4 months ago
  12. fcb6fcf linux-user: Add generic 'termbits.h' for some archs by Filip Bozuta · 4 years, 6 months ago
  13. 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
  14. 3a30446 meson: linux-user by Marc-André Lureau · 5 years ago
  15. 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 4 years, 11 months ago
  16. 8d62f35 linux-user, x86_64: add syscall table generation support by Laurent Vivier · 4 years, 11 months ago
  17. 6edf82e linux-user: x86_64: Update syscall numbers to kernel 5.5 level by Aleksandar Markovic · 5 years ago
  18. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  19. 72e21db remove space-tab sequences by Paolo Bonzini · 6 years ago
  20. e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
  21. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  22. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  23. 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
  24. 3f8258c linux-user: move i386/x86_64 cpu loop to i386 directory by Laurent Vivier · 7 years ago
  25. cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
  26. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  27. a075f31 linux-user: move i386/x86_64 signal.c parts to i386 directory by Laurent Vivier · 7 years ago
  28. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  29. 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
  30. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  31. 005eb2a linux-user: Fix target_semid_ds structure definition by Peter Maydell · 9 years ago
  32. 5b7f7bb linux-user: Fix terminal control ioctls by Timothy Pearson · 9 years ago
  33. 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 9 years ago
  34. 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 9 years ago
  35. 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 9 years ago
  36. 93a92d3 linux-user: correct timerfd_create syscall numbers by Riku Voipio · 9 years ago
  37. 7c73d2a linux-user: sync syscall numbers with kernel by Riku Voipio · 9 years ago
  38. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  39. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
  40. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
  41. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  42. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  43. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  44. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  45. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  46. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  47. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  48. 99a0949 Get rid of _t suffix by malc · 15 years ago
  49. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  50. d2fd1af x86_64 linux user emulation by bellard · 17 years ago
  51. 8d18e89 i386 TLS support by bellard · 17 years ago
  52. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  53. 8bb1f9c Provision for x86_64-linux-user target: needs get_sp_from_cpustate by j_mayer · 17 years ago
  54. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  55. 8dd77cc Update Linux kernel syscall list. by ths · 17 years ago
  56. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  57. 74aa042 Code provision for 64 bits linux user-mode targets support. by j_mayer · 18 years ago