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
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
1
-5
/
+10
2019-08-21
target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPR
Alexey Kardashevskiy
1
-0
/
+1
2019-08-21
spapr: Implement dispatch tracking for tcg
Nicholas Piggin
1
-0
/
+4
2019-08-21
target/ppc: move opcode decode tables to PowerPCCPU
Alex Bennée
1
-4
/
+4
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+2
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
1
-1
/
+0
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
1
-6
/
+1
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Define ArchCPU
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
1
-2
/
+2
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
1
-38
/
+4
2019-05-10
target/ppc: Convert to CPUClass::tlb_fill
Richard Henderson
1
-4
/
+3
2019-04-26
ppc/hash64: Rework R and C bit updates
Benjamin Herrenschmidt
1
-2
/
+2
2019-04-26
target/ppc: Style fixes for cpu.[ch]
David Gibson
1
-108
/
+129
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
1
-1
/
+1
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-1
/
+1
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
1
-0
/
+6
2019-03-12
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...
Mark Cave-Ayland
1
-10
/
+10
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
1
-2
/
+2
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
1
-0
/
+5
2019-03-12
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
1
-1
/
+11
2019-03-12
target/ppc: move Vsr* macros from internal.h to cpu.h
Mark Cave-Ayland
1
-0
/
+20
2019-03-12
target/ppc: introduce single vsrl_offset() function
Mark Cave-Ayland
1
-1
/
+6
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
1
-1
/
+6
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
1
-4
/
+4
2019-02-26
target/ppc: Rename PATB/PATBE -> PATE
Benjamin Herrenschmidt
1
-1
/
+5
2019-02-26
target/ppc/spapr: Set LPCR:HR when using Radix mode
Benjamin Herrenschmidt
1
-0
/
+1
2019-02-26
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
1
-0
/
+7
2019-02-26
target/ppc: Add Hypervisor Virtualization Interrupt on POWER9
Benjamin Herrenschmidt
1
-1
/
+4
2019-02-26
target/ppc: Rename "in_pm_state" to "resume_as_sreset"
Benjamin Herrenschmidt
1
-3
/
+3
2019-02-26
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
1
-3
/
+9
2019-02-18
target/ppc: Split out VSCR_SAT to a vector field
Richard Henderson
1
-1
/
+3
2019-02-18
target/ppc: Remove vscr_nj and vscr_sat
Richard Henderson
1
-2
/
+0
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
1
-0
/
+5
2019-02-04
ppc: remove the interrupt presenters from under PowerPCCPU
Cédric Le Goater
1
-5
/
+0
2019-01-22
ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode
Thomas Huth
1
-4
/
+5
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
1
-1
/
+2
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
1
-0
/
+2
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
1
-6
/
+19
2019-01-09
target/ppc: merge ppc_vsr_t and ppc_avr_t union types
Mark Cave-Ayland
1
-7
/
+10
2018-12-21
target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
David Gibson
1
-12
/
+0
2018-12-21
target/ppc: fix the PPC_BIT definitions
Cédric Le Goater
1
-3
/
+3
2018-11-08
target/ppc: add external PID support
Roman Kapl
1
-1
/
+23
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
1
-16
/
+0
2018-08-21
ppc: add DBCR based debugging
Roman Kapl
1
-0
/
+5
[next]