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
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
linux-user: Allocate thunk size dynamically
Alexander Graf
1
-1
/
+3
2015-06-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging
Peter Maydell
1
-0
/
+2
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
1
-2
/
+2
2015-06-11
softmmu: Add probe_write()
Yongbok Kim
1
-0
/
+2
2015-06-05
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
1
-1
/
+3
2015-06-05
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
1
-3
/
+3
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
1
-23
/
+10
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
1
-0
/
+44
2015-06-05
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
1
-7
/
+9
2015-06-05
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
1
-3
/
+5
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
1
-7
/
+18
2015-06-05
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
1
-5
/
+5
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
1
-17
/
+16
2015-06-05
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
1
-2
/
+1
2015-06-05
exec: move functions to translate-all.h
Paolo Bonzini
1
-5
/
+1
2015-06-05
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
1
-1
/
+2
2015-06-05
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
1
-2
/
+2
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
1
-2
/
+4
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
1
-2
/
+14
2015-06-05
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
1
-2
/
+1
2015-06-03
softmmu: support up to 12 MMU modes
Paolo Bonzini
2
-8
/
+131
2015-05-31
Add stream ID to MSI write
Pavel Fedin
1
-0
/
+2
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
1
-1
/
+3
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-1
/
+14
2015-04-27
memory: add memory_region_ram_resize
Paolo Bonzini
1
-0
/
+12
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
1
-1
/
+2
2015-04-26
target-arm: Add user-mode transaction attribute
Peter Maydell
1
-0
/
+2
2015-04-26
target-arm: Honour NS bits in page tables
Peter Maydell
1
-0
/
+2
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
1
-0
/
+67
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
1
-11
/
+20
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
2
-0
/
+5
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
1
-2
/
+11
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2
-4
/
+31
2015-04-26
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2
-0
/
+63
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
1
-2
/
+2
2015-03-04
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
1
-0
/
+1
2015-02-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-8
/
+12
2015-02-16
Convert ram_list to RCU
Mike Day
1
-4
/
+2
2015-02-16
exec: convert ram_list to QLIST
Mike Day
1
-2
/
+2
2015-02-16
cosmetic changes preparing for the following patches
Mike Day
1
-0
/
+1
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
[next]