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
2018-06-28
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...
Peter Maydell
1
-1
/
+0
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
1
-1
/
+0
2018-06-27
trace: fix misreporting of TCG access sizes for user-space
Emilio G. Cota
1
-3
/
+8
2018-06-26
tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
Peter Maydell
1
-1
/
+4
2018-06-21
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging
Peter Maydell
4
-26
/
+37
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
4
-9
/
+5
2018-06-15
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
1
-13
/
+22
2018-06-15
translate-all: introduce assert_no_pages_locked
Emilio G. Cota
1
-0
/
+8
2018-06-15
translate-all: use per-page locking in !user-mode
Emilio G. Cota
1
-1
/
+2
2018-06-15
translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
Emilio G. Cota
1
-1
/
+1
2018-06-15
tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx
Emilio G. Cota
1
-1
/
+0
2018-06-15
tcg: track TBs with per-region BST's
Emilio G. Cota
2
-2
/
+0
2018-06-15
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...
Peter Maydell
1
-1
/
+3
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
1
-1
/
+2
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-1
/
+2
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
1
-1
/
+6
2018-06-15
iommu: Add IOMMU index concept to IOMMU API
Peter Maydell
1
-0
/
+55
2018-06-15
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
Peter Maydell
1
-0
/
+4
2018-06-15
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
1
-2
/
+11
2018-06-15
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell
1
-0
/
+9
2018-06-15
migration: Poison ramblock loops in migration
Dr. David Alan Gilbert
1
-1
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-0
/
+4
2018-06-04
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...
Peter Maydell
1
-1
/
+1
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+4
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-1
/
+1
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-23
/
+0
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
1
-23
/
+0
2018-06-01
memory.h: Fix typo in documentation comment
Peter Maydell
1
-1
/
+1
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+4
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
1
-2
/
+3
2018-05-31
memory.h: Improve IOMMU related documentation
Peter Maydell
1
-10
/
+95
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
1
-1
/
+1
2018-05-25
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
1
-0
/
+15
2018-05-24
linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()
Peter Maydell
1
-2
/
+2
2018-05-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...
Peter Maydell
1
-5
/
+17
2018-05-14
linux-user: correctly align types in thunking code
Laurent Vivier
1
-5
/
+17
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
6
-158
/
+459
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
1
-4
/
+4
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
4
-6
/
+169
2018-05-09
exec: move memory access declarations to a common header, inline *_phys funct...
Paolo Bonzini
4
-154
/
+292
2018-05-03
linux-user: remove useless padding in flock64 structure
Laurent Vivier
1
-1
/
+1
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
1
-1
/
+4
2018-03-27
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
1
-0
/
+2
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+4
[next]