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
2018-07-03
target/ppc: Split out gen_st_atomic
Richard Henderson
1
-48
/
+49
2018-07-03
target/ppc: Split out gen_ld_atomic
Richard Henderson
1
-53
/
+52
2018-07-03
target/ppc: Split out gen_load_locked
Richard Henderson
1
-17
/
+18
2018-07-03
target/ppc: Tidy gen_conditional_store
Richard Henderson
1
-17
/
+11
2018-07-03
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
3
-118
/
+22
2018-07-03
target/ppc: Use atomic cmpxchg for STQCX
Richard Henderson
3
-33
/
+100
2018-07-03
target/ppc: Use atomic store for STQ
Richard Henderson
3
-8
/
+45
2018-07-03
target/ppc: Use atomic load for LQ and LQARX
Richard Henderson
4
-25
/
+94
2018-07-03
target/ppc: Add do_unaligned_access hook
Richard Henderson
3
-1
/
+23
2018-07-03
ppc/pnv: fix pnv_core_realize() error handling
Cédric Le Goater
1
-0
/
+1
2018-07-03
ppc/xics: rework the ICS classes inheritance tree
Cédric Le Goater
2
-8
/
+6
2018-07-03
ppc/xics: move the vmstate structures under the ics-base class
Cédric Le Goater
1
-56
/
+56
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
3
-31
/
+41
2018-07-03
ppc/xics: move the instance_init handler under the ics-base class
Cédric Le Goater
1
-8
/
+8
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
3
-21
/
+39
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
4
-21
/
+43
2018-07-03
sam460ex: Fix sam460ex device tree when booting the Linux kernel
Guenter Roeck
1
-0
/
+28
2018-07-03
mac_newworld: always enable disable_direct_reg3_writes for ADB machines
Mark Cave-Ayland
1
-2
/
+2
2018-07-03
mac_dbdma: only dump commands for debug enabled channels
Mark Cave-Ayland
1
-10
/
+11
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
6
-5
/
+21
2018-07-02
iotests: add 222 to test basic fleecing
John Snow
3
-0
/
+223
2018-07-02
blockdev: enable non-root nodes for backup source
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2018-07-02
iscsi: Avoid potential for get_status overflow
Eric Blake
1
-1
/
+1
2018-07-02
nbd/server: Fix dirty bitmap logic regression
Eric Blake
1
-1
/
+1
2018-07-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
129
-440
/
+840
2018-07-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging
Peter Maydell
6
-57
/
+99
2018-07-02
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-1.11.2-20180702-pul...
Peter Maydell
20
-20
/
+13
2018-07-02
ramfb: enable vgabios
Gerd Hoffmann
1
-0
/
+1
2018-07-02
bochs-display: enable vgabios
Gerd Hoffmann
1
-0
/
+1
2018-07-02
seabios: update bios and vgabios binaries
Gerd Hoffmann
10
-0
/
+0
2018-07-02
vgabios: remove submodule and build rules.
Gerd Hoffmann
3
-19
/
+2
2018-07-02
seabios: enable ide dma
Gerd Hoffmann
2
-0
/
+2
2018-07-02
seabios: add vga configs for bochs-display and ramfb
Gerd Hoffmann
3
-1
/
+7
2018-07-02
seabios: update submodule to release 1.11.2
Gerd Hoffmann
1
-0
/
+0
2018-07-02
cpu: Assert asidx_from_attrs return value in range
Richard Henderson
1
-2
/
+4
2018-07-03
target/openrisc: Increase the TLB size
Richard Henderson
3
-6
/
+7
2018-07-03
target/openrisc: Stub out handle_mmu_fault for softmmu
Richard Henderson
1
-30
/
+5
2018-07-03
target/openrisc: Use identical sizes for ITLB and DTLB
Richard Henderson
4
-18
/
+16
2018-07-03
target/openrisc: Fix cpu_mmu_index
Richard Henderson
6
-32
/
+49
2018-07-03
target/openrisc: Fix tlb flushing in mtspr
Richard Henderson
1
-6
/
+15
2018-07-03
target/openrisc: Reduce tlb to a single dimension
Richard Henderson
4
-32
/
+30
2018-07-03
target/openrisc: Merge mmu_helper.c into mmu.c
Richard Henderson
3
-41
/
+12
2018-07-03
target/openrisc: Remove indirect function calls for mmu
Richard Henderson
7
-119
/
+32
2018-07-03
target/openrisc: Merge tlb allocation into CPUOpenRISCState
Richard Henderson
6
-49
/
+46
2018-07-03
target/openrisc: Form the spr index from tcg
Richard Henderson
3
-15
/
+14
2018-07-03
target/openrisc: Exit the TB after l.mtspr
Richard Henderson
1
-1
/
+16
2018-07-03
target/openrisc: Split out is_user
Richard Henderson
1
-15
/
+12
2018-07-03
target/openrisc: Link more translation blocks
Richard Henderson
1
-41
/
+55
2018-07-03
target/openrisc: Fix singlestep_enabled
Richard Henderson
1
-18
/
+17
2018-07-03
target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTB
Richard Henderson
2
-5
/
+4
[prev]
[next]