1. 72f6926 linux-user: Move target_struct.h generic definitions to generic/ by Richard Henderson · 3 years, 1 month ago
  2. 0b25c4a linux-user/microblaze: Fix SIGFPE si_codes by Richard Henderson · 3 years, 1 month ago
  3. 23ae825 linux-user/microblaze: Use force_sig_fault by Richard Henderson · 3 years, 1 month ago
  4. 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years, 2 months ago
  5. f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 3 months ago
  6. e068b57 linux-user: Move target_signal.h generic definitions to generic/signal.h by Song Gao · 3 years, 3 months ago
  7. 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 3 months ago
  8. af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 3 months ago
  9. fd29773 target/microblaze: Make mb_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 5 months ago
  10. 8004316 linux-user/microblaze: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
  11. 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 5 months ago
  12. 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 5 months ago
  13. 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 7 months ago
  14. 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 7 months ago
  15. ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 10 months ago
  16. 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 10 months ago
  17. 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  18. ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 3 months ago
  19. 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 5 months ago
  20. 49e258d linux-user/microblaze: Remove non-rt signal frames by Richard Henderson · 4 years, 4 months ago
  21. 4fa3876 linux-user/microblaze: Implement rt signal frames by Richard Henderson · 4 years, 4 months ago
  22. f523531 target/microblaze: Convert brk and brki to decodetree by Richard Henderson · 4 years, 6 months ago
  23. 6efd559 target/microblaze: Fix width of ESR by Richard Henderson · 4 years, 6 months ago
  24. 5a8e013 target/microblaze: Split out FSR from env->sregs by Richard Henderson · 4 years, 6 months ago
  25. 78e9caf target/microblaze: Split out ESR from env->sregs by Richard Henderson · 4 years, 6 months ago
  26. 76e8187 target/microblaze: Split out PC from env->sregs by Richard Henderson · 4 years, 6 months ago
  27. fcb6fcf linux-user: Add generic 'termbits.h' for some archs by Filip Bozuta · 4 years, 7 months ago
  28. 02e5d7d linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory by Filip Bozuta · 4 years, 6 months ago
  29. 3a30446 meson: linux-user by Marc-André Lureau · 6 years ago
  30. 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 5 years ago
  31. ddf0c4c linux-user, microblaze: add syscall table generation support by Laurent Vivier · 5 years ago
  32. 381063d linux-user: microblaze: Update syscall numbers to kernel 5.5 level by Aleksandar Markovic · 5 years ago
  33. 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
  34. 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
  35. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  36. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  37. f5c7e93 target/microblaze: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  38. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  39. b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
  40. 84ca4fa linux-user: Report error message on stderr, rather than stdout by Philippe Mathieu-Daudé · 7 years ago
  41. 8f0ea81 linux-user: Do not report "syscall not implemented" by default by Philippe Mathieu-Daudé · 7 years ago
  42. 966a635 linux-user/microblaze: Fix typo in accept4 syscall by Richard Henderson · 7 years ago
  43. e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
  44. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  45. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  46. 0a22f8c target-microblaze: Make special registers 64-bit by Edgar E. Iglesias · 7 years ago
  47. 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
  48. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  49. 82e8e64 linux-user: move microblaze cpu loop to microblaze directory by Laurent Vivier · 7 years ago
  50. cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
  51. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  52. f9fb3ba linux-user: move microblaze signal.c parts to microblaze directory by Laurent Vivier · 7 years ago
  53. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  54. a31e760 linux-user: fix microblaze get_sp_from_cpustate() by Laurent Vivier · 7 years ago
  55. 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
  56. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  57. 5457dc9 linux-user: fix TARGET_NR_select by Laurent Vivier · 9 years ago
  58. 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 9 years ago
  59. 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 9 years ago
  60. 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 9 years ago
  61. 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 9 years ago
  62. 4134ecf linux-user: Support for restarting system calls for Microblaze targets by Timothy E Baldwin · 9 years ago
  63. 7c73d2a linux-user: sync syscall numbers with kernel by Riku Voipio · 9 years ago
  64. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  65. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 11 years ago
  66. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 11 years ago
  67. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  68. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  69. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  70. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  71. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  72. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  73. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  74. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  75. 99a0949 Get rid of _t suffix by malc · 15 years ago
  76. 8dfbe4e microblaze: Add syscall, signal and termbits defs for linux-user. by Edgar E. Iglesias · 16 years ago