aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)Author
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck
2024-02-11target/hppa: PDC_BTLB_INFO uses 32-bit intsHelge Deller
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller
2024-01-13target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan
2023-12-29target/hppa: Constify VMState in machine.cRichard Henderson
2023-11-20Merge tag 'hppa64-fixes-pull-request' of https://github.com/hdeller/qemu-hppa...Stefan Hajnoczi
2023-11-17target/hppa: Fix 64-bit SHRPD instructionHelge Deller
2023-11-15target/hppa: spelling fixes: Indicies, TruelyMichael Tokarev
2023-11-13target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40Richard Henderson
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson
2023-11-13target/hppa: Fix possible overflow in TLB size calculationHelge Deller
2023-11-13target/hppa: Fix calculation of CR_IIASQ back registerHelge Deller
2023-11-13target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probeRichard Henderson
2023-11-13target/hppa: Use only low 2 immediate bits for PROBEIRichard Henderson
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-06target/hppa: Improve interrupt loggingRichard Henderson
2023-11-06target/hppa: Update IIAOQ, IIASQ for pa2.0Richard Henderson
2023-11-06target/hppa: Create raise_exception_with_iorRichard Henderson
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller
2023-11-06target/hppa: Avoid async_safe_run_on_cpu on uniprocessor systemRichard Henderson
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller
2023-11-06target/hppa: Implement PERMHRichard Henderson
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson