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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-03
target/mips: Split out mips_env_mmu_index
Richard Henderson
6
-10
/
+15
2024-02-03
target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill
Richard Henderson
2
-20
/
+16
2024-02-03
target/microblaze: Populate CPUClass.mmu_index
Richard Henderson
2
-12
/
+19
2024-02-03
target/m68k: Populate CPUClass.mmu_index
Richard Henderson
1
-0
/
+6
2024-02-03
target/loongarch: Rename MMU_IDX_*
Richard Henderson
5
-9
/
+9
2024-02-03
target/loongarch: Populate CPUClass.mmu_index
Richard Henderson
2
-4
/
+13
2024-02-03
target/i386: Populate CPUClass.mmu_index
Richard Henderson
2
-7
/
+16
2024-02-03
target/hppa: Populate CPUClass.mmu_index
Richard Henderson
2
-5
/
+14
2024-02-03
target/cris: Populate CPUClass.mmu_index
Richard Henderson
1
-0
/
+6
2024-02-03
target/cris: Cache mem_index in DisasContext
Richard Henderson
2
-13
/
+7
2024-02-03
target/avr: Populate CPUClass.mmu_index
Richard Henderson
2
-3
/
+7
2024-02-03
target/arm: Populate CPUClass.mmu_index
Richard Henderson
1
-0
/
+6
2024-02-03
target/arm: Split out arm_env_mmu_index
Richard Henderson
6
-17
/
+22
2024-02-03
target/alpha: Populate CPUClass.mmu_index
Richard Henderson
1
-0
/
+6
2024-02-03
target/alpha: Split out alpha_env_mmu_index
Richard Henderson
2
-2
/
+7
2024-02-01
Merge tag 'pull-loongarch-20240201' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
5
-234
/
+250
2024-02-01
target/loongarch: Fix qtest test-hmp error when KVM-only build
Song Gao
5
-234
/
+250
2024-01-31
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2
-1
/
+1
2024-01-30
riscv: Clean up includes
Peter Maydell
2
-1
/
+1
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
3
-0
/
+15
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
3
-0
/
+12
2024-01-29
target/loongarch: Constify loongarch_tcg_ops
Richard Henderson
1
-1
/
+1
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
22
-23
/
+23
2024-01-29
target: Make qemu_target_page_mask() available for *-user
Ilya Leoshkevich
2
-0
/
+12
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
4
-9
/
+11
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
21
-21
/
+21
2024-01-26
Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...
Peter Maydell
16
-67
/
+143
2024-01-26
target/arm: Fix incorrect aa64_tidcp1 feature check
Peter Maydell
1
-1
/
+1
2024-01-26
target/arm: Fix A64 scalar SQSHRN and SQRSHRN
Peter Maydell
1
-1
/
+1
2024-01-26
target/arm: Move GTimer definitions to new 'gtimer.h' header
Philippe Mathieu-Daudé
7
-7
/
+27
2024-01-26
target/arm: Move e2h_access() helper around
Philippe Mathieu-Daudé
1
-14
/
+15
2024-01-26
target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
Philippe Mathieu-Daudé
3
-6
/
+7
2024-01-26
target/arm: Expose M-profile register bank index definitions
Philippe Mathieu-Daudé
2
-15
/
+15
2024-01-26
target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-2
/
+3
2024-01-26
target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
Philippe Mathieu-Daudé
6
-5
/
+25
2024-01-26
target/arm: Create arm_cpu_mp_affinity
Richard Henderson
4
-4
/
+9
2024-01-26
target/arm: Rename arm_cpu_mp_affinity
Richard Henderson
2
-4
/
+4
2024-01-26
target/arm/cpregs: Include missing 'kvm-consts.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-26
target/arm/cpregs: Include missing 'hw/registerfields.h' header
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-26
target/arm/cpu-features: Include missing 'hw/registerfields.h' header
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-26
target/arm: Fix VNCR fault detection logic
Peter Maydell
1
-1
/
+1
2024-01-26
target/xtensa: fix OOB TLB entry access
Max Filippov
1
-12
/
+35
2024-01-25
target/loongarch/kvm: Enable LSX/LASX extension
Song Gao
1
-7
/
+38
2024-01-25
target/loongarch: Set cpuid CSR register only once with kvm mode
Bibo Mao
1
-3
/
+6
2024-01-21
target/hexagon: reduce scope of def_regnum, remove dead assignment
Brian Cain
1
-3
/
+1
2024-01-21
Hexagon (target/hexagon) Remove old dectree.py
Taylor Simpson
6
-839
/
+0
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
Taylor Simpson
5
-12
/
+188
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
Taylor Simpson
7
-14
/
+439
2024-01-21
Hexagon (target/hexagon) Remove dead functions from hex_common.py
Taylor Simpson
1
-51
/
+0
2024-01-21
Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attribute
Taylor Simpson
2
-12
/
+0
[next]