summaryrefslogtreecommitdiff
path: root/cputlb.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+3
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini1-1/+1
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini1-0/+11
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-6/+9
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka1-2/+2
2013-06-14cputlb: fix debug logsHervé Poussineau1-2/+2
2013-05-29memory: add address_space_translatePaolo Bonzini1-9/+11
2013-05-29cputlb: simplify tlb_set_pagePaolo Bonzini1-8/+5
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber1-2/+4
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-9/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-22memory: per-AddressSpace dispatchAvi Kivity1-1/+2
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity1-2/+1
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-5/+0
2012-08-15cputlb.c: Fix out of date commentPeter Maydell1-1/+3
2012-05-12cputlb: fix watchpoints handlingMax Filippov1-2/+2
2012-05-01cputlb: prepare private memory API for public consumptionBlue Swirl1-5/+7
2012-05-01cputlb: move TLB handling to a separate fileBlue Swirl1-0/+362