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-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
1
-5
/
+1
2015-08-25
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
1
-0
/
+47
2015-08-24
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2
-7
/
+5
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-5
/
+0
2015-08-18
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-32
/
+14
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
1
-21
/
+0
2015-08-13
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
1
-3
/
+11
2015-08-06
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite
1
-11
/
+12
2015-08-06
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
1
-0
/
+2
2015-07-24
memory: count number of active VGA logging clients
Paolo Bonzini
1
-0
/
+1
2015-07-09
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
1
-1
/
+1
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
1
-1
/
+1
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-1
/
+1
2015-07-09
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
1
-1
/
+1
2015-07-07
migration: extend migration_bitmap
Li Zhijian
1
-0
/
+3
2015-07-06
cpu-all: complete "real" host page size API
Peter Crosthwaite
1
-0
/
+3
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
6
-36
/
+85
2015-07-06
Stop including qemu-common.h in memory.h
Peter Maydell
2
-1
/
+2
2015-07-01
memory: Add global-locking property to memory regions
Jan Kiszka
1
-0
/
+26
2015-06-26
cpu-defs: Move out TB_JMP defines
Peter Crosthwaite
2
-8
/
+8
2015-06-26
include/exec: Move tb hash functions out
Peter Crosthwaite
2
-20
/
+43
2015-06-26
include/exec: Move standard exceptions to cpu-all.h
Peter Crosthwaite
2
-6
/
+6
2015-06-26
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite
1
-1
/
+0
2015-06-26
include/softmmu-semi.h: Make semihosting support 64-bit clean
Maciej W. Rozycki
1
-6
/
+7
2015-06-19
semihosting: add --semihosting-config arg sub-argument
Leon Alrae
1
-0
/
+18
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2
-6
/
+44
2015-06-17
softmmu: provide tlb_vaddr_to_host function for user mode
Aurelien Jarno
1
-2
/
+6
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
[next]