1. b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
  2. e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
  3. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  4. 050a1ba linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h by Laurent Vivier · 7 years ago
  5. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  6. 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
  7. 7f254c5 linux-user: remove useless padding in flock64 structure by Laurent Vivier · 7 years ago
  8. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  9. e8fa729 linux-user: ARM-FDPIC: Add support for signals for FDPIC targets by Christophe Lyon · 7 years ago
  10. 62aaa51 linux-user: Add ARM get_tls syscall support by Christophe Lyon · 7 years ago
  11. d967351 linux-user: move arm cpu loop to arm directory by Laurent Vivier · 7 years ago
  12. cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
  13. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  14. 5f76459 linux-user: move arm signal.c parts to arm directory by Laurent Vivier · 7 years ago
  15. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  16. 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
  17. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  18. 5796485 linux-user/arm/nwfpe: Check coprocessor number for FPA emulation by Peter Maydell · 7 years ago
  19. 18e80c5 linux-user: Tidy and enforce reserved_va initialization by Richard Henderson · 7 years ago
  20. 5457dc9 linux-user: fix TARGET_NR_select by Laurent Vivier · 8 years ago
  21. ee8e761 linux-user: Use correct target SHMLBA in shmat() by Peter Maydell · 8 years ago
  22. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 8 years ago
  23. 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 8 years ago
  24. 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 8 years ago
  25. 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 8 years ago
  26. 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 8 years ago
  27. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 8 years ago
  28. 167e4cd linux-user: arm: Remove ARM_cpsr and similar #defines by Peter Maydell · 9 years ago
  29. f0267ef linux-user: Support for restarting system calls for ARM targets by Timothy E Baldwin · 9 years ago
  30. 50866ba target-arm: Add write_type argument to cpsr_write() by Peter Maydell · 9 years ago
  31. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  32. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  33. d39594e linux-user: Clean up includes by Peter Maydell · 9 years ago
  34. 9763af0 Add missing syscall nrs. according to more recent Linux kernels by Johan Ouwerkerk · 9 years ago
  35. d82322e linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create by Timothy Baldwin · 10 years ago
  36. b8d4328 linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs by Mikhail Ilyin · 10 years ago
  37. 1af2ee0 linux-user/arm/nwfpe: Delete unused aCC array by Peter Maydell · 10 years ago
  38. 54bf36e target-arm: make c13 cp regs banked (FCSEIDR, ...) by Fabian Aggeler · 10 years ago
  39. 40645c7 linux-user: Enable epoll_pwait syscall for ARM by Peter Maydell · 10 years ago
  40. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
  41. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
  42. d535508 Add support for the arm breakpoint syscall by Hunter Laux · 11 years ago
  43. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  44. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  45. e4fe830 target-arm: Widen thread-local register state fields to 64 bits by Peter Maydell · 11 years ago
  46. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  47. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 11 years ago
  48. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  49. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  50. 24c35a5 linux-user: Merge pread/pwrite into pread64/pwrite64 by Peter Maydell · 12 years ago
  51. 7fc5152 build: move *-user/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  52. d1b02ea linux-user/arm/syscall_nr.h: Add syscall number for ppoll by Peter Maydell · 13 years ago
  53. 75dfbc1 linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters by Peter Maydell · 13 years ago
  54. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 13 years ago
  55. 7cb4db8 linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC by Peter Maydell · 14 years ago
  56. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  57. 005e1a0 linux-user/arm: fix compilation failures using softfloat's struct types by Peter Maydell · 14 years ago
  58. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  59. 3ebe80c linux-user: Fix incorrect NaN detection in ARM nwfpe emulation by Peter Maydell · 14 years ago
  60. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  61. 7270547 linux-user: Add the syscall id for pselect6 on ARM by Michael Casadevall · 15 years ago
  62. 70539e1 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  63. 22e4104 linux-user: fix up oversealous nitpicking by Michael S. Tsirkin · 15 years ago
  64. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  65. 99a0949 Get rid of _t suffix by malc · 15 years ago
  66. 5d02482 linux-user: fix old style decrement usage by Michael S. Tsirkin · 15 years ago
  67. 86178a5 static and inline should came before the type of the functions by Juan Quintela · 15 years ago
  68. d4fa8d9 Export tables properly to avoid a Sparse warning by Blue Swirl · 15 years ago
  69. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  70. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  71. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  72. 65a650c Fix compiler warnings in nwfpe code. by Paul Brook · 16 years ago
  73. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  74. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  75. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  76. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  77. fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
  78. 3ebdd11 Move target-arm/nwfpe into linux-user/arm/nwfpe by aurel32 · 17 years ago
  79. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  80. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  81. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  82. 8dd77cc Update Linux kernel syscall list. by ths · 17 years ago
  83. f05d35d Sync termbits.h with current Linux kernel. by ths · 17 years ago
  84. 08f396d Add missing ARM syscall numbers. by pbrook · 18 years ago
  85. 192c7bd ARM Thumb syscalls (Paul Brook) by bellard · 20 years ago
  86. a4f8197 ARM "Angel" semihosting syscalls (Paul Brook) by bellard · 20 years ago
  87. 99c475a armv5te support (Paul Brook) by bellard · 20 years ago
  88. 978a66f utimes() support by bellard · 20 years ago
  89. cf720db uname fix by bellard · 20 years ago
  90. 6f1f31c ARM cache flush support (untested) - '-d' option fix by bellard · 21 years ago
  91. 3bfd9da termios support for SPARC and PPC by bellard · 21 years ago
  92. 2c0262a new directory structure by bellard · 21 years ago