Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell | 1 | -6/+28 |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell | 1 | -2/+29 |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 3 | -17/+26 |
2020-09-01 | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | Peter Maydell | 2 | -0/+35 |
2020-09-01 | target/arm: Implement new VFP fp16 insn VMOVX | Peter Maydell | 2 | -0/+28 |
2020-09-01 | target/arm: Implement new VFP fp16 insn VINS | Peter Maydell | 2 | -0/+31 |
2020-09-01 | target/arm: Implement VFP fp16 VRINT* | Peter Maydell | 5 | -8/+122 |
2020-09-01 | target/arm: Implement VFP fp16 VSEL | Peter Maydell | 2 | -6/+16 |
2020-09-01 | target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode | Peter Maydell | 2 | -10/+28 |
2020-09-01 | target/arm: Implement VFP fp16 VCVT between float and fixed-point | Peter Maydell | 2 | -0/+61 |
2020-09-01 | target/arm: Use macros instead of open-coding fp16 conversion helpers | Peter Maydell | 2 | -80/+12 |
2020-09-01 | target/arm: Make VFP_CONV_FIX macros take separate float type and float size | Peter Maydell | 1 | -23/+23 |
2020-09-01 | target/arm: Implement VFP fp16 VCVT between float and integer | Peter Maydell | 2 | -0/+69 |
2020-09-01 | target/arm: Implement VFP fp16 VLDR and VSTR | Peter Maydell | 2 | -2/+36 |
2020-09-01 | target/arm: Implement VFP fp16 VCMP | Peter Maydell | 4 | -7/+51 |
2020-09-01 | target/arm: Implement VFP fp16 for VMOV immediate | Peter Maydell | 2 | -0/+24 |
2020-09-01 | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell | 4 | -0/+55 |
2020-09-01 | target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp() | Peter Maydell | 1 | -35/+14 |
2020-09-01 | target/arm: Implement VFP fp16 for fused-multiply-add | Peter Maydell | 4 | -0/+77 |
2020-09-01 | target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS | Peter Maydell | 1 | -37/+13 |
2020-09-01 | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | Peter Maydell | 4 | -0/+95 |
2020-09-01 | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell | 5 | -0/+106 |
2020-09-01 | target/arm: Use correct ID register check for aa32_fp16_arith | Peter Maydell | 1 | -6/+1 |
2020-09-01 | target/arm: Remove local definitions of float constants | Peter Maydell | 3 | -19/+0 |
2020-08-31 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ... | Peter Maydell | 20 | -40/+1797 |
2020-08-31 | usb: fix setup_len init (CVE-2020-14364) | Gerd Hoffmann | 1 | -6/+10 |
2020-08-31 | usb-host: workaround libusb bug | Gerd Hoffmann | 1 | -1/+36 |
2020-08-31 | hw/usb: Add U2F device autoscan to passthru mode | César Belley | 3 | -14/+110 |
2020-08-31 | hw/usb: Add U2F device check to passthru mode | César Belley | 1 | -0/+41 |
2020-08-31 | scripts: Add u2f-setup-gen script | César Belley | 1 | -0/+170 |
2020-08-31 | docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples | César Belley | 1 | -0/+1 |
2020-08-31 | docs/system: Add U2F key to the USB devices examples | César Belley | 1 | -0/+3 |
2020-08-31 | meson: Add U2F key to meson | César Belley | 5 | -1/+27 |
2020-08-31 | hw/usb: Add U2F key emulated mode | César Belley | 1 | -0/+405 |
2020-08-31 | hw/usb: Add U2F key passthru mode | César Belley | 1 | -0/+423 |
2020-08-31 | hw/usb: Add U2F key base class implementation | César Belley | 1 | -0/+352 |
2020-08-31 | hw/usb: Add U2F key base class | César Belley | 1 | -0/+92 |
2020-08-31 | docs: Add USB U2F key device documentation | César Belley | 1 | -0/+101 |
2020-08-31 | hw/usb: Regroup USB HID protocol values | César Belley | 3 | -28/+27 |
2020-08-31 | ehci: drop pointless warn_report for guest bugs. | Gerd Hoffmann | 1 | -1/+0 |
2020-08-31 | hw: ehci: check return value of 'usb_packet_map' | Li Qiang | 1 | -2/+8 |
2020-08-31 | hw: ehci: destroy sglist in error path | Li Qiang | 1 | -0/+1 |
2020-08-31 | hw: xhci: check return value of 'usb_packet_map' | Li Qiang | 1 | -1/+4 |
2020-08-30 | Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into staging | Peter Maydell | 5 | -25/+703 |
2020-08-29 | softfloat: Define comparison operations for bfloat16 | Richard Henderson | 1 | -0/+41 |
2020-08-28 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re... | Peter Maydell | 52 | -3223/+1792 |
2020-08-28 | softfloat: Define misc operations for bfloat16 | LIU Zhiwei | 2 | -0/+86 |
2020-08-28 | softfloat: Define convert operations for bfloat16 | LIU Zhiwei | 2 | -0/+277 |
2020-08-28 | softfloat: Define operations for bfloat16 | LIU Zhiwei | 3 | -0/+211 |
2020-08-28 | softfloat: Add float16_is_normal | Stephen Long | 1 | -0/+5 |