index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
1
-0
/
+1
*
target/arm: Implement FEAT_HBC
Peter Maydell
2023-09-21
1
-0
/
+1
*
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
2023-09-21
1
-0
/
+12
*
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
2023-09-21
1
-0
/
+44
*
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
2023-09-21
1
-7
/
+7
*
Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into staging
Stefan Hajnoczi
2023-09-20
1
-0
/
+1
|
\
|
*
target/loongarch: Add LASX data support
Song Gao
2023-09-20
1
-0
/
+1
*
|
linux-user/hppa: lock both words of function descriptor
Mikulas Patocka
2023-09-19
1
-2
/
+3
*
|
linux-user/hppa: clear the PSW 'N' bit when delivering signals
Mikulas Patocka
2023-09-19
1
-0
/
+1
|
/
*
linux-user/riscv: Add new extensions to hwprobe
Robbin Ehn
2023-09-11
1
-1
/
+13
*
linux-user/riscv: Use abi type for target_ucontext
LIU Zhiwei
2023-09-11
1
-2
/
+2
*
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-09-06
27
-429
/
+818
|
\
|
*
linux-user: Track shm regions with an interval tree
Richard Henderson
2023-09-01
1
-28
/
+53
|
*
linux-user: Fix shmdt
Richard Henderson
2023-09-01
1
-3
/
+14
|
*
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
2023-09-01
1
-52
/
+46
|
*
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
2023-09-01
3
-139
/
+146
|
*
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-09-01
2
-39
/
+0
|
*
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
2023-09-01
1
-1
/
+2
|
*
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
2023-09-01
1
-0
/
+2
|
*
linux-user: Adjust brk for load_bias
Richard Henderson
2023-09-01
1
-1
/
+1
|
*
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
2023-09-01
1
-76
/
+114
|
*
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
2023-09-01
1
-2
/
+4
|
*
linux-user: Emulate /proc/cpuinfo for Alpha
Helge Deller
2023-09-01
1
-1
/
+67
|
*
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
2023-09-01
4
-7
/
+233
|
*
linux-user: Split out cpu/target_proc.h
Richard Henderson
2023-09-01
22
-170
/
+226
*
|
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
2
-3
/
+3
|
/
*
linux-user/elfload: Enable vxe2 on s390x
Ilya Leoshkevich
2023-08-23
1
-0
/
+1
*
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
2023-08-09
1
-1
/
+12
*
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2023-08-09
2
-18
/
+12
*
linux-user: Split out do_mmap
Richard Henderson
2023-08-09
1
-17
/
+73
*
Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2023-08-08
26
-386
/
+687
|
\
|
*
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson
2023-08-08
1
-181
/
+100
|
*
linux-user: Rewrite fixed probe_guest_base
Richard Henderson
2023-08-08
1
-27
/
+161
|
*
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson
2023-08-08
1
-33
/
+17
|
*
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson
2023-08-08
1
-19
/
+0
|
*
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
2023-08-08
2
-12
/
+17
|
*
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson
2023-08-08
1
-21
/
+8
|
*
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
2023-08-08
1
-39
/
+30
|
*
linux-user: Do not adjust image mapping for host page size
Richard Henderson
2023-08-08
1
-13
/
+4
|
*
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller
2023-08-08
2
-37
/
+15
|
*
linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
Richard Henderson
2023-08-08
1
-2
/
+25
|
*
linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
Richard Henderson
2023-08-08
1
-3
/
+6
|
*
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
23
-2
/
+106
|
*
linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
21
-14
/
+167
|
*
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
2023-08-08
3
-16
/
+64
*
|
linux-user: cleanup unused linux-user/include/host directories
Paolo Bonzini
2023-08-08
3
-194
/
+138
*
|
configure: fix detection for x32 linux-user
Paolo Bonzini
2023-08-08
1
-1
/
+0
|
/
*
linux-user: Remove last_brk
Richard Henderson
2023-08-06
2
-3
/
+0
*
linux-user: Properly set image_info.brk in flatload
Richard Henderson
2023-08-06
3
-4
/
+1
*
linux-user: Do not align brk with host page size
Akihiko Odaki
2023-08-06
2
-44
/
+14
[next]