aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell
2020-09-01target/arm: Implement VFP fp16 VSELPeter Maydell
2020-09-01target/arm: Implement VFP vp16 VCVT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCVT between float and fixed-pointPeter Maydell
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell
2020-09-01target/arm: Make VFP_CONV_FIX macros take separate float type and float sizePeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCVT between float and integerPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VLDR and VSTRPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VMOV immediatePeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell
2020-09-01target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()Peter Maydell
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell
2020-09-01target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMSPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell
2020-09-01target/arm: Use correct ID register check for aa32_fp16_arithPeter Maydell
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell
2020-08-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ...Peter Maydell
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann
2020-08-31usb-host: workaround libusb bugGerd Hoffmann
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley
2020-08-31scripts: Add u2f-setup-gen scriptCésar Belley
2020-08-31docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examplesCésar Belley
2020-08-31docs/system: Add U2F key to the USB devices examplesCésar Belley
2020-08-31meson: Add U2F key to mesonCésar Belley
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley
2020-08-31hw/usb: Add U2F key base classCésar Belley
2020-08-31docs: Add USB U2F key device documentationCésar Belley
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang
2020-08-31hw: xhci: check return value of 'usb_packet_map'Li Qiang
2020-08-30Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into stagingPeter Maydell
2020-08-29softfloat: Define comparison operations for bfloat16Richard Henderson
2020-08-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei
2020-08-28softfloat: Add float16_is_normalStephen Long
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng
2020-08-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200828a'...Peter Maydell
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell
2020-08-28linux-user: Add support for utimensat_time64() and semtimedop_time64()Filip Bozuta
2020-08-28linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_inte...Filip Bozuta