summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-21Update linux headers to 5.11-rc2Eric Farman
2021-01-21update-linux-headers: Include const.hEric Farman
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand
2021-01-21tests/tcg/s390x: Fix EXRL testsDavid Hildenbrand
2021-01-21s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand
2021-01-21s390x/tcg: Fix RISBHGDavid Hildenbrand
2021-01-21s390x/tcg: Fix ALGSIDavid Hildenbrand
2021-01-20Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell
2021-01-20MAINTAINERS: Make status spellings consistentJohn Snow
2021-01-20MAINTAINERS: Remove Ben WarrenJohn Snow
2021-01-20tests: Fix memory leak in tpm-util.cStefan Berger
2021-01-20qtest/npcm7xx_pwm-test: Fix memleak in pwm_qom_getGan Qixin
2021-01-20gitlab-ci: Add alpine to pipelineJiaxun Yang
2021-01-20tests/check-block.sh: Refuse to run the iotests with BusyBox' sedThomas Huth
2021-01-20tests/docker: Add dockerfile for Alpine LinuxJiaxun Yang
2021-01-20accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang
2021-01-20tests: Rename PAGE_SIZE definitionsJiaxun Yang
2021-01-20elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang
2021-01-20hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZEJiaxun Yang
2021-01-20libvhost-user: Include poll.h instead of sys/poll.hJiaxun Yang
2021-01-20configure: Add sys/timex.h to probe clock_adjtimeJiaxun Yang
2021-01-20osdep.h: Remove <sys/signal.h> includeMichael Forney
2021-01-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210119-...Peter Maydell
2021-01-19docs: Build and install all the docs in a single manualPeter Maydell
2021-01-19target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé
2021-01-19npcm7xx_adc-test: Fix memleak in adc_qom_setGan Qixin
2021-01-19target/arm: Update REV, PUNPK for pred_descRichard Henderson
2021-01-19target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson
2021-01-19target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson
2021-01-19target/arm: Introduce PREDDESC field definitionsRichard Henderson
2021-01-19target/arm: refactor vae1_tlbmask()Rémi Denis-Courmont
2021-01-19target/arm: enable Secure EL2 in max CPURémi Denis-Courmont
2021-01-19target/arm: Implement SCR_EL2.EEL2Rémi Denis-Courmont
2021-01-19target/arm: revector to run-time pick target ELRémi Denis-Courmont
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont
2021-01-19target/arm: secure stage 2 translation regimeRémi Denis-Courmont
2021-01-19target/arm: generalize 2-stage page-walk conditionRémi Denis-Courmont
2021-01-19target/arm: translate NS bit in page-walksRémi Denis-Courmont
2021-01-19target/arm: do S1_ptw_translate() before address space lookupRémi Denis-Courmont
2021-01-19target/arm: handle VMID change in secure stateRémi Denis-Courmont
2021-01-19target/arm: add ARMv8.4-SEL2 system registersRémi Denis-Courmont
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont
2021-01-19target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont
2021-01-19target/arm: Define isar_feature function to test for presence of SEL2Rémi Denis-Courmont
2021-01-19target/arm: factor MDCR_EL2 common handlingRémi Denis-Courmont
2021-01-19target/arm: use arm_hcr_el2_eff() where applicableRémi Denis-Courmont
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont
2021-01-19target/arm: add arm_is_el2_enabled() helperRémi Denis-Courmont
2021-01-19target/arm: remove redundant testsRémi Denis-Courmont
2021-01-19target/arm: Use object_property_add_bool for "sve" propertyRichard Henderson