index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-16
exec: protect mru_block with RCU
Paolo Bonzini
1
-0
/
+2
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
1
-0
/
+1
2015-02-16
exec: make iotlb RCU-friendly
Paolo Bonzini
2
-2
/
+3
2015-02-16
exec: introduce cpu_reload_memory_map
Paolo Bonzini
1
-0
/
+1
2015-02-12
tcg: Put opcodes in a linked list
Richard Henderson
1
-6
/
+16
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
1
-0
/
+2
2015-02-10
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
1
-0
/
+1
2015-02-05
cpu_ldst.h: Allow NB_MMU_MODES to be 7
Peter Maydell
1
-3
/
+25
2015-02-02
memory: protect current_map by RCU
Paolo Bonzini
1
-0
/
+5
2015-01-20
cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not defined
Peter Maydell
1
-4
/
+8
2015-01-20
cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors
Peter Maydell
2
-37
/
+22
2015-01-20
cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
Peter Maydell
1
-53
/
+1
2015-01-20
cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()
Peter Maydell
1
-23
/
+0
2015-01-20
cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macros
Peter Maydell
1
-3
/
+3
2015-01-20
cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors
Peter Maydell
2
-39
/
+112
2015-01-20
cpu_ldst.h: Remove unused very short ld*/st* defines
Peter Maydell
1
-26
/
+0
2015-01-20
cpu_ldst.h: Drop unused ld/st*_kernel defines
Peter Maydell
1
-15
/
+0
2015-01-20
cpu_ldst.h: Remove unused ldul_ macros
Peter Maydell
1
-9
/
+0
2015-01-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-7
/
+61
2015-01-08
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
1
-0
/
+24
2015-01-08
exec: qemu_ram_alloc_resizeable, qemu_ram_resize
Michael S. Tsirkin
2
-3
/
+13
2015-01-08
exec: split length -> used_length/max_length
Michael S. Tsirkin
1
-1
/
+2
2015-01-08
exec: cpu_physical_memory_set/clear_dirty_range
Michael S. Tsirkin
1
-3
/
+12
2015-01-08
memory: add memory_region_set_size
Michael S. Tsirkin
1
-0
/
+10
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
1
-3
/
+3
2014-12-23
cpu-exec: add a new CF_USE_ICOUNT cflag
Paolo Bonzini
1
-2
/
+3
2014-12-17
tcg: add separate monitor command to dump opcode counters
Max Filippov
1
-0
/
+1
2014-12-16
Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...
Peter Maydell
1
-0
/
+7
2014-12-16
cpu: verify that block->host is set
Michael S. Tsirkin
1
-0
/
+1
2014-12-16
cpu: assert host pointer offset within block
Michael S. Tsirkin
1
-0
/
+1
2014-12-16
exec: add wrapper for host pointer access
Michael S. Tsirkin
1
-0
/
+5
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2014-12-15
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
1
-0
/
+1
2014-12-11
Add the "-semihosting-config" option.
Liviu Ionescu
1
-0
/
+6
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2
-1
/
+3
2014-11-18
exec: Handle multipage ranges in invalidate_and_set_dirty()
Peter Maydell
1
-0
/
+25
2014-11-04
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into staging
Peter Maydell
1
-0
/
+6
2014-11-03
softmmu: provide softmmu access type enum
Leon Alrae
1
-0
/
+6
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
1
-0
/
+19
2014-10-06
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
1
-2
/
+2
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-4
/
+8
2014-09-12
cpu-exec: Make debug_excp_handler a QOM CPU method
Peter Maydell
1
-4
/
+0
2014-09-09
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
1
-1
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+3
2014-09-09
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
Hu Tao
1
-2
/
+2
2014-09-02
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2014-09-01
implementing victim TLB for QEMU system emulated TLB
Xin Tong
1
-2
/
+7
2014-08-28
iommu: add is_write as a parameter to the translate function of MemoryRegionI...
Le Tan
1
-1
/
+1
2014-08-22
linux-user: /proc/self/maps content
Mikhail Ilyin
1
-0
/
+2
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
1
-0
/
+1
[prev]
[next]