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
36 hours
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
HEAD
master
Stefan Hajnoczi
15
-30
/
+31
2 days
accel/tcg: Include missing 'exec/translation-block.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2 days
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
14
-30
/
+30
3 days
target/ppc: Remove empty property list
Richard Henderson
1
-6
/
+0
10 days
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
12 days
target/ppc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+4
12 days
target/ppc: Use env->fp_status in helper_compute_fprf functions
Peter Maydell
1
-2
/
+1
12 days
target/ppc: Set Float3NaNPropRule explicitly
Peter Maydell
1
-0
/
+8
12 days
target/ppc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-0
/
+7
12 days
ppc: Replace type_register() with type_register_static()
Zhao Liu
1
-1
/
+1
2024-11-27
target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket
Glenn Miles
1
-2
/
+5
2024-11-27
ppc/pnv: Fix direct controls quiesce
Nicholas Piggin
1
-0
/
+1
2024-11-27
target/ppc: Fix non-maskable interrupt while halted
Nicholas Piggin
1
-0
/
+7
2024-11-05
Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...
Peter Maydell
1
-0
/
+8
2024-11-05
target/ppc: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+8
2024-11-04
target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
Harsh Prateek Bora
1
-46
/
+12
2024-11-04
target/ppc: combine multiple ail checks into one
Harsh Prateek Bora
1
-8
/
+2
2024-11-04
target/ppc: simplify var usage in ppc_next_unmasked_interrupt
Harsh Prateek Bora
1
-27
/
+27
2024-11-04
target/ppc: optimize p7 exception handling routines
Harsh Prateek Bora
1
-21
/
+25
2024-11-04
target/ppc: optimize p8 exception handling routines
Harsh Prateek Bora
1
-28
/
+32
2024-11-04
target/ppc: optimize p9 exception handling routines
Harsh Prateek Bora
1
-33
/
+39
2024-11-04
target/ppc: optimize hreg_compute_pmu_hflags_value
Harsh Prateek Bora
1
-3
/
+3
2024-11-04
target/ppc: optimize hreg_compute_pmu_hflags_value
Harsh Prateek Bora
1
-4
/
+5
2024-11-04
target/ppc: use locally stored msr and avoid indirect access
Harsh Prateek Bora
1
-2
/
+2
2024-11-04
target/ppc: Add Power11 DD2.0 processor
Aditya Gupta
7
-0
/
+86
2024-11-04
target/ppc: Fix regression due to Power10 and Power11 having same PCR
Aditya Gupta
1
-0
/
+4
2024-11-04
target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr'
Aditya Gupta
2
-0
/
+5
2024-11-04
target/ppc: Reduce code duplication across Power9/10 init code
Harsh Prateek Bora
2
-109
/
+99
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.12
Harsh Prateek Bora
3
-23
/
+2
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.9
Harsh Prateek Bora
3
-4
/
+1
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.7
Harsh Prateek Bora
3
-58
/
+0
2024-11-04
target/ppc: Fix VRMA to not check virtual page class key protection
Nicholas Piggin
1
-1
/
+8
2024-11-04
target/ppc: Fix HFSCR facility checks
Nicholas Piggin
1
-2
/
+2
2024-11-04
target/ppc: Fix doorbell delivery to threads in powersave
Nicholas Piggin
1
-4
/
+13
2024-11-04
target/ppc: PMIs are level triggered
Nicholas Piggin
1
-4
/
+0
2024-11-04
target/ppc: Fix mtDPDES targeting SMT siblings
Nicholas Piggin
1
-1
/
+1
2024-11-04
ppc/pnv: Fix LPC serirq routing calculation
Nicholas Piggin
1
-0
/
+1
2024-11-04
target/ppc: Make divd[u] handler method decodetree compatible
Ilya Leoshkevich
1
-1
/
+1
2024-11-04
target/ppc: Set ctx->opcode for decode_insn32()
Ilya Leoshkevich
1
-2
/
+1
2024-10-15
target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
1
-8
/
+5
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
1
-2
/
+2
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-5
/
+5
2024-09-27
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-1
/
+1
2024-09-24
target/ppc: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
2
-5
/
+5
2024-09-22
target/ppc: Fix lxvx/stxvx facility check
Fabiano Rosas
1
-1
/
+1
2024-09-20
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-03
target/ppc: Fix migration of CPUs with TLB_EMB TLB type
Arman Nabiev
1
-1
/
+1
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
[next]