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
/
excp_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-5
/
+5
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-7
/
+7
2023-09-06
ppc/vhyp: reset exception state when handling vhyp hcall
Nicholas Piggin
1
-0
/
+3
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
1
-1
/
+51
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
1
-0
/
+42
2023-09-06
target/ppc: Improve book3s branch trace interrupt for v2.07S
Nicholas Piggin
1
-1
/
+15
2023-08-04
target/ppc: Fix pending HDEC when entering PM state
Nicholas Piggin
1
-0
/
+6
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
1
-0
/
+49
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
1
-0
/
+4
2023-07-07
target/ppc: Get CPUState in one step
BALATON Zoltan
1
-8
/
+7
2023-07-07
target/ppc: Remove some more local CPUState variables only used once
BALATON Zoltan
1
-5
/
+2
2023-07-07
target/ppc: Move common check in exception handlers to a function
BALATON Zoltan
1
-89
/
+25
2023-07-07
target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
BALATON Zoltan
1
-5
/
+4
2023-07-07
target/ppc: Remove some superfluous parentheses
BALATON Zoltan
1
-4
/
+4
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
1
-5
/
+25
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
1
-1
/
+16
2023-06-25
target/ppc: Add SRR1 prefix indication to interrupt handlers
Nicholas Piggin
1
-1
/
+72
2023-06-25
target/ppc: Fix instruction loading endianness in alignment interrupt
Nicholas Piggin
1
-1
/
+21
2023-06-10
target/ppc: Implement gathering irq statistics
BALATON Zoltan
1
-0
/
+1
2023-06-10
target/ppc: PMU implement PERFM interrupts
Nicholas Piggin
1
-1
/
+1
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: Fix nested-hv HEAI delivery
Nicholas Piggin
1
-2
/
+5
2023-05-27
target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
Nicholas Piggin
1
-7
/
+10
2023-03-24
target/ppc: Fix helper_pminsn() prototype
Cédric Le Goater
1
-1
/
+1
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
Richard Henderson
1
-10
/
+1
2022-12-21
target/ppc: Check DEXCR on hash{st, chk} instructions
Nicholas Miehlbradt
1
-15
/
+43
2022-11-17
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
1
-0
/
+2
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
1
-1
/
+1
2022-10-28
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
1
-0
/
+102
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
1
-0
/
+42
2022-10-28
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
1
-12
/
+12
2022-10-28
target/ppc: remove generic architecture checks from p7_deliver_interrupt
Matheus Ferst
1
-3
/
+0
2022-10-28
target/ppc: remove unused interrupts from p7_deliver_interrupt
Matheus Ferst
1
-50
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER7
Matheus Ferst
1
-0
/
+107
2022-10-28
target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
Matheus Ferst
1
-55
/
+8
2022-10-28
target/ppc: create an interrupt masking method for POWER7
Matheus Ferst
1
-0
/
+108
2022-10-28
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
1
-12
/
+12
2022-10-28
target/ppc: remove generic architecture checks from p8_deliver_interrupt
Matheus Ferst
1
-3
/
+0
2022-10-28
target/ppc: remove unused interrupts from p8_deliver_interrupt
Matheus Ferst
1
-30
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER8
Matheus Ferst
1
-0
/
+107
2022-10-28
target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
Matheus Ferst
1
-38
/
+7
2022-10-28
target/ppc: create an interrupt masking method for POWER8
Matheus Ferst
1
-0
/
+108
2022-10-28
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
1
-13
/
+33
2022-10-28
target/ppc: remove generic architecture checks from p9_deliver_interrupt
Matheus Ferst
1
-8
/
+1
2022-10-28
target/ppc: remove unused interrupts from p9_deliver_interrupt
Matheus Ferst
1
-27
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER9/POWER10
Matheus Ferst
1
-0
/
+112
2022-10-28
target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
Matheus Ferst
1
-29
/
+7
[next]