Age | Commit message (Expand) | Author |
2021-09-01 | hw/arm/stm32f100: Wire up sysclk and refclk | Peter Maydell |
2021-09-01 | hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize | Peter Maydell |
2021-09-01 | clock: Provide builtin multiplier/divider | Peter Maydell |
2021-09-01 | hw/arm/mps2.c: Connect up armv7m clocks | Peter Maydell |
2021-09-01 | armsse: Wire up systick cpuclk clock | Peter Maydell |
2021-09-01 | hw/arm/armv7m: Create input clocks | Peter Maydell |
2021-09-01 | hw/timer/armv7m_systick: Add input clocks | Peter Maydell |
2021-09-01 | arm: Move system PPB container handling to armv7m | Peter Maydell |
2021-09-01 | arm: Move systick device creation from NVIC to ARMv7M object | Peter Maydell |
2021-09-01 | arm: Move M-profile RAS register block into its own device | Peter Maydell |
2021-09-01 | hw/arm/virt: target-arm: Add A64FX processor support to virt machine | Shuuichirou Ishii |
2021-09-01 | hw: Add compat machines for 6.2 | Yanan Wang |
2021-09-01 | hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans | Philippe Mathieu-Daudé |
2021-09-01 | hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix | Philippe Mathieu-Daudé |
2021-09-01 | hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases | Philippe Mathieu-Daudé |
2021-09-01 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ... | Peter Maydell |
2021-09-01 | hw/usb: Fix typo in comments and print | Cai Huoqing |
2021-09-01 | uas: add stream number sanity checks. | Gerd Hoffmann |
2021-09-01 | hw/core/register: Add more 64-bit utilities | Joe Komlodi |
2021-09-01 | hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp() | David Hoppenbrouwers |
2021-09-01 | hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv() | Peter Maydell |
2021-09-01 | hw/riscv: virt: Move flash node to root | Bin Meng |
2021-09-01 | hw/char: Add config for shakti uart | Vijai Kumar K |
2021-08-31 | hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and... | Helge Deller |
2021-08-31 | hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read | Qiang Liu |
2021-08-31 | vga: don't abort when adding a duplicate isa-vga device | Jose R. Ziviani |
2021-08-31 | hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux | Philippe Mathieu-Daudé |
2021-08-31 | virtio-gpu: no point of checking res->iov | Dongwon Kim |
2021-08-27 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in... | Peter Maydell |
2021-08-27 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into... | Peter Maydell |
2021-08-27 | ppc/xive: Export xive_presenter_notify() | Cédric Le Goater |
2021-08-27 | ppc/xive: Export PQ get/set routines | Cédric Le Goater |
2021-08-27 | ppc/pnv: add a chip topology index for POWER10 | Cédric Le Goater |
2021-08-27 | ppc/pnv: Distribute RAM among the chips | Cédric Le Goater |
2021-08-27 | ppc/pnv: Use a simple incrementing index for the chip-id | Cédric Le Goater |
2021-08-27 | ppc/pnv: Change the POWER10 machine to support DD2 only | Cédric Le Goater |
2021-08-27 | spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofree | David Gibson |
2021-08-27 | xive: Remove extra '0x' prefix in trace events | Cédric Le Goater |
2021-08-26 | hw/arm/xlnx-zynqmp: Add unimplemented APU mmio | Tong Ho |
2021-08-26 | hw/arm/xlnx-versal: Add unimplemented APU mmio | Tong Ho |
2021-08-26 | hw/arm/virt: Delete EL3 error checksnow provided in CPU realize | Peter Maydell |
2021-08-26 | raspi: Use error_fatal for SoC realize errors, not error_abort | Peter Maydell |
2021-08-26 | hw/core/loader: In gunzip(), check index is in range before use, not after | Peter Maydell |
2021-08-26 | arch_init.h: Don't include arch_init.h unnecessarily | Peter Maydell |
2021-08-26 | hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly | Ani Sinha |
2021-08-26 | hw/dma/xlnx-zdma Always expect 'dma' link property to be set | Philippe Mathieu-Daudé |
2021-08-26 | hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set | Philippe Mathieu-Daudé |
2021-08-26 | hw/dma/xlnx_csu_dma: Run trivial checks early in realize() | Philippe Mathieu-Daudé |
2021-08-26 | hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dma | Philippe Mathieu-Daudé |
2021-08-26 | Remove superfluous ERRP_GUARD() | Markus Armbruster |