index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-4
/
+29
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
1
-30
/
+51
|
\
|
*
exec: Respect as_translate_internal length clamp
Peter Crosthwaite
2015-04-27
1
-4
/
+2
|
*
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
2015-04-27
1
-13
/
+21
|
*
exec: Notify cpu_register_map_client caller if the bounce buffer is available
Fam Zheng
2015-04-27
1
-7
/
+16
|
*
exec: Protect map_client_list with mutex
Fam Zheng
2015-04-27
1
-9
/
+13
|
*
exec: Atomic access to bounce buffer
Fam Zheng
2015-04-27
1
-1
/
+3
*
|
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
1
-15
/
+31
*
|
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
1
-50
/
+247
*
|
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
1
-23
/
+28
*
|
exec.c: Convert subpage memory ops to _with_attrs
Peter Maydell
2015-04-26
1
-12
/
+21
*
|
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-16
/
+31
|
/
*
Revert "exec: Respect as_tranlsate_internal length clamp"
Paolo Bonzini
2015-04-01
1
-2
/
+4
*
exec: avoid possible overwriting of mmaped area in qemu_ram_remap
Paolo Bonzini
2015-03-26
1
-1
/
+0
*
exec: Respect as_tranlsate_internal length clamp
Peter Crosthwaite
2015-03-18
1
-4
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-12
1
-3
/
+5
|
\
|
*
exec: don't include hw/boards for linux-user
Michael S. Tsirkin
2015-03-11
1
-0
/
+2
|
*
machine: query mem-merge machine property
Marcel Apfelbaum
2015-03-11
1
-1
/
+1
|
*
machine: query dump-guest-core machine property
Marcel Apfelbaum
2015-03-11
1
-2
/
+2
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-03-10
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
cpus: initialize cpu->memory_dispatch
Paolo Bonzini
2015-03-10
1
-0
/
+1
*
|
Remove superfluous '\n' around error_report()
Gonglei
2015-03-10
1
-1
/
+1
|
/
*
exec: round up size on MR resize
Michael S. Tsirkin
2015-02-26
1
-0
/
+2
*
Convert ram_list to RCU
Mike Day
2015-02-16
1
-30
/
+72
*
exec: convert ram_list to QLIST
Mike Day
2015-02-16
1
-22
/
+30
*
cosmetic changes preparing for the following patches
Mike Day
2015-02-16
1
-29
/
+57
*
exec: protect mru_block with RCU
Paolo Bonzini
2015-02-16
1
-15
/
+37
*
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
2015-02-16
1
-8
/
+26
*
exec: make iotlb RCU-friendly
Paolo Bonzini
2015-02-16
1
-5
/
+8
*
exec: introduce cpu_reload_memory_map
Paolo Bonzini
2015-02-16
1
-1
/
+1
*
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
2015-02-10
1
-1
/
+5
*
exec: fix madvise of NULL pointer
Paolo Bonzini
2015-01-26
1
-6
/
+7
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-16
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-01-10
1
-29
/
+107
|
\
|
*
exec: qemu_ram_alloc_resizeable, qemu_ram_resize
Michael S. Tsirkin
2015-01-08
1
-4
/
+78
|
*
exec: split length -> used_length/max_length
Michael S. Tsirkin
2015-01-08
1
-24
/
+28
|
*
exec: cpu_physical_memory_set/clear_dirty_range
Michael S. Tsirkin
2015-01-08
1
-1
/
+1
*
|
exec: allows 8-byte accesses in subpage_ops
Paolo Bonzini
2014-12-22
1
-2
/
+11
*
|
exec: change default exception_index value for migration to -1
Paolo Bonzini
2014-12-20
1
-2
/
+2
|
/
*
exec: add wrapper for host pointer access
Michael S. Tsirkin
2014-12-16
1
-5
/
+5
*
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-11-23
1
-3
/
+6
*
exec: Handle multipage ranges in invalidate_and_set_dirty()
Peter Maydell
2014-11-18
1
-4
/
+2
*
exec.c: fix setting 1-byte-long watchpoints
Max Filippov
2014-09-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-09-15
1
-0
/
+1
|
\
|
*
exec: file_ram_alloc(): print error when prealloc fails
Luiz Capitulino
2014-09-12
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-12
1
-16
/
+40
|
\
\
|
*
|
exec: add parameter errp to gethugepagesize
Hu Tao
2014-09-09
1
-4
/
+7
|
*
|
exec: report error when memory < hpagesize
Hu Tao
2014-09-09
1
-3
/
+6
|
*
|
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
Hu Tao
2014-09-09
1
-9
/
+27
|
|
/
*
|
exec.c: Record watchpoint fault address and direction
Peter Maydell
2014-09-12
1
-1
/
+6
[next]