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-01-07
hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
Peter Maydell
2
-14
/
+13
2022-01-07
hw/intc/arm_gicv3_its: Correct handling of MAPI
Peter Maydell
1
-11
/
+7
2022-01-07
hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
Peter Maydell
2
-29
/
+27
2022-01-07
hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
Peter Maydell
1
-1
/
+1
2022-01-07
hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
Peter Maydell
1
-57
/
+40
2022-01-07
hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
Peter Maydell
1
-2
/
+2
2022-01-07
hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
Peter Maydell
2
-14
/
+11
2022-01-07
hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
Peter Maydell
2
-12
/
+10
2022-01-07
hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
Peter Maydell
1
-2
/
+2
2022-01-07
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
1
-0
/
+32
2022-01-07
Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
Troy Lee
2
-0
/
+10
2022-01-06
Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv...
Richard Henderson
79
-776
/
+1130
2022-01-06
linux-user: netlink: update IFLA_BRPORT entries
Laurent Vivier
1
-0
/
+4
2022-01-06
linux-user: netlink: Add IFLA_VFINFO_LIST
Laurent Vivier
1
-0
/
+174
2022-01-06
linux-user: netlink: update IFLA entries
Laurent Vivier
1
-0
/
+6
2022-01-06
linux-user/syscall.c: malloc to g_try_malloc
Ahmed Abouzied
1
-2
/
+2
2022-01-06
linux-user/nios2: Use set_sigmask in do_rt_sigreturn
Richard Henderson
2
-3
/
+1
2022-01-06
linux-user/nios2: Fix sigmask in setup_rt_frame
Richard Henderson
1
-2
/
+1
2022-01-06
linux-user/nios2: Fix EA vs PC confusion
Richard Henderson
2
-7
/
+4
2022-01-06
linux-user/nios2: Map a real kuser page
Richard Henderson
3
-33
/
+76
2022-01-06
linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
Richard Henderson
1
-9
/
+9
2022-01-06
linux-user/nios2: Fixes for signal frame setup
Richard Henderson
1
-30
/
+21
2022-01-06
linux-user/nios2: Properly emulate EXCP_TRAP
Richard Henderson
3
-20
/
+39
2022-01-06
linux-user/syscall.c: fix missed flag for shared memory in open_self_maps
Andrey Kazmin
1
-1
/
+1
2022-01-06
linux-user: call set/getscheduler set/getparam directly
Tonis Tiigi
2
-10
/
+28
2022-01-06
linux-user: add sched_getattr support
Tonis Tiigi
2
-0
/
+137
2022-01-06
linux-user/signal: Map exit signals in SIGCHLD siginfo_t
Matthias Schiffer
1
-1
/
+6
2022-01-06
target/sh4: Implement prctl_unalign_sigbus
Richard Henderson
3
-17
/
+39
2022-01-06
target/hppa: Implement prctl_unalign_sigbus
Richard Henderson
3
-6
/
+20
2022-01-06
target/alpha: Implement prctl_unalign_sigbus
Richard Henderson
3
-10
/
+28
2022-01-06
linux-user: Add code for PR_GET/SET_UNALIGN
Richard Henderson
4
-7
/
+56
2022-01-06
linux-user: Disable more prctl subcodes
Richard Henderson
1
-3
/
+55
2022-01-06
linux-user: Split out do_prctl and subroutines
Richard Henderson
24
-320
/
+414
2022-01-06
linux-user: Remove TARGET_SIGSTKSZ
Song Gao
6
-6
/
+0
2022-01-06
linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Song Gao
18
-18
/
+0
2022-01-06
linux-user: Move target_signal.h generic definitions to generic/signal.h
Song Gao
16
-256
/
+16
2022-01-06
linux-user: Mark cpu_loop() with noreturn attribute
Philippe Mathieu-Daudé
1
-1
/
+1
2022-01-06
linux-user/hexagon: Use generic target_stat64 structure
Philippe Mathieu-Daudé
1
-26
/
+2
2022-01-06
qemu-binfmt-conf.sh: fix -F option
Martin Wilck
1
-1
/
+3
2022-01-05
Merge tag 'pull-request-2022-01-05' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
19
-84
/
+151
2022-01-05
docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name
Thomas Huth
1
-12
/
+12
2022-01-05
gitlab-ci: Enable docs in the centos job
Thomas Huth
1
-1
/
+1
2022-01-05
docs/sphinx: fix compatibility with sphinx < 1.8
Marc-André Lureau
1
-2
/
+2
2022-01-05
qemu-options: Remove the deprecated -no-quit option
Thomas Huth
4
-21
/
+8
2022-01-05
tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
Philippe Mathieu-Daudé
1
-2
/
+4
2022-01-05
tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
Thomas Huth
1
-3
/
+5
2022-01-05
tests/qtest/test-x86-cpuid-compat: Check for machines before using them
Thomas Huth
1
-37
/
+48
2022-01-05
hw: Add compat machines for 7.0
Cornelia Huck
9
-6
/
+71
2022-01-04
common-user: Really fix i386 calls to safe_syscall_set_errno_tail
Richard Henderson
1
-1
/
+1
2022-01-04
Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
6
-15
/
+42
[next]