summaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)Author
2021-03-23exec: Build page-vary-common.c with -fno-ltoRichard Henderson
2021-03-23exec: Extract 'page-vary.h' headerRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-08-21meson: rename .inc.h files to .h.incPaolo Bonzini
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang
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