index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
hppa
/
mem_helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/hppa: fix access_id check
Sven Schnelle
2024-03-19
1
-17
/
+61
*
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-12
1
-2
/
+1
*
target/hppa: Restore unwind_breg before calculating ior
Helge Deller
2024-03-03
1
-1
/
+2
*
target/hppa: PDC_BTLB_INFO uses 32-bit ints
Helge Deller
2024-02-11
1
-1
/
+1
*
target/hppa: Implement do_transaction_failed handler for I/O errors
Helge Deller
2024-02-11
1
-0
/
+19
*
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-02-03
1
-1
/
+1
*
target/hppa: Export function hppa_set_ior_and_isr()
Helge Deller
2024-01-13
1
-11
/
+12
*
target/hppa: Avoid accessing %gr0 when raising exception
Helge Deller
2024-01-13
1
-1
/
+1
*
target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
Helge Deller
2024-01-13
1
-2
/
+8
*
target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40
Richard Henderson
2023-11-13
1
-17
/
+33
*
target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
Richard Henderson
2023-11-13
1
-20
/
+21
*
target/hppa: Introduce MMU_IDX_MMU_DISABLED
Richard Henderson
2023-11-13
1
-2
/
+2
*
target/hppa: Fix possible overflow in TLB size calculation
Helge Deller
2023-11-13
1
-2
/
+2
*
target/hppa: Create raise_exception_with_ior
Richard Henderson
2023-11-06
1
-13
/
+51
*
target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
Richard Henderson
2023-11-06
1
-1
/
+7
*
target/hppa: Add pa2.0 cpu local tlb flushes
Helge Deller
2023-11-06
1
-4
/
+22
*
target/hppa: Remove TARGET_REGISTER_BITS
Richard Henderson
2023-11-06
1
-8
/
+8
*
target/hppa: Implement IDTLBT, IITLBT
Richard Henderson
2023-11-06
1
-5
/
+56
*
target/hppa: Handle absolute addresses for pa2.0
Richard Henderson
2023-11-06
1
-2
/
+41
*
target/hppa: Make HPPA_BTLB_ENTRIES variable
Richard Henderson
2023-11-06
1
-18
/
+22
*
target/hppa: Populate an interval tree with valid tlb entries
Richard Henderson
2023-11-06
1
-65
/
+96
*
target/hppa: Split out hppa_flush_tlb_range
Richard Henderson
2023-11-06
1
-15
/
+24
*
target/hppa: Always report one page to tlb_set_page
Richard Henderson
2023-11-06
1
-2
/
+9
*
target/hppa: Use IntervalTreeNode in HPPATLBEntry
Richard Henderson
2023-11-06
1
-14
/
+17
*
target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
Richard Henderson
2023-11-06
1
-15
/
+15
*
target/hppa: Include PSW_P in tb flags and mmu index
Richard Henderson
2023-11-06
1
-4
/
+2
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-1
/
+1
*
target/hppa: Wire up diag instruction to support BTLB
Helge Deller
2023-09-19
1
-0
/
+92
*
target/hppa: Add BTLB support to hppa TLB functions
Helge Deller
2023-09-15
1
-27
/
+60
*
target/hppa: Use privilege helper in hppa_get_physical_address()
Helge Deller
2023-08-25
1
-4
/
+5
*
target/hppa: Do not use hardcoded value for tlb_flush_*()
Helge Deller
2023-08-25
1
-4
/
+3
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target/hppa: Make hppa_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-15
/
+0
*
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-1
/
+1
*
target/hppa: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-6
/
+4
*
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
1
-6
/
+0
*
target/hppa: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-5
/
+17
*
target/hppa: Always return EXCP_DMAR for protection id trap
Nick Hudson
2019-04-29
1
-2
/
+1
*
target/hppa: add TLB protection id check
Sven Schnelle
2019-03-12
1
-1
/
+27
*
target/hppa: allow multiple itlbp without itlba
Sven Schnelle
2019-03-12
1
-1
/
+1
*
target/hppa: add TLB trace events
Sven Schnelle
2019-03-12
1
-2
/
+19
*
target/hppa: report ITLB_EXCP_MISS for ITLB misses
Sven Schnelle
2019-03-12
1
-3
/
+1
*
target/hppa: fix TLB handling for page 0
Sven Schnelle
2019-03-12
1
-5
/
+7
*
target/hppa: Raise exception 26 on emulated hardware
Helge Deller
2018-10-16
1
-1
/
+2
*
target/hppa: Only use EXCP_DTLB_MISS
Richard Henderson
2018-01-31
1
-1
/
+3
*
target/hppa: Implement B,GATE insn
Richard Henderson
2018-01-31
1
-0
/
+8
*
target/hppa: Implement LPA
Richard Henderson
2018-01-30
1
-0
/
+21
*
target/hppa: Implement P*TLB and P*TLBE insns
Richard Henderson
2018-01-30
1
-0
/
+37
*
target/hppa: Implement I*TLBA and I*TLBP insns
Richard Henderson
2018-01-30
1
-2
/
+78
[next]