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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
Helge Deller
1
-0
/
+2
2022-09-27
linux-user/hppa: Increase guest stack size to 80MB for hppa target
Helge Deller
3
-2
/
+13
2022-09-27
linux-user/hppa: Drop stack guard page on hppa target
Helge Deller
1
-4
/
+9
2022-09-27
linux-user/hppa: Add signal trampoline for hppa target
Helge Deller
2
-23
/
+32
2022-09-27
linux-user: Add proper strace format strings for getdents()/getdents64()
Helge Deller
1
-2
/
+2
2022-09-27
linux-user: Fix TARGET_PROT_SEM for XTENSA
Helge Deller
1
-1
/
+1
2022-09-27
tests/tcg/linux-test: Add linux-madvise test
Ilya Leoshkevich
1
-0
/
+70
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
3
-6
/
+29
2022-09-27
linux-user: Implement stracing madvise()
Ilya Leoshkevich
2
-1
/
+42
2022-09-27
linux-user: Fix madvise(MADV_DONTNEED) on alpha
Ilya Leoshkevich
1
-1
/
+2
2022-09-27
linux-user: Provide MADV_* definitions
Ilya Leoshkevich
22
-0
/
+134
2022-09-27
linux-user: Show timespec on strace for futex()
Helge Deller
1
-1
/
+10
2022-09-27
linux-user: Add strace for clock_nanosleep()
Helge Deller
2
-1
/
+17
2022-09-27
linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
Helge Deller
1
-0
/
+4
2022-09-27
linux-user: Fix strace of chmod() if mode == 0
Helge Deller
1
-0
/
+5
2022-09-27
linux-user/hppa: Dump IIR on register dump
Helge Deller
1
-2
/
+4
2022-09-27
linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
Helge Deller
1
-1
/
+5
2022-09-27
linux-user: Log failing executable in EXCP_DUMP()
Helge Deller
1
-0
/
+2
2022-09-27
linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
Helge Deller
3
-0
/
+71
2022-09-27
linux-user: Add missing clock_gettime64() syscall strace
Helge Deller
2
-0
/
+57
2022-09-27
linux-user: Add missing signals in strace output
Helge Deller
3
-53
/
+60
2022-09-23
linux-user: fix readlinkat handling with magic exe symlink
Jameson Nash
1
-2
/
+13
2022-09-23
linux-user: use 'max' instead of 'qemu32' / 'qemu64' by default
Daniel P. Berrangé
2
-2
/
+2
2022-09-22
Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...
Stefan Hajnoczi
1
-0
/
+5
2022-09-22
Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
2
-23
/
+10
2022-09-21
hw/microblaze: pass random seed to fdt
Jason A. Donenfeld
1
-0
/
+5
2022-09-21
Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
5
-89
/
+118
2022-09-21
Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
16
-84
/
+278
2022-09-21
Merge tag 'pull-testing-next-200922-2' of https://github.com/stsquad/qemu int...
Stefan Hajnoczi
43
-475
/
+361
2022-09-21
target/m68k: always call gen_exit_tb() after writes to SR
Mark Cave-Ayland
1
-0
/
+4
2022-09-21
target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68K
Mark Cave-Ayland
5
-74
/
+75
2022-09-21
target/m68k: Perform writback before modifying SR
Richard Henderson
1
-3
/
+5
2022-09-21
target/m68k: Fix MACSR to CCR
Richard Henderson
1
-2
/
+4
2022-09-21
target/m68k: Implement atomic test-and-set
Richard Henderson
1
-10
/
+30
2022-09-20
Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
21
-143
/
+196
2022-09-20
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
29
-743
/
+869
2022-09-20
Merge tag 'pull-loongarch-20220920' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
6
-152
/
+258
2022-09-20
tests/docker: remove the Debian base images
Alex Bennée
6
-74
/
+2
2022-09-20
tests/docker: remove FROM qemu/ support from docker.py
Alex Bennée
1
-28
/
+10
2022-09-20
tests/docker: update and flatten debian-toolchain
Alex Bennée
2
-6
/
+3
2022-09-20
tests/docker: update and flatten debian-hexagon-cross
Alex Bennée
1
-7
/
+12
2022-09-20
tests/docker: update and flatten debian-loongarch-cross
Alex Bennée
2
-4
/
+5
2022-09-20
tests/docker: update and flatten debian-amd64-cross
Alex Bennée
4
-18
/
+169
2022-09-20
tests/lcitool: bump to latest version
Alex Bennée
5
-4
/
+5
2022-09-20
tests/docker: update and flatten debian-all-test-cross
Alex Bennée
3
-7
/
+13
2022-09-20
tests/docker: flatten debian-riscv64-test-cross
Alex Bennée
3
-6
/
+6
2022-09-20
Deprecate 32 bit big-endian MIPS
Alex Bennée
6
-47
/
+26
2022-09-20
gitlab-ci: update aarch32/aarch64 custom runner jobs
Alex Bennée
4
-25
/
+24
2022-09-20
gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64
Richard Henderson
1
-1
/
+3
2022-09-20
configure: explicitly set cflags for --disable-pie
Alex Bennée
1
-0
/
+3
[next]