index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
1
-1
/
+2
2020-10-27
hw/arm/raspi: fix CPRMAN base address
Luc Michel
2
-4
/
+3
2020-10-27
hw/arm/bcm2836: Introduce the BCM2835 SoC
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-27
hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source
Philippe Mathieu-Daudé
1
-8
/
+0
2020-10-27
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
1
-0
/
+2
2020-10-27
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
1
-0
/
+4
2020-10-27
hw/misc: Add npcm7xx random number generator
Havard Skinnemoen
1
-0
/
+2
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
1
-0
/
+5
2020-10-08
hw/arm/fsl-imx25: Fix a typo
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-01
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...
Peter Maydell
2
-8
/
+45
2020-10-01
hw/arm/bcm2835: Add more unimplemented peripherals
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-01
hw/arm/raspi: Define various blocks base addresses
Philippe Mathieu-Daudé
1
-8
/
+43
2020-09-30
move MemMapEntry
Gerd Hoffmann
1
-5
/
+0
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
19
-68
/
+23
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
5
-20
/
+5
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-14
hw/arm/npcm7xx: add board setup stub for CPU and UART clocks
Havard Skinnemoen
1
-0
/
+1
2020-09-14
hw/ssi: NPCM7xx Flash Interface Unit device model
Havard Skinnemoen
1
-0
/
+2
2020-09-14
hw/mem: Stubbed out NPCM7xx Memory Controller model
Havard Skinnemoen
1
-0
/
+2
2020-09-14
hw/nvram: NPCM7xx OTP device model
Havard Skinnemoen
1
-0
/
+3
2020-09-14
hw/arm: Add two NPCM7xx-based machines
Havard Skinnemoen
1
-0
/
+19
2020-09-14
hw/arm: Add NPCM730 and NPCM750 SoC models
Havard Skinnemoen
1
-0
/
+85
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
27
-78
/
+68
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
27
-66
/
+123
2020-08-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...
Peter Maydell
1
-1
/
+1
2020-08-28
armsse: Define ARMSSEClass correctly
Eduardo Habkost
1
-1
/
+1
2020-08-27
pxa2xx: Move QOM macros to header
Eduardo Habkost
1
-0
/
+13
2020-08-27
armsse: Rename QOM macros to avoid conflicts
Eduardo Habkost
1
-6
/
+6
2020-08-27
aspeed_soc: Rename memmap/irqmap enum constants
Eduardo Habkost
1
-46
/
+46
2020-08-27
allwinner-h3: Rename memmap enum constants
Eduardo Habkost
1
-31
/
+31
2020-08-24
hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support
Eric Auger
1
-0
/
+1
2020-08-24
hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
Eric Auger
1
-0
/
+1
2020-08-24
hw/arm/smmuv3: Get prepared for range invalidation
Eric Auger
1
-1
/
+2
2020-08-24
hw/arm/smmu-common: Manage IOTLB block entries
Eric Auger
1
-3
/
+7
2020-08-24
hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
Eric Auger
1
-3
/
+9
2020-08-24
hw/arm/smmu: Introduce smmu_get_iotlb_key()
Eric Auger
1
-0
/
+1
2020-08-24
hw/arm/smmu-common: Add IOTLB helpers
Eric Auger
1
-0
/
+2
2020-08-21
hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
1
-2
/
+1
2020-08-03
hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...
Peter Maydell
1
-1
/
+3
2020-07-20
hw/arm/virt: Enable MTE via a machine property
Richard Henderson
1
-0
/
+1
2020-07-13
Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processor
Jean-Christophe Dubois
1
-0
/
+1
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX6 processor
Jean-Christophe Dubois
1
-0
/
+1
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX25 processor
Jean-Christophe Dubois
1
-0
/
+1
2020-07-13
hw/arm/bcm2836: Remove unused 'cpu_type' field
Philippe Mathieu-Daudé
1
-1
/
+0
2020-07-03
hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-1
/
+0
2020-07-03
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-3
/
+0
2020-07-03
hw/arm/virt-acpi-build: Only expose flash on older machine types
Andrew Jones
1
-0
/
+1
2020-07-03
hw/arm/virt: Let the virtio-iommu bypass MSIs
Eric Auger
1
-0
/
+7
2020-07-03
Add the ability to select a different PHY for each i.MX6UL FEC interface
Jean-Christophe Dubois
1
-0
/
+2
[next]