Age | Commit message (Expand) | Author | Files | Lines |
2021-11-29 | target/ppc: fix Hash64 MMU update of PTE bit R | Leandro Lupori | 1 | -0/+5 |
2021-07-09 | target/ppc: changed ppc_hash64_xlate to use mmu_idx | Bruno Larsen (billionai) | 1 | -1/+1 |
2021-07-09 | target/ppc: Introduce ppc_xlate | Richard Henderson | 1 | -3/+3 |
2021-07-09 | target/ppc: Use MMUAccessType with *_handle_mmu_fault | Richard Henderson | 1 | -2/+2 |
2021-05-19 | target/ppc: moved ppc_store_lpcr to misc_helper.c | Lucas Mateus Castro (alqotel) | 1 | -1/+0 |
2021-05-19 | target/ppc: moved function out of mmu-hash64 | Lucas Mateus Castro (alqotel) | 1 | -3/+0 |
2019-04-26 | ppc/hash64: Rework R and C bit updates | Benjamin Herrenschmidt | 1 | -2/+0 |
2019-04-18 | target: Clean up how the dump_mmu() print | Markus Armbruster | 1 | -1/+1 |
2019-02-26 | target/ppc: Support for POWER9 native hash | Benjamin Herrenschmidt | 1 | -18/+1 |
2019-02-26 | target/ppc: Add basic support for "new format" HPTE as found on POWER9 | Benjamin Herrenschmidt | 1 | -0/+5 |
2018-06-22 | target/ppc: Add ppc_hash64_filter_pagesizes() | David Gibson | 1 | -0/+3 |
2018-05-04 | target/ppc: Add ppc_store_lpcr() helper | David Gibson | 1 | -2/+1 |
2018-05-04 | target/ppc: return a nil HPT base address on sPAPR machines | Cédric Le Goater | 1 | -0/+3 |
2018-04-27 | target/ppc: Fold slb_nr into PPCHash64Options | David Gibson | 1 | -0/+1 |
2018-04-27 | target/ppc: Fold ci_large_pages flag into PPCHash64Options | David Gibson | 1 | -0/+1 |
2018-04-27 | target/ppc: Move 1T segment and AMR options to PPCHash64Options | David Gibson | 1 | -0/+8 |
2018-04-27 | target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs | David Gibson | 1 | -0/+1 |
2018-04-27 | target/ppc: Split page size information into a separate allocation | David Gibson | 1 | -0/+22 |
2018-04-27 | target/ppc: Move page size setup to helper function | David Gibson | 1 | -0/+11 |
2018-04-27 | target/ppc: Avoid taking "env" parameter to mmu-hash64 functions | David Gibson | 1 | -2/+2 |
2017-07-17 | pseries: Implement HPT resizing | David Gibson | 1 | -0/+4 |
2017-03-01 | target/ppc: Correct SDR1 masking | David Gibson | 1 | -1/+1 |
2017-03-01 | target/ppc: Remove the function ppc_hash64_set_sdr1() | Suraj Jitindar Singh | 1 | -3/+0 |
2017-03-01 | target/ppc: Manage external HPT via virtual hypervisor | David Gibson | 1 | -2/+5 |
2017-03-01 | target/ppc: Eliminate htab_base and htab_mask variables | David Gibson | 1 | -0/+13 |
2017-03-01 | target/ppc: Cleanup HPTE accessors for 64-bit hash MMU | David Gibson | 1 | -30/+16 |
2017-03-01 | target/ppc: Fix KVM-HV HPTE accessors | David Gibson | 1 | -1/+1 |
2017-02-02 | target/ppc/mmu_hash64: Fix incorrect shift value in amr calculation | Suraj Jitindar Singh | 1 | -1/+1 |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -0/+136 |