summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/mips: Rename decode_opc_mxu() as decode_ase_mxu()Philippe Mathieu-Daudé2021-03-131-2/+2
| * | target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()Philippe Mathieu-Daudé2021-03-131-14/+5Star
| * | target/mips: Use OPC_MUL instead of OPC__MXU_MULPhilippe Mathieu-Daudé2021-03-131-2/+1Star
| * | target/mips: Pass instruction opcode to decode_opc_mxu()Philippe Mathieu-Daudé2021-03-131-7/+7
| * | target/mips: Remove unused CPUMIPSState* from MXU functionsPhilippe Mathieu-Daudé2021-03-131-10/+10
| * | target/mips: Remove XBurst Media eXtension Unit dead codePhilippe Mathieu-Daudé2021-03-131-1286/+0Star
| * | target/mips: Rewrite complex ifdef'ryPhilippe Mathieu-Daudé2021-03-131-4/+7
| * | target/mips/meson: Restrict mips-semi.c to TCGPhilippe Mathieu-Daudé2021-03-131-1/+1
| * | target/mips/meson: Introduce mips_tcg source setPhilippe Mathieu-Daudé2021-03-131-2/+5
| * | hw/mips/gt64xxx: Trace accesses to ISD registersPhilippe Mathieu-Daudé2021-03-132-0/+4
| * | hw/mips/gt64xxx: Rename trace events related to interrupt registersPhilippe Mathieu-Daudé2021-03-132-10/+10
| * | hw/mips/gt64xxx: Fix typos in qemu_log_mask() formatsPhilippe Mathieu-Daudé2021-03-131-10/+10
| * | hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlersPhilippe Mathieu-Daudé2021-03-131-4/+6
| * | hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()Philippe Mathieu-Daudé2021-03-131-2/+9
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell2021-03-144-24/+58
|\ \ \
| * | | linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio2021-03-131-1/+2
| * | | linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio2021-03-131-2/+1Star
| * | | linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio2021-03-131-1/+1
| * | | linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2021-03-132-17/+51
| * | | linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole2021-03-131-3/+3
| |/ /
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell2021-03-14116-338/+311Star
|\ \ \
| * | | README: Add Documentation blurbJohn Snow2021-03-121-0/+11
| * | | MAINTAINERS: Merge the Gitlab-CI section into the generic CI sectionThomas Huth2021-03-121-15/+8Star
| * | | tests: remove "make check-speed" in favor of "make bench"Paolo Bonzini2021-03-121-6/+2Star
| * | | gitlab-ci.yml: Merge check-crypto-old jobs into the build-crypto-old jobsThomas Huth2021-03-121-41/+4Star
| * | | gitlab-ci.yml: Merge one of the coroutine jobs with the tcg-disabled jobThomas Huth2021-03-121-10/+4Star
| * | | gitlab-ci.yml: Add some missing dependencies to the jobsThomas Huth2021-03-121-0/+8
| * | | gitlab-ci.yml: Move build-tools-and-docs-debian to a better placeThomas Huth2021-03-121-13/+15
| * | | tests: Move benchmarks into a separate folderThomas Huth2021-03-129-34/+36
| * | | tests: Move unit tests into a separate directoryThomas Huth2021-03-12106-219/+223
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...Peter Maydell2021-03-1439-934/+2232
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/display/pxa2xx: Inline template headerPeter Maydell2021-03-142-436/+425Star
| * | | hw/display/pxa2xx: Apply whitespace-only coding style fixes to template headerPeter Maydell2021-03-141-34/+32Star
| * | | hw/display/pxa2xx: Apply brace-related coding style fixes to template headerPeter Maydell2021-03-141-19/+28
| * | | hw/display/pxa2xx: Remove use of BITS in pxa2xx_template.hPeter Maydell2021-03-141-65/+45Star
| * | | hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell2021-03-141-9/+11
| * | | hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell2021-03-141-62/+17Star
| * | | hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell2021-03-142-68/+65Star
| * | | hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell2021-03-142-99/+80Star
| * | | hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell2021-03-141-45/+8Star
| * | | tests/qtest: Test PWM fan RPM using MFT in PWM testHao Wu2021-03-121-6/+199
| * | | hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu2021-03-122-1/+109
| * | | hw/arm: Add MFT device to NPCM7xx SocHao Wu2021-03-123-9/+40
| * | | hw/misc: Add NPCM7XX MFT ModuleHao Wu2021-03-124-0/+619
| * | | hw/misc: Add GPIOs for duty in NPCM7xx PWMHao Wu2021-03-122-1/+7
| * | | hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones2021-03-123-10/+23
| * | | accel: kvm: Fix kvm_type invocationAndrew Jones2021-03-122-0/+3
| * | | hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé2021-03-121-0/+1
| * | | tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cu...Niek Linnenbank2021-03-122-14/+0Star
| * | | tests/acceptance: update sunxi kernel from armbian to 5.10.16Niek Linnenbank2021-03-122-24/+24