| Commit message (Expand) | Author | Age | Files | Lines |
* | s390x: do not use ram_size global | Paolo Bonzini | 2020-12-10 | 1 | -1/+3 |
* | s390x: Add SIDA memory ops | Janosch Frank | 2020-04-29 | 1 | -0/+14 |
* | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+1 |
* | s390x/mmu: Remove duplicate check for MMU_DATA_STORE | David Hildenbrand | 2019-10-21 | 1 | -3/+1 |
* | target/s390x: Remove ilen argument from trigger_pgm_exception | Richard Henderson | 2019-10-09 | 1 | -1/+1 |
* | target/s390x: Remove ilen argument from trigger_access_exception | Richard Henderson | 2019-10-09 | 1 | -3/+3 |
* | target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw | Richard Henderson | 2019-10-09 | 1 | -1/+1 |
* | target/s390x: Return exception from translate_pages | Richard Henderson | 2019-10-09 | 1 | -10/+10 |
* | target/s390x: Return exception from mmu_translate | Richard Henderson | 2019-10-09 | 1 | -31/+20 |
* | target/s390x: Remove exc argument to mmu_translate_asce | Richard Henderson | 2019-10-09 | 1 | -2/+2 |
* | target/s390x: Return exception from mmu_translate_real | Richard Henderson | 2019-10-09 | 1 | -8/+6 |
* | s390x/mmu: Implement Instruction-Execution-Protection Facility | David Hildenbrand | 2019-10-09 | 1 | -0/+21 |
* | s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility | David Hildenbrand | 2019-10-09 | 1 | -2/+9 |
* | s390x/mmu: Add EDAT2 translation support | David Hildenbrand | 2019-10-09 | 1 | -3/+12 |
* | s390x/mmu: Convert to non-recursive page table walk | David Hildenbrand | 2019-10-09 | 1 | -100/+108 |
* | s390x/mmu: DAT table definition overhaul | David Hildenbrand | 2019-10-09 | 1 | -17/+20 |
* | s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte() | David Hildenbrand | 2019-10-09 | 1 | -1/+1 |
* | s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses | David Hildenbrand | 2019-10-09 | 1 | -4/+27 |
* | s390x/mmu: Inject DAT exceptions from a single place | David Hildenbrand | 2019-10-09 | 1 | -46/+17 |
* | s390x/mmu: Move DAT protection handling out of mmu_translate_asce() | David Hildenbrand | 2019-10-09 | 1 | -23/+16 |
* | s390x/mmu: Drop debug logging from MMU code | David Hildenbrand | 2019-10-09 | 1 | -51/+0 |
* | s390x/mmu: Factor out storage key handling | David Hildenbrand | 2019-08-22 | 1 | -44/+71 |
* | s390x/mmu: Better storage key reference and change bit handling | David Hildenbrand | 2019-08-22 | 1 | -5/+19 |
* | s390x/tcg: Rework MMU selection for instruction fetches | David Hildenbrand | 2019-08-22 | 1 | -23/+15 |
* | s390x/mmu: Trace the right value if setting/getting the storage key fails | David Hildenbrand | 2019-08-22 | 1 | -2/+4 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 2019-06-11 | 1 | -0/+1 |
* | target/s390x: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -4/+4 |
* | Make address_space_access_valid() take a MemTxAttrs argument | Peter Maydell | 2018-05-31 | 1 | -1/+2 |
* | s390x/mmu: don't overwrite pending exception in mmu translate | David Hildenbrand | 2018-04-09 | 1 | -1/+1 |
* | target/s390x: Remove leading underscores from #defines | Thomas Huth | 2018-03-08 | 1 | -27/+27 |
* | s390x/tcg: fix disabling/enabling DAT | David Hildenbrand | 2018-02-26 | 1 | -1/+1 |
* | s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw() | David Hildenbrand | 2017-12-14 | 1 | -3/+6 |
* | s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG) | David Hildenbrand | 2017-12-14 | 1 | -0/+14 |
* | s390x/tcg: low-address protection support | David Hildenbrand | 2017-10-20 | 1 | -35/+61 |
* | s390x/tcg: add MMU for real addresses | David Hildenbrand | 2017-10-06 | 1 | -0/+19 |
* | s390x/kvm: move KVM declarations and stubs to separate files | David Hildenbrand | 2017-08-30 | 1 | -0/+1 |
* | target/s390x: introduce internal.h | David Hildenbrand | 2017-08-30 | 1 | -0/+1 |
* | target/s390x: fix pgm irq ilen in translate_pages() | David Hildenbrand | 2017-07-28 | 1 | -1/+1 |
* | target/s390x: rework PGM interrupt psw.addr handling | David Hildenbrand | 2017-06-13 | 1 | -3/+3 |
* | target/s390x: remove some Linux assumptions from IPTE | Aurelien Jarno | 2017-06-06 | 1 | -2/+0 |
* | target/s390x: Add support for the TEST BLOCK instruction | Thomas Huth | 2017-06-06 | 1 | -1/+1 |
* | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 1 | -0/+499 |