Age | Commit message (Expand) | Author |
2020-09-02 | hw/block/nvme: add remaining mandatory controller parameters | Klaus Jensen |
2020-09-02 | hw/block/nvme: flush write cache when disabled | Klaus Jensen |
2020-09-02 | hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h | Klaus Jensen |
2020-09-02 | hw/block/nvme: add support for the asynchronous event request command | Klaus Jensen |
2020-09-02 | hw/block/nvme: add support for the get log page command | Klaus Jensen |
2020-09-02 | hw/block/nvme: mark fw slot 1 as read-only | Klaus Jensen |
2020-09-02 | hw/block/nvme: add temperature threshold feature | Klaus Jensen |
2020-09-02 | hw/block/nvme: add support for the abort command | Klaus Jensen |
2020-09-02 | hw/block/nvme: additional tracing | Klaus Jensen |
2020-09-02 | hw/block/nvme: fix missing endian conversion | Klaus Jensen |
2020-09-02 | hw/block/nvme: bump spec data structures to v1.3 | Klaus Jensen |
2020-09-02 | hw/block/nvme: Align I/O BAR to 4 KiB | Philippe Mathieu-Daudé |
2020-09-02 | hw/block/nvme: Fix pmrmsc register size | Philippe Mathieu-Daudé |
2020-09-02 | hw/block/nvme: Use QEMU_PACKED on hardware/packet structures | Philippe Mathieu-Daudé |
2020-09-02 | hw/block/nvme: Update specification URL | Philippe Mathieu-Daudé |
2020-09-02 | MAINTAINERS: update nvme entry | Keith Busch |
2020-09-01 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'... | Peter Maydell |
2020-09-01 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-01 | hw/arm/sbsa-ref : Add embedded controller in secure memory | Graeme Gregory |
2020-09-01 | hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref | Graeme Gregory |
2020-09-01 | hw/arm/sbsa-ref: add "reg" property to DT cpu nodes | Leif Lindholm |
2020-09-01 | target/arm: Enable FP16 in '-cpu max' | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | Peter Maydell |
2020-09-01 | target/arm: Implement new VFP fp16 insn VMOVX | Peter Maydell |
2020-09-01 | target/arm: Implement new VFP fp16 insn VINS | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VRINT* | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VSEL | Peter Maydell |
2020-09-01 | target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode | Peter Maydell |