| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | MAINTAINERS: Add ACPI/HEST/GHES entries | Dongjiu Geng | 2020-05-14 | 1 | -0/+9 |
| | * | | | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | Dongjiu Geng | 2020-05-14 | 7 | -6/+89 |
| | * | | | ACPI: Record Generic Error Status Block(GESB) table | Dongjiu Geng | 2020-05-14 | 2 | -0/+220 |
| | * | | | KVM: Move hwpoison page related functions into kvm-all.c | Dongjiu Geng | 2020-05-14 | 3 | -36/+48 |
| | * | | | ACPI: Record the Generic Error Status Block address | Dongjiu Geng | 2020-05-14 | 5 | -0/+49 |
| | * | | | ACPI: Build Hardware Error Source Table | Dongjiu Geng | 2020-05-14 | 3 | -0/+167 |
| | * | | | ACPI: Build related register address fields via hardware error fw_cfg blob | Dongjiu Geng | 2020-05-14 | 8 | -0/+131 |
| | * | | | docs: APEI GHES generation and CPER record description | Dongjiu Geng | 2020-05-14 | 2 | -0/+111 |
| | * | | | hw/arm/virt: Introduce a RAS machine option | Dongjiu Geng | 2020-05-14 | 2 | -0/+24 |
| | * | | | acpi: nvdimm: change NVDIMM_UUID_LE to a common macro | Dongjiu Geng | 2020-05-14 | 2 | -7/+30 |
| | * | | | aspeed: Add support for the sonorapass-bmc board | Patrick Williams | 2020-05-14 | 1 | -0/+78 |
| | * | | | target/arm: Vectorize SABA/UABA | Richard Henderson | 2020-05-14 | 6 | -33/+174 |
| | * | | | target/arm: Vectorize SABD/UABD | Richard Henderson | 2020-05-14 | 5 | -4/+176 |
| | * | | | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | Richard Henderson | 2020-05-14 | 1 | -0/+2 |
| | * | | | target/arm: Pass pointer to qc to qrdmla/qrdmls | Richard Henderson | 2020-05-14 | 2 | -34/+54 |
| | * | | | target/arm: Create gen_gvec_{qrdmla,qrdmls} | Richard Henderson | 2020-05-14 | 3 | -58/+33 |
| | * | | | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson | 2020-05-14 | 4 | -18/+8 |
| | * | | | target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub} | Richard Henderson | 2020-05-14 | 4 | -135/+147 |
| | * | | | target/arm: Create gen_gvec_{cmtst,ushl,sshl} | Richard Henderson | 2020-05-14 | 4 | -102/+95 |
| | * | | | target/arm: Swap argument order for VSHL during decode | Richard Henderson | 2020-05-14 | 2 | -4/+16 |
| | * | | | target/arm: Create gen_gvec_{mla,mls} | Richard Henderson | 2020-05-14 | 4 | -73/+71 |
| | * | | | target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0 | Richard Henderson | 2020-05-14 | 3 | -218/+74 |
| | * | | | target/arm: Tidy handle_vec_simd_shri | Richard Henderson | 2020-05-14 | 1 | -42/+14 |
| | * | | | target/arm: Remove unnecessary range check for VSHL | Richard Henderson | 2020-05-14 | 1 | -10/+2 |
| | * | | | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson | 2020-05-14 | 5 | -101/+160 |
| | * | | | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson | 2020-05-14 | 5 | -26/+527 |
| | * | | | target/arm: Create gen_gvec_[us]sra | Richard Henderson | 2020-05-14 | 5 | -79/+139 |
| | * | | | target/arm: Use correct GDB XML for M-profile cores | Peter Maydell | 2020-05-14 | 4 | -6/+48 |
| * | | | | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-05-14... | Peter Maydell | 2020-05-14 | 9 | -56/+218 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | target/microblaze: monitor: Increase the number of registers reported | Joe Komlodi | 2020-05-14 | 1 | -2/+14 |
| | * | | | target/microblaze: gdb: Fix incorrect SReg reporting | Joe Komlodi | 2020-05-14 | 1 | -10/+49 |
| | * | | | target/microblaze: gdb: Extend the number of registers presented to GDB | Joe Komlodi | 2020-05-14 | 2 | -4/+50 |
| | * | | | target/microblaze: Fix FPU2 instruction check | Joe Komlodi | 2020-05-14 | 1 | -1/+1 |
| | * | | | target/microblaze: Add MFS Rd,EDR translation | Tong Ho | 2020-05-14 | 1 | -0/+1 |
| | * | | | MAINTAINERS: Add myself as streams maintainer | Edgar E. Iglesias | 2020-05-14 | 1 | -0/+6 |
| | * | | | hw/dma/xilinx_axidma: s2mm: Support stream fragments | Edgar E. Iglesias | 2020-05-14 | 1 | -7/+7 |
| | * | | | hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor | Edgar E. Iglesias | 2020-05-14 | 1 | -14/+17 |
| | * | | | hw/net/xilinx_axienet: Handle fragmented packets from DMA | Edgar E. Iglesias | 2020-05-14 | 1 | -7/+31 |
| | * | | | hw/core: stream: Add an end-of-packet flag | Edgar E. Iglesias | 2020-05-14 | 5 | -13/+22 |
| | * | | | hw/dma/xilinx_axidma: Add DMA memory-region property | Edgar E. Iglesias | 2020-05-14 | 1 | -7/+23 |
| | * | | | hw/net/xilinx_axienet: Remove unncessary cast | Edgar E. Iglesias | 2020-05-14 | 1 | -1/+1 |
| | * | | | hw/net/xilinx_axienet: Cleanup stream->push assignment | Edgar E. Iglesias | 2020-05-14 | 1 | -6/+12 |
| | * | | | hw/net/xilinx_axienet: Auto-clear PHY Autoneg | Edgar E. Iglesias | 2020-05-14 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-14' into sta... | Peter Maydell | 2020-05-14 | 4 | -8/+30 |
| |\ \ \ |
|
| | * | | | xen-9pfs: Fix log messages of reply errors | Christian Schoenebeck | 2020-05-14 | 1 | -4/+5 |
| | * | | | 9pfs: local: ignore O_NOATIME if we don't have permissions | Omar Sandoval | 2020-05-14 | 1 | -0/+13 |
| | * | | | qemu-options.hx: 9p: clarify -virtfs vs. -fsdev | Christian Schoenebeck | 2020-05-14 | 1 | -3/+11 |
| | * | | | MAINTAINERS: Upgrade myself as 9pfs co-maintainer | Christian Schoenebeck | 2020-05-14 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-13' in... | Peter Maydell | 2020-05-13 | 30 | -163/+825 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | block/block-copy: fix use-after-free of task pointer | Vladimir Sementsov-Ogievskiy | 2020-05-13 | 1 | -1/+1 |