Age | Commit message (Expand) | Author |
2023-01-19 | Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent... | Peter Maydell |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2023-01-16 | hw/arm: Move various units to softmmu_ss[] | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE() | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/stellaris: Drop useless casts from void * to pointer | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/omap: Drop useless casts from void * to pointer | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm: Remove unreachable code calling pflash_cfi01_register() | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/vexpress: Remove dead code in vexpress_common_init() | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/z2: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/omap_sx1: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/omap_sx1: Remove unused 'total_ram' definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/musicpal: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/mainstone: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/gumstix: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/gumstix: Improve documentation | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/collie: Simplify flash creation using for() loop | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/collie: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/pxa2xx: Simplify pxa270_init() | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/pxa2xx: Simplify pxa255_init() | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm: Allwinner A10 enable SPL load from MMC | Strahinja Jankovic |
2023-01-12 | hw/arm: Add AXP209 to Cubieboard | Strahinja Jankovic |
2023-01-12 | {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation | Strahinja Jankovic |
2023-01-12 | hw/misc: Allwinner A10 DRAM Controller Emulation | Strahinja Jankovic |
2023-01-12 | hw/misc: Allwinner-A10 Clock Controller Module Emulation | Strahinja Jankovic |
2023-01-12 | hw/arm: Add Olimex H405 | Felipe Balbi |
2023-01-12 | hw/arm/stm32f405: correctly describe the memory layout | Felipe Balbi |
2023-01-05 | i.MX7D: Connect IRQs to GPIO devices. | Jean-Christophe Dubois |
2023-01-05 | i.MX6UL: Add a specific GPT timer instance for the i.MX6UL | Jean-Christophe Dubois |
2023-01-05 | i.MX7D: Connect GPT timers to IRQ | Jean-Christophe Dubois |
2023-01-05 | hw/arm/smmu-common: Avoid using inlined functions with external linkage | Philippe Mathieu-Daudé |
2023-01-05 | hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope | Philippe Mathieu-Daudé |
2023-01-05 | hw/arm/nseries: Silent -Wmissing-field-initializers warning | Philippe Mathieu-Daudé |
2023-01-05 | hw/arm/nseries: Constify various read-only arrays | Philippe Mathieu-Daudé |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck |
2022-12-15 | Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd... | Peter Maydell |
2022-12-15 | hw/arm/boot: set initrd with #address-cells type in fdt | Schspa Shi |
2022-12-15 | hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase reset | Peter Maydell |
2022-12-15 | hw/arm: Convert TYPE_ARM_SMMU to 3-phase reset | Peter Maydell |
2022-12-15 | target/arm: Add Cortex-A55 CPU | Timofey Kutergin |
2022-12-15 | hw/arm/virt: build SMBIOS 19 table | Mihai Carabas |
2022-12-15 | hw/arm/virt: Add properties to disable high memory regions | Gavin Shan |
2022-12-15 | hw/arm/virt: Add 'compact-highmem' property | Gavin Shan |
2022-12-15 | hw/arm/virt: Improve high memory region address assignment | Gavin Shan |
2022-12-15 | hw/arm/virt: Introduce virt_get_high_memmap_enabled() helper | Gavin Shan |
2022-12-15 | hw/arm/virt: Introduce variable region_base in virt_set_high_memmap() | Gavin Shan |
2022-12-15 | hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap() | Gavin Shan |
2022-12-15 | hw/arm/virt: Introduce virt_set_high_memmap() helper | Gavin Shan |
2022-12-14 | error: Move ERRP_GUARD() to the beginning of the function | Markus Armbruster |
2022-12-14 | error: Drop some obviously superfluous error_propagate() | Markus Armbruster |