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
2024-11-27
target/ppc: Fix non-maskable interrupt while halted
Nicholas Piggin
1
-0
/
+7
2024-11-04
target/ppc: combine multiple ail checks into one
Harsh Prateek Bora
1
-8
/
+2
2024-11-04
target/ppc: simplify var usage in ppc_next_unmasked_interrupt
Harsh Prateek Bora
1
-27
/
+27
2024-11-04
target/ppc: optimize p7 exception handling routines
Harsh Prateek Bora
1
-21
/
+25
2024-11-04
target/ppc: optimize p8 exception handling routines
Harsh Prateek Bora
1
-28
/
+32
2024-11-04
target/ppc: optimize p9 exception handling routines
Harsh Prateek Bora
1
-33
/
+39
2024-11-04
target/ppc: Add Power11 DD2.0 processor
Aditya Gupta
1
-0
/
+4
2024-11-04
target/ppc: Fix doorbell delivery to threads in powersave
Nicholas Piggin
1
-4
/
+13
2024-11-04
target/ppc: PMIs are level triggered
Nicholas Piggin
1
-4
/
+0
2024-07-26
target/ppc: Add helpers to check for SMT sibling threads
Nicholas Piggin
1
-12
/
+5
2024-07-26
target/ppc: Fix msgsnd for POWER8
Nicholas Piggin
1
-30
/
+44
2024-05-24
target/ppc: add SMT support to msgsnd broadcast
Nicholas Piggin
1
-18
/
+39
2024-05-24
target/ppc: Implement attn instruction on BookS 64-bit processors
Nicholas Piggin
1
-9
/
+34
2024-05-24
target/ppc: improve checkstop logging
Nicholas Piggin
1
-6
/
+8
2024-05-24
target/ppc: Make checkstop actually stop the system
Nicholas Piggin
1
-3
/
+13
2024-05-24
target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
Chinmay Rath
1
-2
/
+2
2024-05-24
spapr: avoid overhead of finding vhyp class in critical operations
Nicholas Piggin
1
-12
/
+4
2024-04-26
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-30
target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisor
Nicholas Piggin
1
-2
/
+3
2024-03-13
Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
1
-274
/
+144
2024-03-13
target/ppc: Remove interrupt handler wrapper functions
BALATON Zoltan
1
-39
/
+28
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 3
BALATON Zoltan
1
-13
/
+2
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 2
BALATON Zoltan
1
-2
/
+2
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 1
BALATON Zoltan
1
-25
/
+24
2024-03-13
target/ppc: Readability improvements in exception handlers
BALATON Zoltan
1
-147
/
+32
2024-03-13
target/ppc: Use env_cpu for cpu_abort in excp_helper
BALATON Zoltan
1
-55
/
+63
2024-03-12
target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
1
-2
/
+1
2024-02-23
target/ppc: Fix crash on machine check caused by ifetch
Nicholas Piggin
1
-11
/
+25
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
1
-1
/
+1
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-6
/
+6
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
[next]