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
2024-03-12
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
1
-2
/
+2
2024-03-08
linux-user/riscv: Add Ztso extension to hwprobe
Christoph Müllner
1
-0
/
+3
2024-03-08
linux-user/riscv: Sync hwprobe keys with Linux
Christoph Müllner
1
-8
/
+92
2024-03-08
linux-user/riscv: Add Zicboz extensions to hwprobe
Christoph Müllner
1
-0
/
+3
2024-03-06
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
1
-1
/
+1
2024-03-06
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
1
-1
/
+1
2024-03-06
{linux,bsd}-user: Pass pid to fork_end()
Ilya Leoshkevich
3
-5
/
+7
2024-03-06
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
1
-0
/
+1
2024-03-06
{linux,bsd}-user: Update ts_tid after fork()
Ilya Leoshkevich
1
-0
/
+1
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
18
-53
/
+58
2024-03-01
linux-user: Rewrite target_shmat
Richard Henderson
1
-33
/
+133
2024-03-01
linux-user: Add strace for shmat
Richard Henderson
2
-1
/
+25
2024-02-29
linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA
Richard Henderson
1
-7
/
+0
2024-02-29
linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}
Richard Henderson
1
-0
/
+16
2024-02-29
linux-user: Remove pgb_dynamic alignment assertion
Richard Henderson
1
-2
/
+0
2024-02-29
linux-user: Bound mmap_min_addr by host page size
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user: Allow TARGET_PAGE_BITS_VARY
Richard Henderson
1
-3
/
+13
2024-02-29
*-user: Deprecate and disable -p pagesize
Richard Henderson
1
-6
/
+6
2024-02-29
linux-user: Split out mmap_h_gt_g
Richard Henderson
1
-149
/
+139
2024-02-29
linux-user: Split out mmap_h_lt_g
Richard Henderson
1
-31
/
+153
2024-02-29
linux-user: Split out mmap_h_eq_g
Richard Henderson
1
-13
/
+55
2024-02-29
linux-user: Use do_munmap for target_mmap failure
Richard Henderson
1
-3
/
+3
2024-02-29
linux-user: Split out do_munmap
Richard Henderson
1
-7
/
+16
2024-02-29
linux-user: Do early mmap placement only for reserved_va
Richard Henderson
1
-5
/
+7
2024-02-29
linux-user: Split out mmap_end
Richard Henderson
1
-30
/
+41
2024-02-29
linux-user: Fix sub-host-page mmap
Richard Henderson
1
-3
/
+2
2024-02-29
linux-user: Move some mmap checks outside the lock
Richard Henderson
1
-54
/
+53
2024-02-29
linux-user: Split out target_mmap__locked
Richard Henderson
1
-27
/
+35
2024-02-29
linux-user: Remove qemu_host_page_size from main
Richard Henderson
1
-4
/
+6
2024-02-29
linux-user: Remove HOST_PAGE_ALIGN from mmap.c
Richard Henderson
1
-7
/
+6
2024-02-29
linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} from mmap.c
Richard Henderson
1
-33
/
+33
2024-02-29
linux-user: Remove qemu_host_page_size from elf_core_dump
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
1
-5
/
+8
2024-02-29
linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
1
-6
/
+10
2024-02-29
linux-user/hppa: Simplify init_guest_commpage
Richard Henderson
1
-10
/
+14
2024-02-29
linux-user: Remove qemu_host_page_size from create_elf_tables
Richard Henderson
1
-7
/
+1
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
Richard Henderson
1
-2
/
+2
2024-02-29
linux-user: Adjust SVr4 NULL page mapping
Richard Henderson
1
-2
/
+3
2024-02-29
linux-user/elfload: Unprotect regions before core dump
Richard Henderson
1
-0
/
+22
2024-02-29
linux-user/elfload: Rely on walk_memory_regions for vmas
Richard Henderson
1
-135
/
+78
2024-02-29
linux-user/elfload: Simplify vma_dump_size
Richard Henderson
1
-24
/
+10
2024-02-29
linux-user/elfload: Write process memory to core file in larger chunks
Richard Henderson
1
-23
/
+4
2024-02-29
linux-user/elfload: Write corefile elf header in one block
Richard Henderson
1
-300
/
+116
2024-02-29
linux-user/elfload: Size corefile before opening
Richard Henderson
1
-39
/
+44
2024-02-29
linux-user/elfload: Lock cpu list and mmap during elf_core_dump
Richard Henderson
1
-6
/
+9
2024-02-29
linux-user/elfload: Truncate core file on open
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user/elfload: Open core file after vma_init
Richard Henderson
1
-7
/
+9
2024-02-29
linux-user/elfload: Latch errno before cleanup in elf_core_dump
Richard Henderson
1
-7
/
+5
2024-02-29
linux-user/elfload: Stack allocate struct mm_struct
Richard Henderson
1
-19
/
+9
[next]