index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
2020-04-29
s390x: Add SIDA memory ops
Janosch Frank
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2019-10-21
s390x/mmu: Remove duplicate check for MMU_DATA_STORE
David Hildenbrand
2019-10-09
target/s390x: Remove ilen argument from trigger_pgm_exception
Richard Henderson
2019-10-09
target/s390x: Remove ilen argument from trigger_access_exception
Richard Henderson
2019-10-09
target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw
Richard Henderson
2019-10-09
target/s390x: Return exception from translate_pages
Richard Henderson
2019-10-09
target/s390x: Return exception from mmu_translate
Richard Henderson
2019-10-09
target/s390x: Remove exc argument to mmu_translate_asce
Richard Henderson
2019-10-09
target/s390x: Return exception from mmu_translate_real
Richard Henderson
2019-10-09
s390x/mmu: Implement Instruction-Execution-Protection Facility
David Hildenbrand
2019-10-09
s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility
David Hildenbrand
2019-10-09
s390x/mmu: Add EDAT2 translation support
David Hildenbrand
2019-10-09
s390x/mmu: Convert to non-recursive page table walk
David Hildenbrand
2019-10-09
s390x/mmu: DAT table definition overhaul
David Hildenbrand
2019-10-09
s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
David Hildenbrand
2019-10-09
s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses
David Hildenbrand
2019-10-09
s390x/mmu: Inject DAT exceptions from a single place
David Hildenbrand
2019-10-09
s390x/mmu: Move DAT protection handling out of mmu_translate_asce()
David Hildenbrand
2019-10-09
s390x/mmu: Drop debug logging from MMU code
David Hildenbrand
2019-08-22
s390x/mmu: Factor out storage key handling
David Hildenbrand
2019-08-22
s390x/mmu: Better storage key reference and change bit handling
David Hildenbrand
2019-08-22
s390x/tcg: Rework MMU selection for instruction fetches
David Hildenbrand
2019-08-22
s390x/mmu: Trace the right value if setting/getting the storage key fails
David Hildenbrand
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-10
target/s390x: Use env_cpu, env_archcpu
Richard Henderson
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
2018-04-09
s390x/mmu: don't overwrite pending exception in mmu translate
David Hildenbrand
2018-03-08
target/s390x: Remove leading underscores from #defines
Thomas Huth
2018-02-26
s390x/tcg: fix disabling/enabling DAT
David Hildenbrand
2017-12-14
s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()
David Hildenbrand
2017-12-14
s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)
David Hildenbrand
2017-10-20
s390x/tcg: low-address protection support
David Hildenbrand
2017-10-06
s390x/tcg: add MMU for real addresses
David Hildenbrand
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
2017-07-28
target/s390x: fix pgm irq ilen in translate_pages()
David Hildenbrand
2017-06-13
target/s390x: rework PGM interrupt psw.addr handling
David Hildenbrand
2017-06-06
target/s390x: remove some Linux assumptions from IPTE
Aurelien Jarno
2017-06-06
target/s390x: Add support for the TEST BLOCK instruction
Thomas Huth
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth