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
2023-10-18
linux-user: Remap guest SIGABRT
Richard Henderson
1
-7
/
+35
2023-10-18
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
Richard Henderson
1
-1
/
+43
2023-10-18
linux-user: Split out host_sig{segv,bus}_handler
Richard Henderson
1
-60
/
+85
2023-10-18
linux-user: Simplify signal_init
Richard Henderson
1
-20
/
+22
2023-10-18
linux-user: Map unsupported signals to an out-of-bounds value
Richard Henderson
1
-34
/
+38
2023-10-18
linux-user: Only register handlers for core_dump_signal by default
Richard Henderson
1
-29
/
+14
2023-10-18
linux-user: Detect and report host crashes
Helge Deller
1
-6
/
+63
2023-10-18
linux-user: Exit not abort in die_with_backtrace
Richard Henderson
1
-1
/
+1
2023-10-18
linux-user: Split out die_with_signal
Richard Henderson
1
-24
/
+28
2023-10-18
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
1
-13
/
+17
2023-10-18
linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
Jiajie Chen
1
-0
/
+8
2023-10-18
linux-user/sh4: Fix crashes on signal delivery
Mikulas Patocka
1
-0
/
+8
2023-10-18
linux-user/mips: fix abort on integer overflow
Mikulas Patocka
1
-1
/
+3
2023-10-18
linux-user: Fixes for zero_bss
Richard Henderson
1
-13
/
+40
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
Laurent Vivier
1
-4
/
+4
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
Laurent Vivier
1
-11
/
+11
2023-10-06
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/flatload: clean up local variable shadowing
Laurent Vivier
1
-4
/
+4
2023-10-04
build: Remove --enable-gprof
Richard Henderson
2
-11
/
+0
2023-10-04
linux-user/hppa: Fix struct target_sigcontext layout
Richard Henderson
1
-1
/
+1
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2
-2
/
+2
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
1
-1
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
4
-13
/
+12
2023-09-29
linux-user/strace: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+0
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
1
-0
/
+1
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
1
-0
/
+1
2023-09-21
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
1
-0
/
+12
2023-09-21
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
1
-0
/
+44
2023-09-21
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
1
-7
/
+7
2023-09-20
Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
1
-0
/
+1
2023-09-20
target/loongarch: Add LASX data support
Song Gao
1
-0
/
+1
2023-09-19
linux-user/hppa: lock both words of function descriptor
Mikulas Patocka
1
-2
/
+3
2023-09-19
linux-user/hppa: clear the PSW 'N' bit when delivering signals
Mikulas Patocka
1
-0
/
+1
2023-09-11
linux-user/riscv: Add new extensions to hwprobe
Robbin Ehn
1
-1
/
+13
2023-09-11
linux-user/riscv: Use abi type for target_ucontext
LIU Zhiwei
1
-2
/
+2
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
27
-429
/
+818
2023-09-01
linux-user: Track shm regions with an interval tree
Richard Henderson
1
-28
/
+53
2023-09-01
linux-user: Fix shmdt
Richard Henderson
1
-3
/
+14
2023-09-01
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
1
-52
/
+46
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
3
-139
/
+146
2023-09-01
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2
-39
/
+0
2023-09-01
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+2
2023-09-01
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-09-01
linux-user: Adjust brk for load_bias
Richard Henderson
1
-1
/
+1
2023-09-01
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
1
-76
/
+114
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
1
-2
/
+4
2023-09-01
linux-user: Emulate /proc/cpuinfo for Alpha
Helge Deller
1
-1
/
+67
2023-09-01
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
4
-7
/
+233
2023-09-01
linux-user: Split out cpu/target_proc.h
Richard Henderson
22
-170
/
+226
[next]