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
2017-10-10
util: move qemu_real_host_page_size/mask to osdep.h
Emilio G. Cota
1
-2
/
+0
2017-10-10
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
1
-2
/
+10
2017-10-10
exec-all: introduce TB_PAGE_ADDR_FMT
Emilio G. Cota
1
-0
/
+2
2017-10-10
exec-all: bring tb->invalid into tb->cflags
Emilio G. Cota
2
-3
/
+2
2017-10-10
tcg: consolidate TB lookups in tb_lookup__cpu_state
Emilio G. Cota
1
-0
/
+49
2017-10-10
exec-all: fix typos in TranslationBlock's documentation
Emilio G. Cota
1
-2
/
+2
2017-10-10
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
2
-2
/
+2
2017-09-22
memory: trace FlatView creation and destruction
Paolo Bonzini
1
-1
/
+0
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-19
/
+0
2017-09-21
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2
-1
/
+6
2017-09-21
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
1
-3
/
+3
2017-09-21
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2
-17
/
+36
2017-09-21
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2
-7
/
+7
2017-09-21
memory: Open code FlatView rendering
Alexey Kardashevskiy
2
-3
/
+4
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-92
/
+3
2017-09-06
tcg: Add generic translation framework
Lluís Vilanova
1
-0
/
+104
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2
-30
/
+40
2017-09-06
tcg: Add generic DISAS_NORETURN
Richard Henderson
1
-0
/
+1
2017-09-04
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
2
-10
/
+10
2017-08-01
cpu_physical_memory_sync_dirty_bitmap: Fix alignment check
Dr. David Alan Gilbert
1
-3
/
+4
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-1
/
+1
2017-07-19
tcg: Expand glue macros before stringifying helper names
Richard Henderson
1
-6
/
+11
2017-07-18
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...
Peter Maydell
1
-3
/
+26
2017-07-17
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
3
-4
/
+11
2017-07-17
include/exec/exec-all: document common exit conditions
Alex Bennée
1
-3
/
+26
2017-07-17
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
3
-4
/
+11
2017-07-14
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
1
-0
/
+88
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
1
-16
/
+24
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-7
/
+8
2017-07-14
memory: Document that the RAM MR initializers do not handle migration
Peter Maydell
1
-0
/
+19
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
1
-10
/
+35
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-20
/
+35
2017-07-14
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
1
-9
/
+0
2017-07-14
Revert "exec.c: Fix breakpoint invalidation race"
Pranith Kumar
1
-0
/
+3
2017-07-05
tcg: add CONFIG_TCG guards in headers
Yang Zhong
2
-1
/
+6
2017-07-04
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
1
-0
/
+4
2017-07-04
include/exec/poison: Mark CONFIG_SOFTMMU as poisoned
Thomas Huth
1
-0
/
+1
2017-07-04
cpu: Introduce a wrapper for tlb_flush() that can be used in common code
Thomas Huth
1
-0
/
+2
2017-07-04
include/exec/poison: Mark CONFIG_KVM as poisoned, too
Thomas Huth
1
-0
/
+1
2017-07-04
include/exec/poison: Add some more missing TARGET and CONFIG defines
Thomas Huth
1
-0
/
+6
2017-06-30
gen-icount: use tcg_ctx.tcg_env instead of cpu_env
Emilio G. Cota
1
-4
/
+6
2017-06-30
gen-icount: add missing inline to gen_tb_end
Emilio G. Cota
1
-1
/
+1
2017-06-28
exec: fix access to ram_list.dirty_memory when sync dirty bitmap
Haozhong Zhang
1
-3
/
+6
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
1
-0
/
+35
2017-06-22
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging
Peter Maydell
2
-5
/
+3
2017-06-19
tcg/arm: Use indirect branch for goto_tb
Richard Henderson
1
-4
/
+1
2017-06-19
tcg: allocate TB structs before the corresponding translated code
Emilio G. Cota
1
-1
/
+2
2017-06-15
include/exec/poison: Mark some CONFIG defines as poisoned, too
Thomas Huth
1
-0
/
+20
2017-06-15
include/exec/poison: Add missing TARGET defines
Thomas Huth
1
-0
/
+11
2017-06-15
memory: remove memory_region_set_fd
Marc-André Lureau
1
-11
/
+0
[next]