summaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-5/+8
2017-11-21accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell1-13/+25
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson1-0/+1
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-1/+4
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota1-3/+14
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée1-2/+2
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell1-2/+30
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota1-2/+2
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic1-0/+10
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic1-2/+4
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic1-35/+35
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic1-9/+9
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong1-0/+1051