Age | Commit message (Expand) | Author |
2021-10-28 | hw/riscv: opentitan: Fixup the PLIC context addresses | Alistair Francis |
2021-10-28 | hw/riscv: virt: Use the PLIC config helper function | Alistair Francis |
2021-10-28 | hw/riscv: microchip_pfsoc: Use the PLIC config helper function | Alistair Francis |
2021-10-28 | hw/riscv: sifive_u: Use the PLIC config helper function | Alistair Francis |
2021-10-28 | hw/riscv: boot: Add a PLIC config string function | Alistair Francis |
2021-10-28 | hw/riscv: virt: Don't use a macro for the PLIC configuration | Alistair Francis |
2021-10-27 | 9pfs: use P9Array in v9fs_walk() | Christian Schoenebeck |
2021-10-27 | 9pfs: make V9fsPath usable via P9Array API | Christian Schoenebeck |
2021-10-27 | 9pfs: simplify blksize_to_iounit() | Christian Schoenebeck |
2021-10-27 | 9pfs: deduplicate iounit code | Christian Schoenebeck |
2021-10-27 | 9pfs: fix wrong I/O block size in Rgetattr | Christian Schoenebeck |
2021-10-23 | Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull... | Richard Henderson |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse device | Tong Ho |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device | Tong Ho |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx eFuse QOM | Tong Ho |
2021-10-22 | Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202... | Richard Henderson |
2021-10-22 | Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta... | Richard Henderson |
2021-10-22 | Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int... | Richard Henderson |
2021-10-22 | hw/riscv: spike: Use MachineState::ram and MachineClass::default_ram_id | Bin Meng |
2021-10-22 | hw/riscv: sifive_u: Use MachineState::ram and MachineClass::default_ram_id | Bin Meng |
2021-10-22 | hw/riscv: sifive_e: Use MachineState::ram and MachineClass::default_ram_id | Bin Meng |
2021-10-22 | hw/riscv: shakti_c: Use MachineState::ram and MachineClass::default_ram_id | Bin Meng |
2021-10-22 | hw/riscv: opentitan: Use MachineState::ram and MachineClass::default_ram_id | Bin Meng |
2021-10-22 | hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ra... | Bin Meng |
2021-10-22 | hw/intc: sifive_plic: Cleanup the irq_request function | Alistair Francis |
2021-10-22 | hw/intc: sifive_plic: Cleanup the realize function | Alistair Francis |
2021-10-22 | hw/intc: sifive_plic: Move the properties | Alistair Francis |
2021-10-22 | hw/intc: Remove the Ibex PLIC | Alistair Francis |
2021-10-22 | hw/riscv: opentitan: Update to the latest build | Alistair Francis |
2021-10-22 | speed/sdhci: Add trace events | Cédric Le Goater |
2021-10-22 | aspeed/smc: Use a container for the flash mmio address space | Cédric Le Goater |
2021-10-22 | aspeed: Add support for the fp5280g2-bmc board | John Wang |
2021-10-22 | target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl | Richard Henderson |
2021-10-22 | hw/riscv: virt: Use machine->ram as the system memory | Mingwang Li |
2021-10-21 | Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into staging | Richard Henderson |
2021-10-21 | hw/arm/virt-acpi-build: Generate PPTT table | Yanan Wang |
2021-10-21 | hw/acpi/aml-build: Add PPTT table | Andrew Jones |
2021-10-20 | hw/acpi/aml-build: Add Processor hierarchy node structure | Yanan Wang |
2021-10-20 | hw/arm/virt: Add cpu-map to device tree | Andrew Jones |
2021-10-20 | hw/arm/virt: Only describe cpu topology since virt-6.2 | Yanan Wang |
2021-10-20 | hw/arm/virt_acpi_build: Generate DBG2 table | Eric Auger |
2021-10-21 | hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels | Thomas Huth |
2021-10-21 | ppc/pegasos2: Implement power-off RTAS function with VOF | BALATON Zoltan |
2021-10-21 | ppc/pegasos2: Add constants for PCI config addresses | BALATON Zoltan |
2021-10-21 | ppc/pegasos2: Access MV64361 registers via their memory region | BALATON Zoltan |
2021-10-21 | ppc/pegasos2: Implement get-time-of-day RTAS function with VOF | BALATON Zoltan |
2021-10-21 | ppc/pegasos2: Warn when using VOF but no kernel is specified | BALATON Zoltan |
2021-10-21 | ppc/pegasos2: Restrict memory to 2 gigabytes | BALATON Zoltan |
2021-10-21 | hw/ppc: Fix iothread locking in the 405 code | Thomas Huth |
2021-10-21 | spapr/xive: Use xive_esb_rw() to trigger interrupts | Cédric Le Goater |