index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2016-05-12
1
-2
/
+0
*
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
2016-05-12
1
-13
/
+16
*
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
2016-05-12
1
-5
/
+7
*
tcg: Clean up direct block chaining data fields
Sergey Fedorov
2016-05-12
1
-16
/
+28
*
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
2016-05-12
1
-0
/
+1
*
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
1
-23
/
+2
*
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
1
-1
/
+1
*
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
1
-1
/
+1
*
tci: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
1
-1
/
+1
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-12
1
-2
/
+3
*
gen-icount: Use tcg_set_insn_param
Edgar E. Iglesias
2016-05-12
1
-8
/
+8
*
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
1
-3
/
+5
*
qemu-log: Improve the "exec" TB execution logging
Peter Maydell
2016-03-22
1
-0
/
+3
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
2
-2
/
+0
*
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
2016-03-07
1
-1
/
+1
*
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
1
-1
/
+0
*
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
2016-03-07
1
-7
/
+1
*
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
2016-03-07
1
-11
/
+11
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
1
-4
/
+4
|
\
|
*
memory: Remove unreachable return statement
Gonglei
2016-02-25
1
-2
/
+0
|
*
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
2016-02-25
1
-2
/
+2
|
*
exec: store RAMBlock pointer into memory region
Gonglei
2016-02-25
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-02-25
1
-1
/
+0
|
\
\
|
*
|
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
2016-02-23
1
-1
/
+0
|
|
/
*
/
include: Clean up includes
Peter Maydell
2016-02-23
5
-9
/
+0
|
/
*
memory: fix usage of find_next_bit and find_next_zero_bit
Paolo Bonzini
2016-02-10
1
-19
/
+36
*
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
2016-02-09
1
-24
/
+165
*
memory: add early bail out from cpu_physical_memory_set_dirty_range
Paolo Bonzini
2016-02-09
1
-0
/
+4
*
ram: Split host_from_stream_offset() into two helper functions
zhanghailiang
2016-02-05
1
-2
/
+6
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
1
-0
/
+60
*
memory: Add address_space_init_shareable()
Peter Crosthwaite
2016-01-21
1
-0
/
+18
*
exec.c: Add cpu_get_address_space()
Peter Maydell
2016-01-21
1
-0
/
+9
*
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
2016-01-21
1
-1
/
+1
*
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
2016-01-21
1
-2
/
+2
*
exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page
Peter Maydell
2016-01-21
1
-3
/
+31
*
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
1
-0
/
+4
*
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2016-01-21
1
-1
/
+15
*
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
2016-01-09
1
-0
/
+1
*
memory: try to inline constant-length reads
Paolo Bonzini
2015-12-17
2
-18
/
+57
*
memory: inline a few small accessors
Paolo Bonzini
2015-12-17
1
-4
/
+18
*
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2015-12-17
1
-0
/
+6
*
memory: avoid unnecessary object_ref/unref
Paolo Bonzini
2015-12-17
1
-0
/
+1
*
memory: reorder MemoryRegion fields
Paolo Bonzini
2015-12-17
1
-10
/
+14
*
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
2015-12-17
1
-2
/
+7
*
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
2015-12-17
1
-1
/
+0
*
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
2015-12-02
1
-3
/
+5
*
qemu_ram_block_by_name
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+1
*
qemu_ram_block_from_host
Dr. David Alan Gilbert
2015-11-10
2
-2
/
+3
*
Move page_size_init earlier
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+0
*
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
2015-11-05
1
-0
/
+1
[next]