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
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
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2
-3
/
+3
2023-08-23
linux-user/elfload: Enable vxe2 on s390x
Ilya Leoshkevich
1
-0
/
+1
2023-08-09
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
1
-1
/
+12
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2
-18
/
+12
2023-08-09
linux-user: Split out do_mmap
Richard Henderson
1
-17
/
+73
2023-08-08
Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
26
-386
/
+687
2023-08-08
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson
1
-181
/
+100
2023-08-08
linux-user: Rewrite fixed probe_guest_base
Richard Henderson
1
-27
/
+161
2023-08-08
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson
1
-33
/
+17
2023-08-08
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson
1
-19
/
+0
2023-08-08
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
2
-12
/
+17
2023-08-08
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson
1
-21
/
+8
2023-08-08
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
1
-39
/
+30
2023-08-08
linux-user: Do not adjust image mapping for host page size
Richard Henderson
1
-13
/
+4
2023-08-08
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller
2
-37
/
+15
2023-08-08
linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
Richard Henderson
1
-2
/
+25
2023-08-08
linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
Richard Henderson
1
-3
/
+6
2023-08-08
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
23
-2
/
+106
2023-08-08
linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
Richard Henderson
21
-14
/
+167
2023-08-08
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
3
-16
/
+64
2023-08-08
linux-user: cleanup unused linux-user/include/host directories
Paolo Bonzini
3
-194
/
+138
2023-08-08
configure: fix detection for x32 linux-user
Paolo Bonzini
1
-1
/
+0
2023-08-06
linux-user: Remove last_brk
Richard Henderson
2
-3
/
+0
2023-08-06
linux-user: Properly set image_info.brk in flatload
Richard Henderson
3
-4
/
+1
2023-08-06
linux-user: Do not align brk with host page size
Akihiko Odaki
2
-44
/
+14
2023-08-06
linux-user: Do nothing if too small brk is specified
Akihiko Odaki
1
-3
/
+3
2023-08-06
linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
Akihiko Odaki
1
-13
/
+2
2023-08-06
linux-user: Do not call get_errno() in do_brk()
Akihiko Odaki
1
-3
/
+3
2023-08-06
linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
Akihiko Odaki
1
-5
/
+17
2023-08-06
linux-user: Unset MAP_FIXED_NOREPLACE for host
Akihiko Odaki
1
-5
/
+20
2023-08-06
linux-user/elfload: Set V in ELF_HWCAP for RISC-V
Nathan Egge
1
-1
/
+2
2023-07-31
linux-user/armeb: Fix __kernel_cmpxchg() for armeb
Helge Deller
1
-2
/
+7
2023-07-24
Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...
Peter Maydell
1
-7
/
+0
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
1
-0
/
+1
2023-07-22
Revert "linux-user: Fix qemu-arm to run static armhf binaries"
Michael Tokarev
1
-7
/
+0
2023-07-20
Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...
Peter Maydell
3
-13
/
+66
[next]