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
2021-11-02
linux-user/hppa: Remove EXCP_UNALIGN handling
Richard Henderson
1
-7
/
+0
2021-11-02
target/arm: Implement arm_cpu_record_sigbus
Richard Henderson
6
-7
/
+45
2021-11-02
target/alpha: Implement alpha_cpu_record_sigbus
Richard Henderson
4
-18
/
+28
2021-11-02
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
2
-0
/
+28
2021-11-02
hw/core: Add TCGCPUOps.record_sigbus
Richard Henderson
1
-0
/
+23
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
2
-15
/
+10
2021-11-02
target/xtensa: Make xtensa_cpu_tlb_fill sysemu only
Richard Henderson
4
-32
/
+3
2021-11-02
target/sparc: Make sparc_cpu_tlb_fill sysemu only
Richard Henderson
4
-52
/
+2
2021-11-02
target/sh4: Make sh4_cpu_tlb_fill sysemu only
Richard Henderson
4
-20
/
+5
2021-11-02
target/s390x: Implement s390_cpu_record_sigsegv
Richard Henderson
4
-19
/
+31
2021-11-02
target/s390x: Use probe_access_flags in s390_probe_access
Richard Henderson
1
-13
/
+5
2021-11-02
target/riscv: Make riscv_cpu_tlb_fill sysemu only
Richard Henderson
3
-28
/
+2
2021-11-02
target/ppc: Implement ppc_cpu_record_sigsegv
Richard Henderson
4
-9
/
+24
2021-11-02
target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
Richard Henderson
5
-22
/
+6
2021-11-02
linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
Richard Henderson
1
-8
/
+9
2021-11-02
target/nios2: Implement nios2_cpu_record_sigsegv
Richard Henderson
3
-5
/
+14
2021-11-02
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson
6
-80
/
+5
2021-11-02
target/microblaze: Make mb_cpu_tlb_fill sysemu only
Richard Henderson
4
-27
/
+6
2021-11-02
target/m68k: Make m68k_cpu_tlb_fill sysemu only
Richard Henderson
3
-16
/
+2
2021-11-02
target/i386: Implement x86_cpu_record_sigsegv
Richard Henderson
3
-7
/
+25
2021-11-02
target/hppa: Make hppa_cpu_tlb_fill sysemu only
Richard Henderson
5
-35
/
+6
2021-11-02
target/hexagon: Remove hexagon_cpu_tlb_fill
Richard Henderson
2
-46
/
+1
2021-11-02
target/cris: Make cris_cpu_tlb_fill sysemu only
Richard Henderson
5
-36
/
+11
2021-11-02
target/arm: Implement arm_cpu_record_sigsegv
Richard Henderson
4
-21
/
+33
2021-11-02
target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
Richard Henderson
1
-4
/
+2
2021-11-02
target/alpha: Implement alpha_cpu_record_sigsegv
Richard Henderson
4
-19
/
+47
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
3
-23
/
+55
2021-11-02
hw/core: Add TCGCPUOps.record_sigsegv
Richard Henderson
1
-0
/
+26
2021-11-02
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
2
-26
/
+0
2021-11-02
linux-user/host/riscv: Improve host_signal_write
Richard Henderson
1
-55
/
+28
2021-11-02
target/arm: Fixup comment re handle_cpu_signal
Richard Henderson
1
-1
/
+1
2021-11-02
linux-user/host/riscv: Populate host_signal.h
Richard Henderson
2
-135
/
+85
2021-11-02
linux-user/host/mips: Populate host_signal.h
Richard Henderson
2
-52
/
+63
2021-11-02
linux-user/host/s390: Populate host_signal.h
Richard Henderson
3
-89
/
+95
2021-11-02
linux-user/host/aarch64: Populate host_signal.h
Richard Henderson
2
-94
/
+75
2021-11-02
linux-user/host/arm: Populate host_signal.h
Richard Henderson
2
-45
/
+31
2021-11-02
linux-user/host/sparc: Populate host_signal.h
Richard Henderson
3
-63
/
+56
2021-11-02
linux-user/host/alpha: Populate host_signal.h
Richard Henderson
2
-30
/
+43
2021-11-02
linux-user/host/ppc: Populate host_signal.h
Richard Henderson
3
-80
/
+27
2021-11-02
linux-user/host/x86: Populate host_signal.h
Richard Henderson
4
-138
/
+51
2021-10-30
linux-user: Reorg handling for SIGSEGV
Richard Henderson
14
-14
/
+104
2021-10-30
configure: Merge riscv32 and riscv64 host architectures
Richard Henderson
5
-22
/
+5
2021-10-30
accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
Richard Henderson
1
-12
/
+2
2021-10-30
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
2
-41
/
+72
2021-10-30
accel/tcg: Move clear_helper_retaddr to cpu loop
Richard Henderson
2
-3
/
+2
2021-10-30
accel/tcg: Split out adjust_signal_pc
Richard Henderson
2
-16
/
+35
2021-10-29
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-29' into ...
Richard Henderson
30
-165
/
+354
2021-10-29
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Richard Henderson
1
-1
/
+2
2021-10-29
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
7
-12
/
+51
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
5
-42
/
+58
[next]