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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-05-15
linux-user/s390x: Remove restore_sigregs return value
Richard Henderson
1
-11
/
+3
2021-05-15
linux-user/s390x: Remove PSW_ADDR_AMODE
Richard Henderson
1
-11
/
+6
2021-05-15
linux-user/s390x: Use uint16_t for signal retcode
Richard Henderson
1
-5
/
+4
2021-05-15
linux-user/s390x: Fix sigframe types
Richard Henderson
1
-13
/
+13
2021-05-15
linux-user/sparc: Implement sparc64 rt signals
Richard Henderson
2
-1
/
+28
2021-05-15
linux-user/sparc: Implement sparc32 rt signals
Richard Henderson
1
-4
/
+122
2021-05-15
linux-user/sparc: Add 64-bit support to fpu save/restore
Richard Henderson
1
-0
/
+36
2021-05-15
linux-user/sparc: Minor corrections to do_sigreturn
Richard Henderson
1
-8
/
+11
2021-05-15
linux-user/sparc: Clean up setup_frame
Richard Henderson
1
-19
/
+6
2021-05-15
linux-user/sparc: Add rwin_save to signal frame
Richard Henderson
1
-0
/
+8
2021-05-15
linux-user/sparc: Save and restore fpu in signal frame
Richard Henderson
1
-33
/
+51
2021-05-15
linux-user/sparc: Clean up get_sigframe
Richard Henderson
1
-6
/
+7
2021-05-15
linux-user/sparc: Split out save_reg_win
Richard Henderson
1
-6
/
+13
2021-05-15
linux-user/sparc: Use target_pt_regs
Richard Henderson
1
-58
/
+65
2021-05-15
linux-user/sparc: Fix the stackframe structure
Richard Henderson
1
-17
/
+21
2021-05-15
linux-user/sparc: Remove target_rt_signal_frame as unused
Richard Henderson
1
-11
/
+0
2021-05-15
linux-user/sparc: Remove target_sigcontext as unused
Richard Henderson
1
-28
/
+0
2021-05-15
linux-user/sparc: Merge sparc64/ into sparc/
Richard Henderson
14
-572
/
+0
2021-05-15
linux-user/sparc: Merge sparc64 termbits.h
Richard Henderson
1
-291
/
+1
2021-05-15
linux-user/sparc: Merge sparc64 target_structs.h
Richard Henderson
2
-79
/
+14
2021-05-15
linux-user/sparc: Merge sparc64 target_elf.h
Richard Henderson
1
-14
/
+1
2021-05-15
linux-user/sparc: Merge sparc64 target_syscall.h
Richard Henderson
2
-46
/
+32
2021-05-15
linux-user/sparc: Clean up init_thread
Richard Henderson
1
-28
/
+5
2021-05-15
linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate
Richard Henderson
2
-3
/
+8
2021-05-15
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
18
-21
/
+21
2021-05-15
linux-user: Pass CPUArchState to do_sigaltstack
Richard Henderson
3
-10
/
+7
2021-05-15
linux-user: Use target_restore_altstack in all sigreturn
Richard Henderson
16
-81
/
+18
2021-05-15
linux-user: Split out target_restore_altstack
Richard Henderson
2
-50
/
+66
2021-05-15
linux-user: Add strace support for printing arguments of llseek
Kito Cheng
2
-1
/
+5
2021-05-15
linux-user/arm: Simplify accumulating and raising fpa11 exceptions
Richard Henderson
1
-32
/
+18
2021-05-15
linux-user/arm: Do not fill in si_code for fpa11 exceptions
Richard Henderson
1
-20
/
+6
2021-05-15
linux-user/arm: Do not emulate fpa11 in thumb mode
Richard Henderson
1
-1
/
+1
2021-05-15
linux-user/arm: Split out emulate_arm_fpa11
Richard Henderson
1
-59
/
+94
2021-05-15
linux-user: strace now handles unshare syscall args correctly
Matus Kysel
2
-1
/
+19
2021-05-15
linux-user: Remove dead code
Philippe Mathieu-Daudé
1
-5
/
+0
2021-05-10
accel: move call to accel_init_interfaces
Claudio Fontana
1
-1
/
+1
2021-05-10
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
Richard Henderson
1
-0
/
+13
2021-05-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
2
-14
/
+14
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2
-2
/
+0
2021-05-04
linux-user/ppc: Fix msr updates for signal handling
Richard Henderson
2
-14
/
+14
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2
-2
/
+0
2021-05-01
Hexagon (target/hexagon) use env_archcpu and env_cpu
Taylor Simpson
1
-1
/
+1
2021-04-07
linux-user: Use signed lengths in uaccess.c
Richard Henderson
2
-12
/
+15
2021-03-29
linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0
Frédéric Fortier
1
-1
/
+1
2021-03-27
linux-user: allow NULL msg in recvfrom
Zach Reizner
1
-3
/
+8
2021-03-25
linux-user/s390x: Use the guest pointer for the sigreturn stub
Andreas Krebbel
1
-2
/
+3
2021-03-24
linux-user/riscv: initialise the TaskState heap/stack info
Alex Bennée
1
-0
/
+5
2021-03-13
linux-user/elfload: fix address calculation in fallback scenario
Vincent Fazio
1
-1
/
+2
2021-03-13
linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
Vincent Fazio
1
-2
/
+1
2021-03-13
linux-user/elfload: munmap proper address in pgd_find_hole_fallback
Vincent Fazio
1
-1
/
+1
[prev]
[next]