summaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)Author
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Introduce env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-02-05unify len and addr type for memory/address APIsLi Zhijian
2018-07-02tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-02-23include: Clean up includesPeter Maydell
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin