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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
hw/char/pl011: add a clock input
Luc Michel
3
-0
/
+47
2020-10-27
hw/misc/bcm2835_cprman: add sane reset values to the registers
Luc Michel
2
-0
/
+300
2020-10-27
hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
Luc Michel
3
-1
/
+94
2020-10-27
hw/misc/bcm2835_cprman: implement clock mux behaviour
Luc Michel
1
-1
/
+52
2020-10-27
hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
Luc Michel
3
-0
/
+658
2020-10-27
hw/misc/bcm2835_cprman: implement PLL channels behaviour
Luc Michel
1
-1
/
+32
2020-10-27
hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
Luc Michel
3
-8
/
+337
2020-10-27
hw/misc/bcm2835_cprman: implement PLLs behaviour
Luc Michel
2
-1
/
+71
2020-10-27
hw/misc/bcm2835_cprman: add a PLL skeleton implementation
Luc Michel
3
-0
/
+281
2020-10-27
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
7
-2
/
+242
2020-10-27
hw/arm/raspi: fix CPRMAN base address
Luc Michel
3
-6
/
+5
2020-10-27
hw/core/clock: trace clock values in Hz instead of ns
Luc Michel
2
-5
/
+5
2020-10-27
hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
Luc Michel
1
-0
/
+5
2020-10-27
arm/trace: Fix hex printing
Dr. David Alan Gilbert
1
-1
/
+1
2020-10-27
hw/arm/raspi: Add the Raspberry Pi 3 model A+
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/raspi: Add the Raspberry Pi Zero machine
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/raspi: Add the Raspberry Pi A+ machine
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/bcm2836: Introduce the BCM2835 SoC
Philippe Mathieu-Daudé
3
-0
/
+37
2020-10-27
hw/arm/bcm2836: Split out common realize() code
Philippe Mathieu-Daudé
1
-4
/
+18
2020-10-27
hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
Philippe Mathieu-Daudé
1
-8
/
+7
2020-10-27
hw/arm/bcm2836: Introduce BCM283XClass::core_count
Philippe Mathieu-Daudé
1
-1
/
+4
2020-10-27
hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
Philippe Mathieu-Daudé
1
-58
/
+52
2020-10-27
hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source
Philippe Mathieu-Daudé
2
-8
/
+14
2020-10-27
hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitly
Zenghui Yu
1
-0
/
+1
2020-10-27
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
9
-2
/
+957
2020-10-27
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
5
-3
/
+50
2020-10-27
hw/misc: Add npcm7xx random number generator
Havard Skinnemoen
9
-3
/
+510
2020-10-27
hw/timer: Adding watchdog for NPCM7XX Timer.
Hao Wu
8
-54
/
+624
2020-10-27
Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause
Havard Skinnemoen
1
-3
/
+3
2020-10-27
hw/arm: fix min_cpus for xlnx-versal-virt platform
Pavel Dovgalyuk
1
-0
/
+1
2020-10-27
hw/arm/highbank: Silence warnings about missing fallthrough statements
Thomas Huth
1
-0
/
+2
2020-10-27
tests/tcg/aarch64: Add bti smoke tests
Richard Henderson
5
-0
/
+243
2020-10-27
linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
Richard Henderson
1
-2
/
+46
2020-10-27
linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
Richard Henderson
2
-0
/
+161
2020-10-27
linux-user/elfload: Use Error for load_elf_interp
Richard Henderson
1
-7
/
+8
2020-10-27
linux-user/elfload: Use Error for load_elf_image
Richard Henderson
1
-17
/
+20
2020-10-27
linux-user/elfload: Move PT_INTERP detection to first loop
Richard Henderson
1
-29
/
+31
2020-10-27
linux-user/elfload: Adjust iteration over phdr
Richard Henderson
1
-4
/
+5
2020-10-27
linux-user/elfload: Fix coding style in load_elf_image
Richard Henderson
1
-3
/
+9
2020-10-27
linux-user/elfload: Avoid leaking interp_name using GLib memory API
Philippe Mathieu-Daudé
1
-4
/
+4
2020-10-27
include/elf: Add defines related to GNU property notes for AArch64
Richard Henderson
1
-0
/
+22
2020-10-27
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
Richard Henderson
5
-2
/
+29
2020-10-27
linux-user/aarch64: Reset btype for signals
Richard Henderson
1
-2
/
+8
2020-10-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...
Peter Maydell
1
-14
/
+12
2020-10-26
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...
Peter Maydell
2
-13
/
+16
2020-10-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
34
-333
/
+416
2020-10-26
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging
Peter Maydell
6
-7
/
+15
2020-10-26
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...
Peter Maydell
31
-65
/
+1550
2020-10-26
migration/block-dirty-bitmap: fix uninitialized variable warning
Chen Qun
1
-12
/
+9
2020-10-26
migration/block-dirty-bitmap: fix larger granularity bitmaps
Stefan Reiter
1
-2
/
+3
[next]