- 4ae7d11 Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging by Peter Maydell · 3 months ago
- e12fbc3 linux-user: update syscall.tbl to Linux v6.10 by Laurent Vivier · 3 months ago
- 06e2329 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only by Philippe Mathieu-Daudé · 3 months ago
- 4d6d8a0 linux-user: Move tswap_siginfo out of target code by Gustavo Romero · 10 months ago
- b63c6b9 linux-user/s390x: Add vdso by Richard Henderson · 1 year, 4 months ago
- ba02f1e linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD by Richard Henderson · 1 year, 4 months ago
- 121c8dd linux-user: Split out cpu/target_proc.h by Richard Henderson · 1 year, 4 months ago
- da2b71f linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 5 months ago
- 2d70816 linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 5 months ago
- 01b9990 linux-user/s390x: Fix single-stepping SVC by Ilya Leoshkevich · 1 year, 8 months ago
- 2941e0f linux-user/s390x: Save/restore fpc when handling a signal by Ilya Leoshkevich · 2 years, 4 months ago
- 9f22020 linux-user: Provide MADV_* definitions by Ilya Leoshkevich · 2 years, 4 months ago
- 9a12adc linux-user/s390x: Fix unwinding from signal handlers by Ilya Leoshkevich · 2 years, 8 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
- b13e49b linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h by Serge Belyshev · 2 years, 11 months ago
- 8f0bebe linux-user/s390x: Use force_sig_fault by Richard Henderson · 3 years ago
- 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years ago
- f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 1 month ago
- e068b57 linux-user: Move target_signal.h generic definitions to generic/signal.h by Song Gao · 3 years, 1 month ago
- 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 1 month ago
- af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 1 month ago
- c8e7fef target/s390x: Implement s390_cpu_record_sigsegv by Richard Henderson · 3 years, 3 months ago
- 31330e6 linux-user/s390x: Implement setup_sigtramp by Richard Henderson · 3 years, 3 months ago
- 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 4 months ago
- 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 4 months ago
- ccb5f27 linux-user/s390x: signal with SIGFPE on compare-and-trap by Jonathan Albrecht · 3 years, 6 months ago
- 54ba216 target/s390x: Fix SIGILL and SIGFPE psw.addr reporting by Ilya Leoshkevich · 3 years, 6 months ago
- 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 6 months ago
- 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 10b8127 linux-user/s390x: Save and restore psw.mask properly by Richard Henderson · 3 years, 6 months ago
- 0b16f04 linux-user/s390x: Handle vector regs in signal stack by Richard Henderson · 3 years, 8 months ago
- 79d6f2b linux-user/s390x: Clean up signal.c by Richard Henderson · 3 years, 8 months ago
- 9e0fb64 linux-user/s390x: Add build asserts for sigset sizes by Richard Henderson · 3 years, 8 months ago
- ac1a92e linux-user/s390x: Fix frame_addr corruption in setup_frame by Richard Henderson · 3 years, 8 months ago
- 6c18757 linux-user/s390x: Add stub sigframe argument for last_break by Richard Henderson · 3 years, 8 months ago
- 7e53555 linux-user/s390x: Set psw.mask properly for the signal handler by Richard Henderson · 3 years, 8 months ago
- 2080734 linux-user/s390x: Clean up single-use gotos in signal.c by Richard Henderson · 3 years, 8 months ago
- 8283949 linux-user/s390x: Tidy save_sigregs by Richard Henderson · 3 years, 8 months ago
- bb17fc5 linux-user/s390x: Use tswap_sigset in setup_rt_frame by Richard Henderson · 3 years, 8 months ago
- 4e4a082 linux-user/s390x: Fix sigcontext sregs value by Richard Henderson · 3 years, 8 months ago
- bd45be9 linux-user/s390x: Fix trace in restore_regs by Richard Henderson · 3 years, 8 months ago
- e6f960f linux-user/s390x: Remove restore_sigregs return value by Richard Henderson · 3 years, 8 months ago
- 915c69d linux-user/s390x: Remove PSW_ADDR_AMODE by Richard Henderson · 3 years, 8 months ago
- cb1f198 linux-user/s390x: Use uint16_t for signal retcode by Richard Henderson · 3 years, 8 months ago
- 5d79bd1 linux-user/s390x: Fix sigframe types by Richard Henderson · 3 years, 8 months ago
- ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 8 months ago
- 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 8 months ago
- 23fff7a linux-user/s390x: Use the guest pointer for the sigreturn stub by Andreas Krebbel · 3 years, 9 months ago
- 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 2 months ago
- 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 3 months ago
- fcb6fcf linux-user: Add generic 'termbits.h' for some archs by Filip Bozuta · 4 years, 5 months ago
- 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
- 3a30446 meson: linux-user by Marc-André Lureau · 5 years ago
- 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 4 years, 10 months ago
- 318f371 linux-user, s390x: add syscall table generation support by Laurent Vivier · 4 years, 10 months ago
- b632d67 linux-user, s390x: remove syscall definitions for !TARGET_S390X by Laurent Vivier · 4 years, 10 months ago
- 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
- 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
- f91005e Supply missing header guards by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- dc79e92 target/s390x: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
- 4f83d7d s390x: Use uint64_t for vector registers by David Hildenbrand · 6 years ago
- 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
- 44699e1 s390x: Fix the confusing contributions-after-2012 license statements by Thomas Huth · 6 years ago
- b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
- e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
- 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
- 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
- 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
- 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
- a5fd8ee linux-user: move s390x cpu loop to s390x directory by Laurent Vivier · 7 years ago
- cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
- cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
- 4c4c73e linux-user: move s390x signal.c parts to s390x directory by Laurent Vivier · 7 years ago
- befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
- 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
- 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
- 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 8 years ago
- 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 8 years ago
- 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 8 years ago
- 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 8 years ago
- 47405ab linux-user: Support for restarting system calls for S390 targets by Timothy E Baldwin · 9 years ago
- 7c73d2a linux-user: sync syscall numbers with kernel by Riku Voipio · 9 years ago
- 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
- 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
- 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
- cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
- 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
- 19a894b linux-user: fixed s390x clone() argument order by Pavel Zbitskiy · 11 years ago
- 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
- 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 11 years ago
- 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
- d5a103c target-s390: Reorg exception handling by Richard Henderson · 12 years ago
- d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
- a4c075f s390x: s390x-linux-user support by Ulrich Hecht · 15 years ago