index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cputlb.c
Age
Commit message (
Expand
)
Author
2017-11-21
accel/tcg: Handle atomic accesses to notdirty memory correctly
Peter Maydell
2017-11-15
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-10-20
accel/tcg: allow to invalidate a write TLB entry immediately
David Hildenbrand
2017-10-10
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
2017-09-25
accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)
Alex Bennée
2017-09-04
cputlb: Support generating CPU exceptions on memory transaction failures
Peter Maydell
2017-06-30
tcg: consistently access cpu->tb_jmp_cache atomically
Emilio G. Cota
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-27
cputlb: fix the way get_page_addr_code fills the tlb
KONRAD Frederic
2017-06-27
cputlb: move get_page_addr_code
KONRAD Frederic
2017-06-27
cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
KONRAD Frederic
2017-06-15
tcg: move tcg related files into accel/tcg/ subdirectory
Yang Zhong