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
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
3
-11
/
+71
2023-06-25
target/ppc: Add support for SMT CTRL register
Nicholas Piggin
3
-1
/
+44
2023-06-25
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
3
-0
/
+36
2023-06-25
target/ppc: Fix sc instruction handling of LEV field
Nicholas Piggin
1
-1
/
+6
2023-06-25
target/ppc: Better CTRL SPR implementation
Nicholas Piggin
1
-1
/
+8
2023-06-25
target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
Nicholas Piggin
1
-0
/
+4
2023-06-25
target/ppc: Implement HEIR SPR
Nicholas Piggin
3
-1
/
+40
2023-06-25
target/ppc: Add SRR1 prefix indication to interrupt handlers
Nicholas Piggin
2
-4
/
+83
2023-06-25
target/ppc: Change partition-scope translate interface
Nicholas Piggin
1
-8
/
+16
2023-06-25
target/ppc: Fix instruction loading endianness in alignment interrupt
Nicholas Piggin
1
-1
/
+21
2023-06-25
target/ppc: Fix timer register accessors when !KVM
Cédric Le Goater
1
-0
/
+12
2023-06-25
target/ppc: gdbstub init spr gdb_id for all CPUs
Nicholas Piggin
1
-11
/
+19
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-5
/
+5
2023-06-20
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2
-14
/
+12
2023-06-10
target/ppc: Implement gathering irq statistics
BALATON Zoltan
3
-0
/
+20
2023-06-10
target/ppc: Rework store conditional to avoid branch
Nicholas Piggin
1
-33
/
+30
2023-06-10
target/ppc: Remove larx/stcx. memory barrier semantics
Nicholas Piggin
1
-11
/
+0
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
3
-4
/
+14
2023-06-10
target/ppc: Fix lqarx to set cpu_reserve
Nicholas Piggin
1
-0
/
+1
2023-06-10
target/ppc: Eliminate goto in mmubooke_check_tlb()
BALATON Zoltan
1
-19
/
+21
2023-06-10
target/ppc: Change ppcemb_tlb_check() to return bool
BALATON Zoltan
1
-13
/
+13
2023-06-10
target/ppc: Simplify ppcemb_tlb_search()
BALATON Zoltan
1
-7
/
+3
2023-06-10
target/ppc: Remove some unneded line breaks
BALATON Zoltan
2
-10
/
+6
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
3
-25
/
+22
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
3
-15
/
+11
2023-06-10
target/ppc: Remove single use function
BALATON Zoltan
1
-10
/
+1
2023-06-10
target/ppc: PMU implement PERFM interrupts
Nicholas Piggin
2
-8
/
+15
2023-06-10
target/ppc: Support directed privileged doorbell interrupt (SDOOR)
Nicholas Piggin
1
-1
/
+1
2023-06-10
target/ppc: Fix msgclrp interrupt type
Nicholas Piggin
1
-1
/
+1
2023-06-10
target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
Nicholas Piggin
1
-1
/
+0
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
6
-41
/
+85
2023-06-10
target/ppc: Fix nested-hv HEAI delivery
Nicholas Piggin
1
-2
/
+5
2023-06-05
target/ppc: Inline gen_icount_io_start()
Philippe Mathieu-Daudé
3
-40
/
+35
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
1
-12
/
+1
2023-06-05
tcg: Remove NO_CPU_IO_DEFS
Richard Henderson
1
-2
/
+0
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+4
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
3
-3
/
+23
2023-05-28
target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
Richard Henderson
1
-56
/
+22
2023-05-28
target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
Nicholas Piggin
1
-3
/
+3
2023-05-28
spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
Nicholas Piggin
2
-0
/
+13
2023-05-27
target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
Nicholas Piggin
1
-7
/
+10
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
6
-27
/
+27
2023-05-27
target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
Richard Purdie
2
-13
/
+29
2023-05-23
target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ
Richard Henderson
5
-132
/
+11
2023-05-05
tcg: ppc64: Fix mask generation for vextractdm
Shivaprasad G Bhat
1
-1
/
+1
2023-05-05
ppc: spapr: cleanup cr get/set with helpers.
Harsh Prateek Bora
5
-34
/
+26
2023-04-09
target/ppc: Fix temp usage in gen_op_arith_modw
Richard Henderson
1
-2
/
+2
2023-03-24
target/ppc: Fix helper_pminsn() prototype
Cédric Le Goater
1
-1
/
+1
2023-03-13
target/ppc: Avoid tcg_const_* in translate.c
Richard Henderson
1
-70
/
+72
2023-03-13
target/ppc: Fix gen_tlbsx_booke206
Richard Henderson
1
-4
/
+2
[next]