index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
sparc
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
2023-03-05
target/sparc: Use tlb_set_page_full
Richard Henderson
2023-02-27
target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
Philippe Mathieu-Daudé
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-11-02
target/sparc: Set fault address in sparc_cpu_do_unaligned_access
Richard Henderson
2021-11-02
target/sparc: Split out build_sfsr
Richard Henderson
2021-11-02
target/sparc: Make sparc_cpu_tlb_fill sysemu only
Richard Henderson
2020-11-15
sparc tcg cpus: Fix Lesser GPL version number
Chetan Pant
2019-09-17
target/sparc: Remove unused ldl_phys from dump_mmu()
Peter Maydell
2019-09-17
target/sparc: Handle bus errors in mmu_probe()
Peter Maydell
2019-09-17
target/sparc: Correctly handle bus errors in page table walks
Peter Maydell
2019-09-03
target/sparc: sun4u Invert Endian TTE bit
Tony Nguyen
2019-09-03
target/sparc: Add TLB entry with attributes
Tony Nguyen
2019-06-10
target/sparc: Use env_cpu, env_archcpu
Richard Henderson
2019-05-10
target/sparc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
2018-05-31
target: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-09
target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...
Jean-Christophe Dubois
2017-11-07
linux-user/sparc: Put address for data faults where linux-user expects it
Peter Maydell
2017-09-01
sparc: embed sparc_def_t into CPUSPARCState
Igor Mammedov
2017-01-18
target-sparc: add more registers to dump_mmu
Artyom Tarasenko
2017-01-18
target-sparc: allow 256M sized pages
Artyom Tarasenko
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth