index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-10-21
2
-2
/
+2
*
linux-user: Fix XER access in ppc version of elf_core_copy_regs
Matheus Ferst
2021-10-21
1
-1
/
+1
*
linux-user/ppc: Fix XER access in save/restore_user_regs
Matheus Ferst
2021-10-21
1
-3
/
+6
*
meson: *-user: only descend into *-user when configured
Warner Losh
2021-10-18
1
-0
/
+4
*
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
Richard Henderson
2021-10-01
1
-4
/
+0
*
linux-user/xtensa: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-20
/
+38
*
linux-user/sparc: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-14
/
+30
*
linux-user/sh4: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-18
/
+24
*
linux-user/s390x: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-8
/
+18
*
linux-user/riscv: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-9
/
+15
*
linux-user/ppc: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-16
/
+20
*
linux-user/ppc: Simplify encode_trampoline
Richard Henderson
2021-10-01
1
-4
/
+2
*
linux-user/openrisc: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-8
/
+16
*
linux-user/nios2: Document non-use of setup_sigtramp
Richard Henderson
2021-10-01
1
-0
/
+3
*
linux-user/mips: Implement setup_sigtramp
Richard Henderson
2021-10-01
3
-10
/
+27
*
linux-user/mips: Tidy install_sigtramp
Richard Henderson
2021-10-01
1
-4
/
+1
*
linux-user/microblaze: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-7
/
+19
*
linux-user/m68k: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-25
/
+24
*
linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
Richard Henderson
2021-10-01
1
-6
/
+5
*
linux-user/i386: Implement setup_sigtramp
Richard Henderson
2021-10-01
3
-18
/
+43
*
linux-user/hppa: Document non-use of setup_sigtramp
Richard Henderson
2021-10-01
1
-0
/
+14
*
linux-user/hexagon: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-2
/
+19
*
linux-user/cris: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-8
/
+23
*
linux-user/alpha: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-14
/
+21
*
linux-user/arm: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-71
/
+110
*
linux-user/arm: Drop "_v2" from symbols in signal.c
Richard Henderson
2021-10-01
1
-70
/
+45
*
linux-user/arm: Drop v1 signal frames
Richard Henderson
2021-10-01
1
-216
/
+4
*
linux-user/aarch64: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-13
/
+23
*
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
2021-10-01
3
-0
/
+27
*
linux-user/aarch64: Use force_sig_fault()
Peter Maydell
2021-09-23
1
-25
/
+8
*
linux-user/arm: Use force_sig_fault()
Peter Maydell
2021-09-23
1
-38
/
+15
*
linux-user: Provide new force_sig_fault() function
Peter Maydell
2021-09-23
2
-0
/
+18
*
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
2021-09-23
1
-1
/
+1
*
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
2021-09-23
1
-7
/
+4
*
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
2021-09-16
57
-413
/
+618
|
\
|
*
linux-user: Check lock_user result for ip_mreq_source sockopts
Peter Maydell
2021-09-16
1
-0
/
+3
|
*
linux-user: Drop unneeded includes from qemu.h
Peter Maydell
2021-09-13
2
-4
/
+2
|
*
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
4
-1
/
+4
|
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
52
-163
/
+235
|
*
linux-user: Split safe-syscall macro into its own header
Peter Maydell
2021-09-13
3
-135
/
+155
|
*
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
8
-14
/
+40
|
*
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
8
-40
/
+65
|
*
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-13
23
-36
/
+57
|
*
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-09-13
5
-18
/
+42
|
*
linux-user: Fix coding style nits in qemu.h
Peter Maydell
2021-09-13
1
-17
/
+30
*
|
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
2021-09-14
1
-7
/
+0
|
/
*
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
2021-09-02
1
-1
/
+1
*
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
2021-08-26
1
-2
/
+0
[next]