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
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
1
-2
/
+0
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-2
/
+1
2022-03-02
target/ppc: trigger PERFM EBBs from power8-pmu.c
Daniel Henrique Barboza
1
-0
/
+5
2022-03-02
target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
Daniel Henrique Barboza
1
-1
/
+4
2022-02-18
target/ppc: cpu_init: Move check_pow and QOM macros to a header
Fabiano Rosas
1
-0
/
+39
2022-02-18
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
1
-0
/
+7
2022-02-18
target/ppc: make vhyp get_pate method take lpid and return success
Nicholas Piggin
1
-1
/
+2
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-33
/
+6
2022-01-28
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
1
-7
/
+1
2022-01-28
target/ppc: 405: Rename MSR_POW to MSR_WE
Fabiano Rosas
1
-0
/
+1
2022-01-18
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater
1
-1
/
+0
2022-01-12
target/ppc: Add MSR_ILE support to ppc_interrupts_little_endian
Fabiano Rosas
1
-1
/
+3
2022-01-12
target/ppc: Add HV support to ppc_interrupts_little_endian
Fabiano Rosas
1
-8
/
+15
2022-01-04
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
1
-0
/
+3
2022-01-04
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
1
-0
/
+2
2021-12-17
PPC64/TCG: Implement 'rfebb' instruction
Daniel Henrique Barboza
1
-0
/
+13
2021-12-17
target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
Daniel Henrique Barboza
1
-0
/
+4
2021-12-17
target/ppc: enable PMU instruction count
Daniel Henrique Barboza
1
-0
/
+1
2021-12-17
target/ppc: enable PMU counter overflow with cycle events
Daniel Henrique Barboza
1
-0
/
+2
2021-12-17
target/ppc: PMU basic cycle count for pseries TCG
Daniel Henrique Barboza
1
-0
/
+20
2021-12-17
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza
1
-0
/
+15
2021-12-17
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
1
-3
/
+1
2021-12-17
target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
Lucas Mateus Castro (alqotel)
1
-0
/
+4
2021-11-02
target/ppc: Implement ppc_cpu_record_sigsegv
Richard Henderson
1
-3
/
+0
2021-10-21
target/ppc: add user read/write functions for MMCR2
Daniel Henrique Barboza
1
-0
/
+9
2021-10-21
target/ppc: add user read/write functions for MMCR0
Gustavo Romero
1
-0
/
+7
2021-10-21
target/ppc: add MMCR0 PMCC bits to hflags
Daniel Henrique Barboza
1
-0
/
+6
2021-10-21
target/ppc: Filter mtmsr[d] input before setting MSR
Matheus Ferst
1
-0
/
+1
2021-10-21
linux-user: Fix XER access in ppc version of elf_core_copy_regs
Matheus Ferst
1
-1
/
+1
2021-09-30
target/ppc: add LPCR[HR] to DisasContext and hflags
Matheus Ferst
1
-0
/
+1
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-7
/
+0
2021-09-14
target/ppc: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
1
-2
/
+2
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
1
-0
/
+9
2021-07-09
target/ppc: Introduce ppc_interrupts_little_endian()
Greg Kurz
1
-0
/
+15
2021-06-03
target/ppc: Add infrastructure for prefixed insns
Richard Henderson
1
-0
/
+1
2021-06-03
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
1
-6
/
+6
2021-06-03
target/ppc: remove ppc_cpu_dump_statistics
Bruno Larsen (billionai)
1
-1
/
+0
2021-06-03
target/ppc: fold ppc_store_ptcr into it's only caller
Bruno Larsen (billionai)
1
-1
/
+0
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
1
-2
/
+0
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
1
-1
/
+0
2021-05-19
target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
Richard Henderson
1
-1
/
+0
2021-05-19
target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Bruno Larsen (billionai)
1
-0
/
+2
2021-05-19
hw/ppc: moved has_spr to cpu.h
Lucas Mateus Castro (alqotel)
1
-0
/
+6
2021-05-19
target/ppc: moved ppc_store_lpcr to misc_helper.c
Lucas Mateus Castro (alqotel)
1
-0
/
+1
2021-05-04
target/ppc: Reduce the size of ppc_spr_t
Richard Henderson
1
-4
/
+8
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
1
-2
/
+3
2021-05-04
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
1
-8
/
+0
2021-05-04
ppc: Rename current DAWR macros and variables
Ravi Bangoria
1
-2
/
+2
[next]