Age | Commit message (Expand) | Author | Files | Lines |
2020-11-15 | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-06-10 | target/hppa: Use env_cpu, env_archcpu | Richard Henderson | 1 | -6/+4 |
2019-05-10 | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 1 | -6/+0 |
2019-05-10 | target/hppa: Convert to CPUClass::tlb_fill | Richard Henderson | 1 | -5/+17 |
2019-04-29 | target/hppa: Always return EXCP_DMAR for protection id trap | Nick Hudson | 1 | -2/+1 |
2019-03-12 | target/hppa: add TLB protection id check | Sven Schnelle | 1 | -1/+27 |
2019-03-12 | target/hppa: allow multiple itlbp without itlba | Sven Schnelle | 1 | -1/+1 |
2019-03-12 | target/hppa: add TLB trace events | Sven Schnelle | 1 | -2/+19 |
2019-03-12 | target/hppa: report ITLB_EXCP_MISS for ITLB misses | Sven Schnelle | 1 | -3/+1 |
2019-03-12 | target/hppa: fix TLB handling for page 0 | Sven Schnelle | 1 | -5/+7 |
2018-10-16 | target/hppa: Raise exception 26 on emulated hardware | Helge Deller | 1 | -1/+2 |
2018-01-31 | target/hppa: Only use EXCP_DTLB_MISS | Richard Henderson | 1 | -1/+3 |
2018-01-31 | target/hppa: Implement B,GATE insn | Richard Henderson | 1 | -0/+8 |
2018-01-30 | target/hppa: Implement LPA | Richard Henderson | 1 | -0/+21 |
2018-01-30 | target/hppa: Implement P*TLB and P*TLBE insns | Richard Henderson | 1 | -0/+37 |
2018-01-30 | target/hppa: Implement I*TLBA and I*TLBP insns | Richard Henderson | 1 | -2/+78 |
2018-01-30 | target/hppa: Implement tlb_fill | Richard Henderson | 1 | -7/+155 |
2018-01-30 | target/hppa: Add control registers | Richard Henderson | 1 | -1/+1 |
2018-01-30 | target/hppa: Define hardware exception types | Richard Henderson | 1 | -1/+3 |
2018-01-30 | target/hppa: Skeleton support for hppa-softmmu | Helge Deller | 1 | -0/+54 |