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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
bsd-user: Rename sigqueue to qemu_sigqueue
Warner Losh
1
-7
/
+7
2021-10-18
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
5
-50
/
+36
2021-10-18
bsd-user: Add stop_all_tasks
Warner Losh
2
-0
/
+10
2021-10-18
bsd-user: Remove used from TaskState
Warner Losh
2
-2
/
+0
2021-10-18
bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
Warner Losh
1
-0
/
+4
2021-10-18
bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
Warner Losh
1
-6
/
+2
2021-10-18
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Warner Losh
3
-4
/
+3
2021-10-18
bsd-user/errno_defs.h: Add internal error numbers
Stacey Son
1
-3
/
+10
2021-10-18
bsd-user: export get_errno and is_error from syscall.c
Warner Losh
2
-5
/
+9
2021-10-18
bsd-user: TARGET_RESET define is unused, remove it
Warner Losh
2
-4
/
+0
2021-10-18
bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0
Warner Losh
1
-11
/
+0
2021-10-18
bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
Warner Losh
1
-99
/
+1
2021-10-18
meson: *-user: only descend into *-user when configured
Warner Losh
3
-4
/
+16
2021-10-18
bsd-user/mmap.c: assert that target_mprotect cannot fail
Warner Losh
1
-4
/
+1
2021-10-18
bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
Kyle Evans
1
-3
/
+7
2021-10-18
bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
Warner Losh
1
-5
/
+25
2021-10-18
Merge remote-tracking branch 'remotes/philmd/tags/mips-20211018' into staging
Richard Henderson
7
-110
/
+415
2021-10-18
bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
Warner Losh
1
-30
/
+23
2021-10-17
bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
Warner Losh
1
-6
/
+5
2021-10-17
bsd-user/mmap.c: mmap return ENOMEM on overflow
Warner Losh
1
-1
/
+8
2021-10-17
bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
Warner Losh
1
-14
/
+0
2021-10-17
bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
Mikaël Urankar
1
-2
/
+6
2021-10-17
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
Mikaël Urankar
1
-1
/
+3
2021-10-18
via-ide: Avoid using isa_get_irq()
BALATON Zoltan
1
-2
/
+2
2021-10-18
vt82c686: Add a method to VIA_ISA to raise ISA interrupts
BALATON Zoltan
2
-1
/
+13
2021-10-18
vt82c686: Move common code to via_isa_realize
BALATON Zoltan
1
-38
/
+29
2021-10-18
via-ide: Set user_creatable to false
BALATON Zoltan
1
-0
/
+3
2021-10-18
target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()
Philippe Mathieu-Daudé
1
-4
/
+0
2021-10-18
target/mips: Fix DEXTRV_S.H DSP opcode
Philippe Mathieu-Daudé
1
-2
/
+1
2021-10-18
target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()
Philippe Mathieu-Daudé
1
-3
/
+1
2021-10-18
target/mips: Use explicit extract32() calls in gen_msa_i5()
Philippe Mathieu-Daudé
1
-7
/
+4
2021-10-18
target/mips: Use tcg_constant_i32() in gen_msa_3rf()
Philippe Mathieu-Daudé
1
-9
/
+14
2021-10-18
target/mips: Use tcg_constant_i32() in gen_msa_2r()
Philippe Mathieu-Daudé
1
-3
/
+2
2021-10-18
target/mips: Use tcg_constant_i32() in gen_msa_2rf()
Philippe Mathieu-Daudé
1
-2
/
+1
2021-10-18
target/mips: Use tcg_constant_i32() in gen_msa_elm_df()
Philippe Mathieu-Daudé
1
-2
/
+1
2021-10-18
target/mips: Remove unused register from MSA 2R/2RF instruction format
Philippe Mathieu-Daudé
1
-6
/
+0
2021-10-18
hw/mips/boston: Add FDT generator
Jiaxun Yang
1
-9
/
+236
2021-10-18
hw/mips/boston: Allow loading elf kernel and dtb
Jiaxun Yang
1
-4
/
+32
2021-10-18
hw/mips/boston: Massage memory map information
Jiaxun Yang
1
-28
/
+80
2021-10-17
target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6
Philippe Mathieu-Daudé
1
-0
/
+6
2021-10-16
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211016' into staging
Richard Henderson
34
-386
/
+141
2021-10-15
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
3
-16
/
+23
2021-10-15
target/xtensa: Drop check for singlestep_enabled
Richard Henderson
1
-17
/
+8
2021-10-15
target/tricore: Drop check for singlestep_enabled
Richard Henderson
3
-21
/
+1
2021-10-15
target/sh4: Drop check for singlestep_enabled
Richard Henderson
3
-17
/
+3
2021-10-15
target/s390x: Drop check for singlestep_enabled
Richard Henderson
1
-6
/
+2
2021-10-15
target/rx: Drop checks for singlestep_enabled
Richard Henderson
3
-19
/
+2
2021-10-15
target/riscv: Remove exit_tb and lookup_and_goto_ptr
Richard Henderson
4
-34
/
+7
2021-10-15
target/riscv: Remove dead code after exception
Richard Henderson
1
-5
/
+1
2021-10-15
target/ppc: Drop exit checks for singlestep_enabled
Richard Henderson
1
-30
/
+8
[prev]
[next]