1. 1e943c5 hw/misc: Add a PWM module for NPCM7XX by Hao Wu · 4 years, 2 months ago
  2. 77c05b0 hw/adc: Add an ADC module for NPCM7XX by Hao Wu · 4 years, 2 months ago
  3. 9cd07db hw/arm/virt: Remove virt machine state 'smp_cpus' by Andrew Jones · 4 years, 3 months ago
  4. 144677d arm: xlnx-versal: Connect usb to virt-versal by Vikram Garhwal · 4 years, 3 months ago
  5. 840c22c xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers by Vikram Garhwal · 4 years, 4 months ago
  6. 09fad16 hw/arm/virt: Write extra pci roots into fw_cfg by Jiahui Cen · 4 years, 4 months ago
  7. fc14176 hw/arm/raspi: add a skeleton implementation of the CPRMAN by Luc Michel · 4 years, 5 months ago
  8. 74de714 hw/arm/raspi: fix CPRMAN base address by Luc Michel · 4 years, 5 months ago
  9. df6cf08 hw/arm/bcm2836: Introduce the BCM2835 SoC by Philippe Mathieu-Daudé · 4 years, 5 months ago
  10. 58b3502 hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source by Philippe Mathieu-Daudé · 4 years, 5 months ago
  11. 526dbbe hw/gpio: Add GPIO model for Nuvoton NPCM7xx by Havard Skinnemoen · 4 years, 5 months ago
  12. e23e7b1 hw/arm/npcm7xx: Add EHCI and OHCI controllers by Havard Skinnemoen · 4 years, 5 months ago
  13. 326ccfe hw/misc: Add npcm7xx random number generator by Havard Skinnemoen · 4 years, 5 months ago
  14. 68970d1 hw/arm/virt: Implement kvm-steal-time by Andrew Jones · 4 years, 5 months ago
  15. 1ef6a40 hw/arm/fsl-imx25: Fix a typo by Philippe Mathieu-Daudé · 4 years, 5 months ago
  16. 625581c Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001' into staging by Peter Maydell · 4 years, 5 months ago
  17. 8c1e992 hw/arm/bcm2835: Add more unimplemented peripherals by Philippe Mathieu-Daudé · 4 years, 6 months ago
  18. d8e53d7 hw/arm/raspi: Define various blocks base addresses by Philippe Mathieu-Daudé · 4 years, 6 months ago
  19. 52f5903 move MemMapEntry by Gerd Hoffmann · 4 years, 5 months ago
  20. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  21. a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  22. 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 6 months ago
  23. 2ddae9c hw/arm/npcm7xx: add board setup stub for CPU and UART clocks by Havard Skinnemoen · 4 years, 6 months ago
  24. b821242 hw/ssi: NPCM7xx Flash Interface Unit device model by Havard Skinnemoen · 4 years, 6 months ago
  25. 1351f89 hw/mem: Stubbed out NPCM7xx Memory Controller model by Havard Skinnemoen · 4 years, 6 months ago
  26. c752bb0 hw/nvram: NPCM7xx OTP device model by Havard Skinnemoen · 4 years, 6 months ago
  27. b773acf hw/arm: Add two NPCM7xx-based machines by Havard Skinnemoen · 4 years, 6 months ago
  28. 2d8f048 hw/arm: Add NPCM730 and NPCM750 SoC models by Havard Skinnemoen · 4 years, 6 months ago
  29. c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 6 months ago
  30. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  31. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  32. ea1bb83 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828' into staging by Peter Maydell · 4 years, 6 months ago
  33. 512c65e armsse: Define ARMSSEClass correctly by Eduardo Habkost · 4 years, 6 months ago
  34. 2d8eb5f pxa2xx: Move QOM macros to header by Eduardo Habkost · 4 years, 7 months ago
  35. 8055340 armsse: Rename QOM macros to avoid conflicts by Eduardo Habkost · 4 years, 7 months ago
  36. 347df6f aspeed_soc: Rename memmap/irqmap enum constants by Eduardo Habkost · 4 years, 7 months ago
  37. 4af44e1 allwinner-h3: Rename memmap enum constants by Eduardo Habkost · 4 years, 7 months ago
  38. e7c3b9d hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support by Eric Auger · 4 years, 8 months ago
  39. 5888f0a hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support by Eric Auger · 4 years, 8 months ago
  40. d529156 hw/arm/smmuv3: Get prepared for range invalidation by Eric Auger · 4 years, 8 months ago
  41. 9e54dee hw/arm/smmu-common: Manage IOTLB block entries by Eric Auger · 4 years, 8 months ago
  42. a755015 hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value by Eric Auger · 4 years, 8 months ago
  43. 60a61f1 hw/arm/smmu: Introduce smmu_get_iotlb_key() by Eric Auger · 4 years, 8 months ago
  44. 6808bca hw/arm/smmu-common: Add IOTLB helpers by Eric Auger · 4 years, 8 months ago
  45. d7ebca7 hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller by Philippe Mathieu-Daudé · 4 years, 8 months ago
  46. 9e60d75 hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESETREQ by Peter Maydell · 4 years, 7 months ago
  47. 6f4e140 hw/arm/virt: Enable MTE via a machine property by Richard Henderson · 4 years, 8 months ago
  48. 1f7197d Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processor by Jean-Christophe Dubois · 4 years, 8 months ago
  49. a9c167a Add the ability to change the FEC PHY MDIO device number on i.MX6 processor by Jean-Christophe Dubois · 4 years, 8 months ago
  50. 74c1330 Add the ability to change the FEC PHY MDIO device number on i.MX25 processor by Jean-Christophe Dubois · 4 years, 8 months ago
  51. 75a73a1 hw/arm/bcm2836: Remove unused 'cpu_type' field by Philippe Mathieu-Daudé · 4 years, 8 months ago
  52. e53652e hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses by Peter Maydell · 4 years, 8 months ago
  53. a0a8cf7 hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses by Peter Maydell · 4 years, 8 months ago
  54. 2c1fb4d hw/arm/virt-acpi-build: Only expose flash on older machine types by Andrew Jones · 4 years, 8 months ago
  55. 1b6f99d hw/arm/virt: Let the virtio-iommu bypass MSIs by Eric Auger · 4 years, 8 months ago
  56. 456914a Add the ability to select a different PHY for each i.MX6UL FEC interface by Jean-Christophe Dubois · 4 years, 8 months ago
  57. 888b2b0 hw/arm/aspeed: QOM'ify AspeedMachineState by Philippe Mathieu-Daudé · 4 years, 9 months ago
  58. 612b219 hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState by Philippe Mathieu-Daudé · 4 years, 9 months ago
  59. d3bad7e arm/aspeed: Rework NIC attachment by Cédric Le Goater · 4 years, 9 months ago
  60. b7f1a0c arm/aspeed: Compute the number of CPUs from the SoC definition by Cédric Le Goater · 4 years, 9 months ago
  61. 60bf734 wire in the dwc-hsotg (dwc2) USB host controller emulation by Paul Zimmerman · 4 years, 10 months ago
  62. 3d46938 raspi: add BCM2835 SOC MPHI emulation by Paul Zimmerman · 4 years, 10 months ago
  63. c4947e6 hw/arm/fsl-imx7: Connect watchdog interrupts by Guenter Roeck · 4 years, 10 months ago
  64. 72465e1 hw/arm/fsl-imx7: Instantiate various unimplemented devices by Guenter Roeck · 4 years, 10 months ago
  65. b9e521d hw/arm/fsl-imx31: Wire up watchdog by Guenter Roeck · 4 years, 10 months ago
  66. 4f0aff0 hw/arm/fsl-imx25: Wire up watchdog by Guenter Roeck · 4 years, 10 months ago
  67. 37f95959 hw: Move i.MX watchdog driver to hw/watchdog by Guenter Roeck · 4 years, 10 months ago
  68. 2afa8c8 hw/arm/virt: Introduce a RAS machine option by Dongjiu Geng · 4 years, 10 months ago
  69. 54595a5 hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition by Philippe Mathieu-Daudé · 4 years, 10 months ago
  70. b5a60be hw/arm/virt: Add nvdimm hot-plug infrastructure by Kwangwoo Lee · 4 years, 11 months ago
  71. eb1221c hw/arm: versal: Add support for the RTC by Edgar E. Iglesias · 4 years, 11 months ago
  72. 724c6e1 hw/arm: versal: Add support for SD by Edgar E. Iglesias · 4 years, 11 months ago
  73. ced18d5 hw/arm: versal: Embed the APUs into the SoC type by Edgar E. Iglesias · 4 years, 11 months ago
  74. f4e3fa3 hw/arm: versal: Embed the ADMAs into the SoC type by Edgar E. Iglesias · 4 years, 11 months ago
  75. 4bd9b59 hw/arm: versal: Embed the GEMs into the SoC type by Edgar E. Iglesias · 4 years, 11 months ago
  76. 88052ff hw/arm: versal: Embed the UARTs into the SoC type by Edgar E. Iglesias · 4 years, 11 months ago
  77. 05b7374 msf2: Add EMAC block to SmartFusion2 SoC by Subbaraya Sundeep · 5 years ago
  78. 17e8907 acpi: add acpi=OnOffAuto machine property to x86 and arm virt by Gerd Hoffmann · 5 years ago
  79. 6111a0c hw/arm/bcm283x: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
  80. d649689 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  81. 49cd557 hw/arm/fsl-imx6: Wire up USB controllers by Guenter Roeck · 5 years ago
  82. 17372bd hw/arm/fsl-imx6ul: Wire up USB controllers by Guenter Roeck · 5 years ago
  83. 630e2af hw/arm/fsl-imx6ul: Fix USB interrupt numbers by Guenter Roeck · 5 years ago
  84. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  85. 36bf4ec hw/arm/virt: Introduce finalize_gic_version() by Eric Auger · 5 years ago
  86. d04460e hw/arm/virt: Introduce VirtGICType enum type by Eric Auger · 5 years ago
  87. a9ad9e7 hw/arm/allwinner: add RTC device support by Niek Linnenbank · 5 years ago
  88. b71d038 hw/arm/allwinner-h3: add SDRAM controller device by Niek Linnenbank · 5 years ago
  89. a80beb1 hw/arm/allwinner-h3: add Boot ROM support by Niek Linnenbank · 5 years ago
  90. 29d0897 hw/arm/allwinner-h3: add EMAC ethernet device by Niek Linnenbank · 5 years ago
  91. 82e4838 hw/arm/allwinner: add SD/MMC host controller by Niek Linnenbank · 5 years ago
  92. 6556617 hw/arm/allwinner: add Security Identifier device by Niek Linnenbank · 5 years ago
  93. d26af5d hw/arm/allwinner: add CPU Configuration module by Niek Linnenbank · 5 years ago
  94. 7e83c9d hw/arm/allwinner-h3: add System Control module by Niek Linnenbank · 5 years ago
  95. 2e4dfe8 hw/arm/allwinner-h3: add USB host controller by Niek Linnenbank · 5 years ago
  96. fef06c8 hw/arm/allwinner-h3: add Clock Control Unit by Niek Linnenbank · 5 years ago
  97. 740dafc hw/arm: add Allwinner H3 System-on-Chip by Niek Linnenbank · 5 years ago
  98. 67f52eb hw/arm/fsl-imx25: Wire up USB controllers by Guenter Roeck · 5 years ago
  99. bfae177 hw/arm/fsl-imx25: Wire up eSDHC controllers by Guenter Roeck · 5 years ago
  100. 8a21865 hw/arm: versal: Add support for the LPD ADMAs by Edgar E. Iglesias · 5 years ago