summaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash64.h
AgeCommit message (Expand)Author
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2019-02-26target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt
2019-02-26target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson
2018-05-04target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson
2017-02-02target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh
2016-12-20Move target-* CPU file into a target/ folderThomas Huth