summaryrefslogtreecommitdiff
path: root/target/sparc/mmu_helper.c
AgeCommit message (Expand)Author
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-02target/sparc: Set fault address in sparc_cpu_do_unaligned_accessRichard Henderson
2021-11-02target/sparc: Split out build_sfsrRichard Henderson
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant
2019-09-17target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell
2019-09-17target/sparc: Handle bus errors in mmu_probe()Peter Maydell
2019-09-17target/sparc: Correctly handle bus errors in page table walksPeter Maydell
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson
2019-05-10target/sparc: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-09target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...Jean-Christophe Dubois
2017-11-07linux-user/sparc: Put address for data faults where linux-user expects itPeter Maydell
2017-09-01sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov
2017-01-18target-sparc: add more registers to dump_mmuArtyom Tarasenko
2017-01-18target-sparc: allow 256M sized pagesArtyom Tarasenko
2016-12-20Move target-* CPU file into a target/ folderThomas Huth