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_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-1
/
+0
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
1
-2
/
+4
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
1
-1
/
+4
2023-09-06
ppc: Add stub implementation of TRIG SPRs
Joel Stanley
1
-0
/
+10
2023-07-07
target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
1
-0
/
+1
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
1
-1
/
+1
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
1
-0
/
+12
2023-07-07
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
1
-1
/
+1
2023-07-07
target/ppc: Tidy POWER book4 SPR registration
Nicholas Piggin
1
-27
/
+55
2023-06-25
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
1
-0
/
+5
2023-06-25
target/ppc: Implement HEIR SPR
Nicholas Piggin
1
-0
/
+23
2023-06-20
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
1
-10
/
+10
2023-06-10
target/ppc: Implement gathering irq statistics
BALATON Zoltan
1
-0
/
+18
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
1
-2
/
+2
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
1
-1
/
+1
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-2
/
+19
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
1
-9
/
+9
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
1
-1
/
+1
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-47
/
+1
2022-12-21
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
1
-0
/
+25
2022-12-16
target/ppc: Convert to 3-phase reset
Peter Maydell
1
-4
/
+8
2022-11-17
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
1
-0
/
+2
2022-10-28
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
1
-102
/
+0
2022-10-28
target/ppc: unify cpu->has_work based on cs->interrupt_request
Matheus Ferst
1
-93
/
+1
2022-10-28
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
Matheus Ferst
1
-20
/
+25
2022-10-28
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
Matheus Ferst
1
-28
/
+33
2022-10-28
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
Matheus Ferst
1
-76
/
+50
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
1
-28
/
+28
2022-10-26
target/ppc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-0
/
+10
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+8
2022-09-20
target/ppc: Add HASHKEYR and HASHPKEYR SPRs
Víctor Colombo
1
-0
/
+28
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
1
-21
/
+70
2022-07-18
target/ppc: check tb_env != 0 before printing TBU/TBL/DECR
Matheus Ferst
1
-10
/
+8
2022-07-18
target/ppc: Move tlbie[l] to decode tree
Leandro Lupori
1
-2
/
+2
2022-07-18
ppc: Remove unused irq_inputs
Cédric Le Goater
1
-5
/
+0
2022-07-06
target/ppc: Return default CPU for max CPU
Murilo Opsfelder Araujo
1
-0
/
+19
2022-07-06
target/ppc: Add flag for ISA v2.06 BCDA instructions
Matheus Ferst
1
-4
/
+6
2022-06-20
target/ppc: cpu_init: Clean up stop state on cpu reset
Frederic Barrat
1
-0
/
+3
2022-05-26
target/ppc: Implement lwsync with weaker memory ordering
Nicholas Piggin
1
-6
/
+7
2022-05-09
disas: Remove old libopcode ppc disassembler
Thomas Huth
1
-2
/
+0
2022-05-05
target/ppc: Remove msr_hv macro
Víctor Colombo
1
-2
/
+4
2022-05-05
target/ppc: Remove msr_ee macro
Víctor Colombo
1
-5
/
+10
2022-05-05
target/ppc: Remove msr_le macro
Víctor Colombo
1
-1
/
+1
2022-05-05
target/ppc: Remove msr_pr macro
Víctor Colombo
1
-2
/
+2
2022-04-20
target/ppc: Add two missing register callbacks on POWER10
Frederic Barrat
1
-0
/
+2
[next]