aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)Author
2021-03-26s390x: move S390_ADAPTER_SUPPRESSIBLEGerd Hoffmann
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-04-29s390x: Add SIDA memory opsJanosch Frank
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank
2019-12-14s390x/tcg: clear local interrupts on reset normalCornelia Huck
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank
2019-12-14s390x: Move initial resetJanosch Frank
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank
2019-10-09target/s390x: Remove ILEN_UNWINDRichard Henderson
2019-10-09target/s390x: Remove ILEN_AUTORichard Henderson
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson
2019-10-09s390x/mmu: Implement Instruction-Execution-Protection FacilityDavid Hildenbrand
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-06-07s390x/tcg: Introduce tcg_s390_vector_exception()David Hildenbrand
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand
2019-06-07s390x: Align vector registers to 16 bytesDavid Hildenbrand
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-11s390x/tcg: Check vector register instructions at central pointDavid Hildenbrand
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2019-02-04target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-08-20s390x/kvm: add etoken facilityChristian Borntraeger
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-03-08target/s390x: Remove leading underscores from #definesThomas Huth
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck