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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
1
-36
/
+27
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 staging
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/qemu-hppa into staging
Peter Maydell
3
-12
/
+65
2023-07-18
linux-user: Fix qemu-arm to run static armhf binaries
Helge Deller
1
-0
/
+7
2023-07-18
linux-user: Fix strace output for old_mmap
Helge Deller
1
-3
/
+44
2023-07-18
linux-user: Fix signed math overflow in brk() syscall
Helge Deller
1
-2
/
+3
2023-07-18
linux-user: Prohibit brk() to to shrink below initial heap address
Helge Deller
1
-1
/
+7
2023-07-18
linux-user: Fix qemu brk() to not zero bytes on current page
Helge Deller
1
-6
/
+4
2023-07-18
linux-user/elfload: Fix /proc/cpuinfo features: on s390x
Ilya Leoshkevich
1
-19
/
+22
2023-07-17
linux-user: Remove pointless NULL check in clock_adjtime handling
Peter Maydell
1
-7
/
+5
2023-07-15
linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
Philippe Mathieu-Daudé
1
-4
/
+17
2023-07-15
linux-user: Drop uint and ulong
Juan Quintela
1
-4
/
+4
2023-07-15
linux-user: Simplify target_madvise
Richard Henderson
1
-15
/
+4
2023-07-15
linux-user: Remove can_passthrough_madvise
Richard Henderson
1
-21
/
+3
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
2
-2
/
+2
2023-07-15
linux-user: Simplify target_munmap
Richard Henderson
1
-43
/
+4
2023-07-15
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
1
-13
/
+16
2023-07-15
linux-user: Rewrite mmap_reserve
Richard Henderson
1
-26
/
+42
2023-07-15
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
1
-22
/
+23
2023-07-15
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
1
-46
/
+6
2023-07-15
linux-user: Rewrite mmap_frag
Richard Henderson
1
-59
/
+60
2023-07-15
linux-user: Rewrite target_mprotect
Richard Henderson
1
-38
/
+66
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
3
-8
/
+10
2023-07-15
linux-user: Split out target_to_host_prot
Richard Henderson
1
-34
/
+44
2023-07-15
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
1
-3
/
+11
2023-07-15
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson
2
-14
/
+28
2023-07-15
linux-user: Split TARGET_PROT_* out of syscall_defs.h
Richard Henderson
5
-12
/
+17
2023-07-15
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
9
-85
/
+128
2023-07-15
linux-user/strace: Expand struct flags to hold a mask
Richard Henderson
1
-18
/
+22
[prev]
[next]