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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
target/xtensa: Correct assert condition in handle_interrupt()
Peter Maydell
1
-1
/
+1
2024-08-01
target/arm: Handle denormals correctly for FMOPA (widening)
Peter Maydell
3
-15
/
+51
2024-07-31
target/i386: Clean up error cases for vmsr_read_thread_stat()
Anthony Harivel
1
-2
/
+3
2024-07-31
target/i386: Fix typo that assign same value twice
Anthony Harivel
1
-2
/
+2
2024-07-31
target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machine
Zhao Liu
1
-0
/
+15
2024-07-31
target/i386/cpu: Add dependencies of CPUID 0x12 leaves
Zhao Liu
1
-0
/
+12
2024-07-31
target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependency
Zhao Liu
1
-5
/
+4
2024-07-31
target/i386/cpu: Remove unnecessary SGX feature words checks
Zhao Liu
1
-15
/
+1
2024-07-31
target/i386: Change unavail from u32 to u64
Xiong Zhang
1
-1
/
+1
2024-07-30
Merge tag 'pull-target-arm-20240730' of https://git.linaro.org/people/pmaydel...
Richard Henderson
11
-174
/
+195
2024-07-30
Merge tag 's390x-20240730' of https://github.com/davidhildenbrand/qemu into s...
Richard Henderson
1
-11
/
+18
2024-07-29
target/s390x: move @deprecated-props to CpuModelExpansion Info
Collin Walling
1
-11
/
+18
2024-07-29
target/sh4: Avoid shift into sign bit in update_itlb_use()
Peter Maydell
1
-1
/
+1
2024-07-29
target/i386: Remove dead assignment to ss in do_interrupt64()
Peter Maydell
1
-3
/
+2
2024-07-29
target/m68k: avoid shift into sign bit in dump_address_map()
Peter Maydell
1
-4
/
+3
2024-07-29
target/xtensa: Make use of 'segment' in pptlb helper less confusing
Peter Maydell
1
-2
/
+2
2024-07-29
target/tricore: Use unsigned types for bitops in helper_eq_b()
Peter Maydell
1
-2
/
+2
2024-07-29
target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
Peter Maydell
1
-1
/
+1
2024-07-29
target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()
Peter Maydell
1
-2
/
+16
2024-07-29
target/arm: Fix UMOPA/UMOPS of 16-bit values
Peter Maydell
1
-4
/
+4
2024-07-29
target/arm: Don't assert for 128-bit tile accesses when SVL is 128
Peter Maydell
1
-1
/
+9
2024-07-29
hvf: arm: Do not advance PC when raising an exception
Akihiko Odaki
1
-3
/
+3
2024-07-29
hvf: arm: Properly disable PMU
Akihiko Odaki
1
-87
/
+97
2024-07-29
hvf: arm: Raise an exception for sysreg by default
Akihiko Odaki
1
-89
/
+85
2024-07-29
target/arm/kvm: Do not silently remove PMU
Akihiko Odaki
1
-5
/
+0
2024-07-29
target/arm/kvm: Set PMU for host only when available
Akihiko Odaki
1
-1
/
+1
2024-07-28
target/rx: Use target_ulong for address in LI
Richard Henderson
1
-1
/
+2
2024-07-26
target/ppc: Remove includes from mmu-book3s-v3.h
BALATON Zoltan
3
-3
/
+2
2024-07-26
target/ppc/mmu-radix64: Remove externally unused parts from header
BALATON Zoltan
3
-53
/
+50
2024-07-26
target/ppc: Unexport some functions from mmu-book3s-v3.h
BALATON Zoltan
3
-40
/
+50
2024-07-26
target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
BALATON Zoltan
2
-8
/
+5
2024-07-26
target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()
BALATON Zoltan
1
-13
/
+5
2024-07-26
target/ppc/mmu_common.c: Remove mmu_ctx_t
BALATON Zoltan
1
-18
/
+7
2024-07-26
target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
BALATON Zoltan
1
-8
/
+9
2024-07-26
target/ppc: Remove bat_size_prot()
BALATON Zoltan
3
-57
/
+27
2024-07-26
target/ppc/mmu_common.c: Use defines instead of numeric constants
BALATON Zoltan
1
-13
/
+13
2024-07-26
target/ppc/mmu_common.c: Rename function parameter
BALATON Zoltan
1
-9
/
+9
2024-07-26
target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
BALATON Zoltan
1
-13
/
+13
2024-07-26
target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
BALATON Zoltan
1
-12
/
+14
2024-07-26
target/ppc/mmu_common.c: Init variable in function that relies on it
BALATON Zoltan
1
-2
/
+2
2024-07-26
target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
BALATON Zoltan
1
-15
/
+4
2024-07-26
target/ppc: Add function to get protection key for hash32 MMU
BALATON Zoltan
3
-5
/
+12
2024-07-26
target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
BALATON Zoltan
1
-9
/
+14
2024-07-26
target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
BALATON Zoltan
1
-49
/
+22
2024-07-26
target/ppc/mmu_common.c: Simplify a switch statement
BALATON Zoltan
1
-15
/
+4
2024-07-26
target/ppc/mmu_common.c: Remove single use local variable
BALATON Zoltan
1
-3
/
+1
2024-07-26
target/ppc/mmu_common.c: Convert local variable to bool
BALATON Zoltan
1
-3
/
+3
2024-07-26
target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
BALATON Zoltan
1
-12
/
+12
2024-07-26
target/ppc/mmu_common.c: Remove pte_update_flags()
BALATON Zoltan
1
-28
/
+13
2024-07-26
target/ppc/mmu_common.c: Remove hash field from mmu_ctx_t
BALATON Zoltan
1
-11
/
+8
[prev]
[next]