Age | Commit message (Expand) | Author |
2021-09-30 | ipack: Rename ipack_bus_new_inplace() to ipack_bus_init() | Peter Maydell |
2021-09-30 | scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() | Peter Maydell |
2021-09-30 | hw/arm: xlnx-zcu102: Add Xilinx eFUSE device | Tong Ho |
2021-09-30 | hw/arm: xlnx-zcu102: Add Xilinx BBRAM device | Tong Ho |
2021-09-30 | hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device | Tong Ho |
2021-09-30 | hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx battery-backed ram | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx ZynqMP eFuse device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx Versal eFuse device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx eFuse QOM | Tong Ho |
2021-09-30 | allwinner-h3: Switch to SMC as PSCI conduit | Alexander Graf |
2021-09-29 | q800: configure nubus available slots for Quadra 800 | Mark Cave-Ayland |
2021-09-29 | q800: wire up nubus IRQs | Mark Cave-Ayland |
2021-09-29 | nubus: add support for slot IRQs | Mark Cave-Ayland |
2021-09-29 | nubus-bridge: make slot_available_mask a qdev property | Mark Cave-Ayland |
2021-09-29 | nubus-bridge: embed the NubusBus object directly within nubus-bridge | Mark Cave-Ayland |
2021-09-29 | nubus: move NubusBus from mac-nubus-bridge to nubus-bridge | Mark Cave-Ayland |
2021-09-29 | mac-nubus-bridge: rename MacNubusState to MacNubusBridge | Mark Cave-Ayland |
2021-09-29 | nubus-bridge: introduce separate NubusBridge structure | Mark Cave-Ayland |
2021-09-29 | nubus: move nubus to its own 32-bit address space | Mark Cave-Ayland |
2021-09-29 | nubus-device: add romfile property for loading declaration ROMs | Mark Cave-Ayland |
2021-09-29 | nubus-device: remove nubus_register_rom() and nubus_register_format_block() | Mark Cave-Ayland |
2021-09-29 | macfb: don't register declaration ROM | Mark Cave-Ayland |
2021-09-29 | nubus: generate bus error when attempting to access empty slots | Mark Cave-Ayland |
2021-09-29 | nubus: add trace-events for empty slot accesses | Mark Cave-Ayland |
2021-09-29 | nubus: implement BusClass get_dev_path() | Mark Cave-Ayland |
2021-09-29 | nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a... | Mark Cave-Ayland |
2021-09-29 | nubus: use bitmap to manage available slots | Mark Cave-Ayland |
2021-09-29 | nubus-device: expose separate super slot memory region | Mark Cave-Ayland |
2021-09-29 | nubus-device: rename slot_nb variable to slot | Mark Cave-Ayland |
2021-09-29 | nubus: add comment indicating reference documents | Mark Cave-Ayland |
2021-09-27 | hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc | Philippe Mathieu-Daudé |
2021-09-24 | hw/nvme: Return error for fused operations | Pankaj Raghav |
2021-09-24 | hw/nvme: fix verification of select field in namespace attachment | Naveen Nagar |
2021-09-24 | hw/nvme: fix validation of ASQ and ACQ | Klaus Jensen |
2021-09-21 | Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202... | Richard Henderson |
2021-09-21 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'... | Peter Maydell |
2021-09-21 | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210920' int... | Peter Maydell |
2021-09-21 | hw/riscv: opentitan: Correct the USB Dev address | Alistair Francis |
2021-09-21 | hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer | Frank Chang |
2021-09-21 | hw/dma: sifive_pdma: allow non-multiple transaction size transactions | Green Wan |
2021-09-21 | hw/dma: sifive_pdma: claim bit must be set before DMA transactions | Frank Chang |
2021-09-21 | hw/dma: sifive_pdma: reset Next* registers when Control.claim is set | Frank Chang |
2021-09-21 | hw/riscv: virt: Add optional ACLINT support to virt machine | Anup Patel |
2021-09-21 | hw/riscv: virt: Re-factor FDT generation | Anup Patel |
2021-09-21 | hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT | Anup Patel |
2021-09-21 | hw/intc: Rename sifive_clint sources to riscv_aclint sources | Anup Patel |
2021-09-21 | sifive_u: Connect the SiFive PWM device | Alistair Francis |
2021-09-21 | hw/timer: Add SiFive PWM support | Alistair Francis |
2021-09-21 | hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO lines | Alistair Francis |