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-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
2022-10-28
target/ppc: create an interrupt masking method for POWER9/POWER10
Matheus Ferst
1
-0
/
+113
2022-10-28
target/ppc: prepare to split interrupt masking and delivery by excp_model
Matheus Ferst
1
-2
/
+18
2022-10-28
target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst
1
-76
/
+125
2022-10-28
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
1
-10
/
+7
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
1
-37
/
+37
2022-10-17
target/ppc: restore powerpc_excp_booke doorbell interrupts
Nicholas Piggin
1
-0
/
+6
2022-09-20
target/ppc: Implement hashstp and hashchkp
Víctor Colombo
1
-0
/
+2
2022-09-20
target/ppc: Implement hashst and hashchk
Víctor Colombo
1
-0
/
+81
2022-08-04
ppc: Remove redundant macro MSR_BOOK3S_MASK.
Yonggang Luo
1
-1
/
+0
2022-05-05
target/ppc: Remove msr_hv macro
Víctor Colombo
1
-4
/
+4
2022-05-05
target/ppc: Remove msr_fe0 and msr_fe1 macros
Víctor Colombo
1
-12
/
+6
2022-05-05
target/ppc: Remove msr_fp macro
Víctor Colombo
1
-6
/
+12
2022-05-05
target/ppc: Remove msr_me macro
Víctor Colombo
1
-6
/
+6
2022-05-05
target/ppc: Remove msr_pow macro
Víctor Colombo
1
-6
/
+6
2022-05-05
target/ppc: Remove msr_ce macro
Víctor Colombo
1
-1
/
+1
2022-05-05
target/ppc: Remove msr_ee macro
Víctor Colombo
1
-1
/
+1
2022-05-05
target/ppc: Remove msr_pr macro
Víctor Colombo
1
-3
/
+5
2022-03-02
target/ppc: trigger PERFM EBBs from power8-pmu.c
Daniel Henrique Barboza
1
-0
/
+48
2022-03-02
target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
Daniel Henrique Barboza
1
-0
/
+33
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-0
/
+1
2022-02-18
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
1
-11
/
+53
2022-02-18
target/ppc: Add powerpc_reset_excp_state helper
Nicholas Piggin
1
-20
/
+22
2022-02-18
target/ppc: add helper for books vhyp hypercall handler
Nicholas Piggin
1
-1
/
+13
2022-02-09
target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail
Fabiano Rosas
1
-12
/
+13
2022-02-09
target/ppc: Assert if MSR bits differ from msr_mask during exceptions
Fabiano Rosas
1
-58
/
+6
2022-02-09
target/ppc: powerpc_excp: Move common code to the caller function
Fabiano Rosas
1
-48
/
+9
2022-02-09
target/ppc: Remove powerpc_excp_legacy
Fabiano Rosas
1
-474
/
+3
[next]