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
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
1
-6
/
+17
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
1
-9
/
+13
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
1
-9
/
+11
2015-06-05
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
1
-1
/
+1
2015-06-05
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
Paolo Bonzini
1
-40
/
+19
2015-06-05
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
1
-1
/
+2
2015-06-05
exec: optimize phys_page_set_level
Paolo Bonzini
1
-14
/
+10
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
1
-4
/
+29
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-30
/
+51
2015-04-27
exec: Respect as_translate_internal length clamp
Peter Crosthwaite
1
-4
/
+2
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
1
-13
/
+21
2015-04-27
exec: Notify cpu_register_map_client caller if the bounce buffer is available
Fam Zheng
1
-7
/
+16
2015-04-27
exec: Protect map_client_list with mutex
Fam Zheng
1
-9
/
+13
2015-04-27
exec: Atomic access to bounce buffer
Fam Zheng
1
-1
/
+3
2015-04-26
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
1
-15
/
+31
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
1
-50
/
+247
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
1
-23
/
+28
2015-04-26
exec.c: Convert subpage memory ops to _with_attrs
Peter Maydell
1
-12
/
+21
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
1
-16
/
+31
2015-04-01
Revert "exec: Respect as_tranlsate_internal length clamp"
Paolo Bonzini
1
-2
/
+4
2015-03-26
exec: avoid possible overwriting of mmaped area in qemu_ram_remap
Paolo Bonzini
1
-1
/
+0
2015-03-18
exec: Respect as_tranlsate_internal length clamp
Peter Crosthwaite
1
-4
/
+2
2015-03-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-3
/
+5
2015-03-11
exec: don't include hw/boards for linux-user
Michael S. Tsirkin
1
-0
/
+2
2015-03-11
machine: query mem-merge machine property
Marcel Apfelbaum
1
-1
/
+1
2015-03-11
machine: query dump-guest-core machine property
Marcel Apfelbaum
1
-2
/
+2
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2015-03-10
cpus: initialize cpu->memory_dispatch
Paolo Bonzini
1
-0
/
+1
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2015-02-26
exec: round up size on MR resize
Michael S. Tsirkin
1
-0
/
+2
2015-02-16
Convert ram_list to RCU
Mike Day
1
-30
/
+72
2015-02-16
exec: convert ram_list to QLIST
Mike Day
1
-22
/
+30
2015-02-16
cosmetic changes preparing for the following patches
Mike Day
1
-29
/
+57
2015-02-16
exec: protect mru_block with RCU
Paolo Bonzini
1
-15
/
+37
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
1
-8
/
+26
2015-02-16
exec: make iotlb RCU-friendly
Paolo Bonzini
1
-5
/
+8
2015-02-16
exec: introduce cpu_reload_memory_map
Paolo Bonzini
1
-1
/
+1
2015-02-10
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
1
-1
/
+5
2015-01-26
exec: fix madvise of NULL pointer
Paolo Bonzini
1
-6
/
+7
2015-01-20
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
1
-16
/
+0
2015-01-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-29
/
+107
2015-01-08
exec: qemu_ram_alloc_resizeable, qemu_ram_resize
Michael S. Tsirkin
1
-4
/
+78
2015-01-08
exec: split length -> used_length/max_length
Michael S. Tsirkin
1
-24
/
+28
2015-01-08
exec: cpu_physical_memory_set/clear_dirty_range
Michael S. Tsirkin
1
-1
/
+1
2014-12-22
exec: allows 8-byte accesses in subpage_ops
Paolo Bonzini
1
-2
/
+11
2014-12-20
exec: change default exception_index value for migration to -1
Paolo Bonzini
1
-2
/
+2
2014-12-16
exec: add wrapper for host pointer access
Michael S. Tsirkin
1
-5
/
+5
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
1
-3
/
+6
2014-11-18
exec: Handle multipage ranges in invalidate_and_set_dirty()
Peter Maydell
1
-4
/
+2
2014-09-19
exec.c: fix setting 1-byte-long watchpoints
Max Filippov
1
-1
/
+1
[next]