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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
riscv/sifive_u: Add L2-LIM cache memory
Alistair Francis
1
-0
/
+1
2019-10-28
riscv: hw: Drop "clock-frequency" property of cpu nodes
Bin Meng
3
-9
/
+0
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
8
-15
/
+125
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-5
/
+10
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
3
-6
/
+21
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2
-7
/
+7
2019-10-28
block/nvme: add support for write zeros
Maxim Levitsky
1
-1
/
+18
2019-10-28
block/block-copy: increase buffered copy request
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-10-28
block/block-copy: add memory limit
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2019-10-28
util: introduce SharedResource
Vladimir Sementsov-Ogievskiy
1
-0
/
+71
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2019-10-28
exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY
Richard Henderson
1
-2
/
+6
2019-10-28
exec: Promote TARGET_PAGE_MASK to target_long
Richard Henderson
1
-1
/
+1
2019-10-28
exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG
Richard Henderson
1
-0
/
+4
2019-10-28
exec: Use const alias for TARGET_PAGE_BITS_VARY
Richard Henderson
1
-4
/
+10
2019-10-28
exec: Split out variable page size support to exec-vary.c
Richard Henderson
1
-0
/
+6
2019-10-28
cpu: use ROUND_UP() to define xxx_PAGE_ALIGN
Wei Yang
1
-4
/
+3
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
1
-2
/
+2
2019-10-26
target/i386: move FERR handling to target/i386
Paolo Bonzini
1
-1
/
+0
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2
-3
/
+3
2019-10-26
Merge commit 'df84f17' into HEAD
Paolo Bonzini
7
-27
/
+323
2019-10-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+15
2019-10-25
coroutine: Add qemu_co_mutex_assert_locked()
Kevin Wolf
1
-0
/
+15
2019-10-25
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
11
-51
/
+100
2019-10-25
hw/arm/bcm2836: Rename cpus[] as cpu[].core
Philippe Mathieu-Daudé
1
-1
/
+3
2019-10-25
hw/arm/bcm2835_peripherals: Use the SYS_timer
Philippe Mathieu-Daudé
1
-1
/
+2
2019-10-25
hw/timer/bcm2835: Add the BCM2835 SYS_timer
Philippe Mathieu-Daudé
1
-0
/
+33
2019-10-25
hw/arm/bcm2835_peripherals: Use the thermal sensor block
Philippe Mathieu-Daudé
2
-0
/
+3
2019-10-25
hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor
Philippe Mathieu-Daudé
1
-0
/
+27
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
1
-1
/
+0
2019-10-25
virtio: add property to enable packed virtqueue
Jason Wang
1
-1
/
+3
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-3
/
+7
2019-10-24
hw/rtc/aspeed_rtc: Remove unused includes
Philippe Mathieu-Daudé
1
-3
/
+0
2019-10-24
hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less
Philippe Mathieu-Daudé
1
-1
/
+0
2019-10-24
hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2
-4
/
+4
2019-10-24
hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2
-4
/
+4
2019-10-24
hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2
-1
/
+19
2019-10-24
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2
-32
/
+57
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2
-5
/
+14
2019-10-24
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
1
-2
/
+3
2019-10-24
aspeed: Add an AST2600 eval board
Cédric Le Goater
1
-0
/
+1
2019-10-24
mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c
Philippe Mathieu-Daudé
1
-1
/
+0
2019-10-24
mc146818rtc: Move RTC_ISA_IRQ definition
Philippe Mathieu-Daudé
2
-2
/
+2
2019-10-24
mc146818rtc: move structure to header file
Hervé Poussineau
1
-0
/
+33
2019-10-24
hw/i386/pc: Extract pc_i8259_create()
Philippe Mathieu-Daudé
1
-0
/
+1
2019-10-24
hw/i386/pc: Extract pc_gsi_create()
Philippe Mathieu-Daudé
1
-0
/
+2
2019-10-24
spapr/xive: Set the OS CAM line at reset
Cédric Le Goater
1
-1
/
+0
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
4
-0
/
+5
2019-10-24
ppc/pnv: Add a PnvChip pointer to PnvCore
Cédric Le Goater
1
-0
/
+3
2019-10-24
spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass
David Gibson
2
-1
/
+1
[prev]
[next]