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
...
*
linux-user/sparc: Clean up setup_frame
Richard Henderson
2021-05-15
1
-19
/
+6
*
linux-user/sparc: Add rwin_save to signal frame
Richard Henderson
2021-05-15
1
-0
/
+8
*
linux-user/sparc: Save and restore fpu in signal frame
Richard Henderson
2021-05-15
1
-33
/
+51
*
linux-user/sparc: Clean up get_sigframe
Richard Henderson
2021-05-15
1
-6
/
+7
*
linux-user/sparc: Split out save_reg_win
Richard Henderson
2021-05-15
1
-6
/
+13
*
linux-user/sparc: Use target_pt_regs
Richard Henderson
2021-05-15
1
-58
/
+65
*
linux-user/sparc: Fix the stackframe structure
Richard Henderson
2021-05-15
1
-17
/
+21
*
linux-user/sparc: Remove target_rt_signal_frame as unused
Richard Henderson
2021-05-15
1
-11
/
+0
*
linux-user/sparc: Remove target_sigcontext as unused
Richard Henderson
2021-05-15
1
-28
/
+0
*
linux-user/sparc: Merge sparc64/ into sparc/
Richard Henderson
2021-05-15
14
-572
/
+0
*
linux-user/sparc: Merge sparc64 termbits.h
Richard Henderson
2021-05-15
1
-291
/
+1
*
linux-user/sparc: Merge sparc64 target_structs.h
Richard Henderson
2021-05-15
2
-79
/
+14
*
linux-user/sparc: Merge sparc64 target_elf.h
Richard Henderson
2021-05-15
1
-14
/
+1
*
linux-user/sparc: Merge sparc64 target_syscall.h
Richard Henderson
2021-05-15
2
-46
/
+32
*
linux-user/sparc: Clean up init_thread
Richard Henderson
2021-05-15
1
-28
/
+5
*
linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate
Richard Henderson
2021-05-15
2
-3
/
+8
*
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
2021-05-15
18
-21
/
+21
*
linux-user: Pass CPUArchState to do_sigaltstack
Richard Henderson
2021-05-15
3
-10
/
+7
*
linux-user: Use target_restore_altstack in all sigreturn
Richard Henderson
2021-05-15
16
-81
/
+18
*
linux-user: Split out target_restore_altstack
Richard Henderson
2021-05-15
2
-50
/
+66
*
linux-user: Add strace support for printing arguments of llseek
Kito Cheng
2021-05-15
2
-1
/
+5
*
linux-user/arm: Simplify accumulating and raising fpa11 exceptions
Richard Henderson
2021-05-15
1
-32
/
+18
*
linux-user/arm: Do not fill in si_code for fpa11 exceptions
Richard Henderson
2021-05-15
1
-20
/
+6
*
linux-user/arm: Do not emulate fpa11 in thumb mode
Richard Henderson
2021-05-15
1
-1
/
+1
*
linux-user/arm: Split out emulate_arm_fpa11
Richard Henderson
2021-05-15
1
-59
/
+94
*
linux-user: strace now handles unshare syscall args correctly
Matus Kysel
2021-05-15
2
-1
/
+19
*
linux-user: Remove dead code
Philippe Mathieu-Daudé
2021-05-15
1
-5
/
+0
*
accel: move call to accel_init_interfaces
Claudio Fontana
2021-05-10
1
-1
/
+1
*
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
Richard Henderson
2021-05-10
1
-0
/
+13
*
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
2021-05-05
2
-14
/
+14
|
\
|
*
linux-user/ppc: Fix msr updates for signal handling
Richard Henderson
2021-05-04
2
-14
/
+14
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-05
2
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
*
|
Hexagon (target/hexagon) use env_archcpu and env_cpu
Taylor Simpson
2021-05-01
1
-1
/
+1
|
/
*
linux-user: Use signed lengths in uaccess.c
Richard Henderson
2021-04-07
2
-12
/
+15
*
linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0
Frédéric Fortier
2021-03-29
1
-1
/
+1
*
linux-user: allow NULL msg in recvfrom
Zach Reizner
2021-03-27
1
-3
/
+8
*
linux-user/s390x: Use the guest pointer for the sigreturn stub
Andreas Krebbel
2021-03-25
1
-2
/
+3
*
linux-user/riscv: initialise the TaskState heap/stack info
Alex Bennée
2021-03-24
1
-0
/
+5
*
linux-user/elfload: fix address calculation in fallback scenario
Vincent Fazio
2021-03-13
1
-1
/
+2
*
linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
Vincent Fazio
2021-03-13
1
-2
/
+1
*
linux-user/elfload: munmap proper address in pgd_find_hole_fallback
Vincent Fazio
2021-03-13
1
-1
/
+1
*
linux-user: manage binfmt-misc preserve-arg[0] flag
Laurent Vivier
2021-03-13
1
-0
/
+24
*
linux-user: Fix executable page of /proc/self/maps
Nicolas Surbayrole
2021-03-13
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
2021-03-11
4
-4
/
+4
|
\
|
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
4
-4
/
+4
*
|
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
2021-03-10
13
-1007
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove deprecated target tilegx
Thomas Huth
2021-03-09
13
-1007
/
+2
*
|
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
3
-11
/
+16
|
/
*
Hexagon (linux-user/hexagon) Linux user emulation
Taylor Simpson
2021-02-18
14
-0
/
+1011
[prev]
[next]