aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)Author
2017-11-21accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong