index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-01
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
Richard Henderson
1
-4
/
+0
2021-10-01
linux-user/xtensa: Implement setup_sigtramp
Richard Henderson
2
-20
/
+38
2021-10-01
linux-user/sparc: Implement setup_sigtramp
Richard Henderson
2
-14
/
+30
2021-10-01
linux-user/sh4: Implement setup_sigtramp
Richard Henderson
2
-18
/
+24
2021-10-01
linux-user/s390x: Implement setup_sigtramp
Richard Henderson
2
-8
/
+18
2021-10-01
linux-user/riscv: Implement setup_sigtramp
Richard Henderson
2
-9
/
+15
2021-10-01
linux-user/ppc: Implement setup_sigtramp
Richard Henderson
2
-16
/
+20
2021-10-01
linux-user/ppc: Simplify encode_trampoline
Richard Henderson
1
-4
/
+2
2021-10-01
linux-user/openrisc: Implement setup_sigtramp
Richard Henderson
2
-8
/
+16
2021-10-01
linux-user/nios2: Document non-use of setup_sigtramp
Richard Henderson
1
-0
/
+3
2021-10-01
linux-user/mips: Implement setup_sigtramp
Richard Henderson
3
-10
/
+27
2021-10-01
linux-user/mips: Tidy install_sigtramp
Richard Henderson
1
-4
/
+1
2021-10-01
linux-user/microblaze: Implement setup_sigtramp
Richard Henderson
2
-7
/
+19
2021-10-01
linux-user/m68k: Implement setup_sigtramp
Richard Henderson
2
-25
/
+24
2021-10-01
linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
Richard Henderson
1
-6
/
+5
2021-10-01
linux-user/i386: Implement setup_sigtramp
Richard Henderson
3
-18
/
+43
2021-10-01
linux-user/hppa: Document non-use of setup_sigtramp
Richard Henderson
1
-0
/
+14
2021-10-01
linux-user/hexagon: Implement setup_sigtramp
Richard Henderson
2
-2
/
+19
2021-10-01
linux-user/cris: Implement setup_sigtramp
Richard Henderson
2
-8
/
+23
2021-10-01
linux-user/alpha: Implement setup_sigtramp
Richard Henderson
2
-14
/
+21
2021-10-01
linux-user/arm: Implement setup_sigtramp
Richard Henderson
2
-71
/
+110
2021-10-01
linux-user/arm: Drop "_v2" from symbols in signal.c
Richard Henderson
1
-70
/
+45
2021-10-01
linux-user/arm: Drop v1 signal frames
Richard Henderson
1
-216
/
+4
2021-10-01
linux-user/aarch64: Implement setup_sigtramp
Richard Henderson
2
-13
/
+23
2021-10-01
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
3
-0
/
+27
2021-09-23
linux-user/aarch64: Use force_sig_fault()
Peter Maydell
1
-25
/
+8
2021-09-23
linux-user/arm: Use force_sig_fault()
Peter Maydell
1
-38
/
+15
2021-09-23
linux-user: Provide new force_sig_fault() function
Peter Maydell
2
-0
/
+18
2021-09-23
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
1
-1
/
+1
2021-09-23
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
1
-7
/
+4
2021-09-23
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
1
-0
/
+1
2021-09-23
linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
1
-0
/
+1
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
57
-413
/
+618
2021-09-16
linux-user: Check lock_user result for ip_mreq_source sockopts
Peter Maydell
1
-0
/
+3
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
1
-7
/
+0
2021-09-13
linux-user: Drop unneeded includes from qemu.h
Peter Maydell
2
-4
/
+2
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
4
-1
/
+4
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
52
-163
/
+235
2021-09-13
linux-user: Split safe-syscall macro into its own header
Peter Maydell
3
-135
/
+155
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
8
-14
/
+40
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
8
-40
/
+65
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
23
-36
/
+57
2021-09-13
linux-user: Split strace prototypes into strace.h
Peter Maydell
5
-18
/
+42
2021-09-13
linux-user: Fix coding style nits in qemu.h
Peter Maydell
1
-17
/
+30
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
1
-1
/
+1
2021-08-26
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
1
-2
/
+0
2021-08-05
linux-user/elfload: byteswap i386 registers when dumping core
Ilya Leoshkevich
1
-44
/
+44
2021-08-05
linux-user: fix guest/host address mixup in i386 setup_rt_frame()
Ilya Leoshkevich
1
-4
/
+4
2021-08-03
linux-user/s390x: signal with SIGFPE on compare-and-trap
Jonathan Albrecht
1
-20
/
+34
2021-08-03
target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
Ilya Leoshkevich
1
-1
/
+11
[next]