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
/
hppa
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-11
target/hppa: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hppa: Set Float3NaNPropRule explicitly
Peter Maydell
1
-0
/
+8
2024-12-11
target/hppa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-0
/
+2
2024-11-05
target/hppa: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+6
2024-10-13
target/hppa: Implement TCGCPUOps.tlb_fill_align
Richard Henderson
3
-13
/
+16
2024-10-13
target/hppa: Handle alignment faults in hppa_get_physical_address
Richard Henderson
1
-1
/
+6
2024-10-13
target/hppa: Fix priority of T, D, and B page faults
Richard Henderson
1
-3
/
+5
2024-10-13
target/hppa: Perform access rights before protection id check
Richard Henderson
1
-6
/
+6
2024-10-13
target/hppa: Add MemOp argument to hppa_get_physical_address
Richard Henderson
4
-7
/
+8
2024-09-20
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-13
target/alpha, hppa: Remove unused parent_reset fields
Peter Maydell
1
-2
/
+0
2024-09-03
target/hppa: Fix random 32-bit linux-user crashes
Helge Deller
1
-1
/
+1
2024-09-03
target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
Helge Deller
2
-2
/
+2
2024-07-11
target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
Peter Maydell
1
-0
/
+1
2024-05-15
Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
11
-728
/
+842
2024-05-15
target/hppa: Log cpu state on return-from-interrupt
Richard Henderson
1
-0
/
+12
2024-05-15
target/hppa: Log cpu state at interrupt
Richard Henderson
1
-13
/
+14
2024-05-15
target/hppa: Implement CF_PCREL
Richard Henderson
2
-32
/
+55
2024-05-15
target/hppa: Adjust priv for B,GATE at runtime
Richard Henderson
4
-25
/
+47
2024-05-15
target/hppa: Drop tlb_entry return from hppa_get_physical_address
Richard Henderson
4
-20
/
+7
2024-05-15
target/hppa: Implement PSW_X
Richard Henderson
1
-17
/
+25
2024-05-15
target/hppa: Implement PSW_B
Richard Henderson
1
-19
/
+6
2024-05-15
target/hppa: Manage PSW_X and PSW_B in translator
Richard Henderson
2
-3
/
+57
2024-05-15
target/hppa: Split PSW X and B into their own field
Richard Henderson
2
-4
/
+5
2024-05-15
target/hppa: Improve hppa_cpu_dump_state
Richard Henderson
1
-6
/
+54
2024-05-15
target/hppa: Do not mask in copy_iaoq_entry
Richard Henderson
1
-6
/
+1
2024-05-15
target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
Richard Henderson
3
-55
/
+48
2024-05-15
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
4
-4
/
+16
2024-05-15
target/hppa: Use delay_excp for conditional trap on overflow
Richard Henderson
4
-17
/
+14
2024-05-15
target/hppa: Use delay_excp for conditional traps
Richard Henderson
4
-19
/
+32
2024-05-15
target/hppa: Introduce DisasDelayException
Richard Henderson
1
-5
/
+55
2024-05-15
target/hppa: Remove cond_free
Richard Henderson
1
-75
/
+27
2024-05-15
target/hppa: Use TCG_COND_TST* in trans_ftest
Richard Henderson
1
-16
/
+6
2024-05-15
target/hppa: Use registerfields.h for FPSR
Richard Henderson
3
-23
/
+46
2024-05-15
target/hppa: Use TCG_COND_TST* in trans_bb_imm
Richard Henderson
1
-9
/
+3
2024-05-15
target/hppa: Use TCG_COND_TST* in do_unit_addsub
Richard Henderson
1
-2
/
+2
2024-05-15
target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
Richard Henderson
1
-2
/
+1
2024-05-15
target/hppa: Use TCG_COND_TST* in do_log_cond
Richard Henderson
1
-51
/
+27
2024-05-15
target/hppa: Use TCG_COND_TST* in do_cond
Richard Henderson
1
-36
/
+28
2024-05-15
target/hppa: Rename cond_make_* helpers
Richard Henderson
1
-26
/
+26
2024-05-15
target/hppa: Use displacements in DisasIAQE
Richard Henderson
1
-20
/
+23
2024-05-15
target/hppa: Introduce and use DisasIAQE for branch management
Richard Henderson
1
-180
/
+198
2024-05-15
target/hppa: Always make a copy in do_ibranch_priv
Richard Henderson
1
-4
/
+3
2024-05-15
target/hppa: Use umax in do_ibranch_priv
Richard Henderson
1
-1
/
+1
2024-05-15
target/hppa: Add space argument to do_ibranch
Richard Henderson
1
-50
/
+26
2024-05-15
target/hppa: Add space arguments to install_iaq_entries
Richard Henderson
1
-31
/
+27
2024-05-15
target/hppa: Add IASQ entries to DisasContext
Richard Henderson
1
-9
/
+30
2024-05-15
target/hppa: Simplify TB end
Richard Henderson
1
-50
/
+55
2024-05-15
target/hppa: Skip nullified insns in unconditional dbranch path
Richard Henderson
1
-2
/
+8
2024-05-15
target/hppa: Delay computation of IAQ_Next
Richard Henderson
1
-16
/
+10
[next]