aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)Li Qiang
2021-05-27vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...Li Qiang
2021-05-27vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)Li Qiang
2021-05-27vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang
2021-05-27vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang
2021-05-27vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang
2021-05-27vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang
2021-05-26Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request...Peter Maydell
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin
2021-05-26pckbd: add function kbd_pending()Volker Rümelin
2021-05-26pckbd: add controller response queueVolker Rümelin
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin
2021-05-26ps2: don't raise an interrupt if queue is fullVolker Rümelin
2021-05-26ps2: fix mouse stream corruptionVolker Rümelin
2021-05-26hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé
2021-05-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-upda...Peter Maydell
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée
2021-05-25hmp-commands: expand type of icount to "l" in replay commandsAlex Bennée
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée
2021-05-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...Peter Maydell
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson
2021-05-25target/arm: Tidy do_ldrqRichard Henderson
2021-05-25target/arm: Share table of sve load functionsRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long