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-07-01
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
1
-4
/
+10
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
1
-30
/
+27
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
1
-4
/
+5
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
1
-1
/
+9
2023-06-10
linux-user: elfload: Specify -R is an option for qemu-user binaries
Andrew Jeffery
1
-1
/
+2
2023-06-10
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
Andrew Jeffery
1
-1
/
+1
2023-06-10
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Peter Maydell
1
-2
/
+2
2023-06-09
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Michael Tokarev
1
-4
/
+4
2023-06-05
linux-user: Emulate /proc/cpuinfo on s390x
Ilya Leoshkevich
1
-2
/
+104
2023-06-05
linux-user/elfload: Introduce elf_hwcap_str() on s390x
Ilya Leoshkevich
2
-0
/
+28
2023-06-05
linux-user/elfload: Expose get_elf_hwcap() on s390x
Ilya Leoshkevich
2
-1
/
+5
2023-06-05
linux-user/s390x: Fix single-stepping SVC
Ilya Leoshkevich
1
-0
/
+9
2023-05-18
Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into staging
Richard Henderson
2
-5
/
+18
2023-05-18
Hexagon (linux-user/hexagon): handle breakpoints
Matheus Tavares Bernardino
1
-0
/
+3
2023-05-18
Hexagon: append eflags to unknown cpu model string
Matheus Tavares Bernardino
1
-1
/
+6
2023-05-18
Hexagon (target/hexagon) Add support for v68/v69/v71/v73
Taylor Simpson
1
-4
/
+9
2023-05-17
Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...
Richard Henderson
4
-42
/
+176
2023-05-17
linux-user: fix getgroups/setgroups allocations
Michael Tokarev
1
-31
/
+68
2023-05-17
linux-user: Fix mips fp64 executables loading
Daniil Kovalev
1
-1
/
+4
2023-05-17
linux-user: Don't require PROT_READ for mincore
Thomas Weißschuh
1
-1
/
+1
2023-05-17
linux-user: Add new flag VERIFY_NONE
Thomas Weißschuh
1
-0
/
+1
2023-05-17
linux-user/main: Use list_cpus() instead of cpu_list()
Thomas Huth
1
-4
/
+1
2023-05-17
linux-user: Add open_tree() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: Add move_mount() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: report ENOTTY for unknown ioctls
Thomas Weißschuh
1
-3
/
+3
2023-05-17
linux-user: Emulate /proc/cpuinfo output for riscv
Afonso Bordado
1
-2
/
+32
2023-05-11
cpu: expose qemu_cpu_list_lock for lock-guard use
Jamie Iles
1
-6
/
+7
2023-05-11
disas: Remove target_ulong from the interface
Richard Henderson
1
-2
/
+3
2023-05-06
Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
1
-2
/
+2
2023-05-06
target/loongarch: Add LSX data type VReg
Song Gao
1
-2
/
+2
2023-05-05
ppc: spapr: cleanup cr get/set with helpers.
Harsh Prateek Bora
2
-10
/
+3
2023-05-02
linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
Peter Maydell
1
-3
/
+6
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
1
-1
/
+0
2023-05-02
make one-insn-per-tb an accel option
Peter Maydell
1
-2
/
+6
2023-04-04
Revert "linux-user/arm: Take more care allocating commpage"
Richard Henderson
1
-27
/
+10
2023-03-30
linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries
Philippe Mathieu-Daudé
1
-0
/
+3
2023-03-30
linux-user/sparc: Don't use 16-bit UIDs on SPARC V9
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-28
linux-user/arm: Take more care allocating commpage
Richard Henderson
1
-10
/
+27
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
4
-24
/
+23
2023-03-28
linux-user: Pass last not end to probe_guest_base
Richard Henderson
3
-19
/
+19
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
3
-15
/
+16
2023-03-28
linux-user: Diagnose misaligned -R size
Richard Henderson
1
-0
/
+6
2023-03-22
*: Add missing includes of qemu/plugin.h
Richard Henderson
2
-0
/
+2
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-12
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
16
-138
/
+518
2023-03-10
linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
fanwj@mail.ustc.edu.cn
2
-0
/
+17
2023-03-10
linux-user/sparc: Handle tag overflow traps
Richard Henderson
3
-1
/
+9
2023-03-10
linux-user/sparc: Handle floating-point exceptions
Richard Henderson
1
-0
/
+22
2023-03-10
linux-user/sparc: Handle unimplemented flush trap
Richard Henderson
1
-0
/
+3
[next]