summary refs log tree commit diff stats
path: root/include/exec/cpu-all.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson2023-08-241-2/+2
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+12
* accel/tcg: Introduce page_find_range_emptyRichard Henderson2023-07-151-0/+15
* accel/tcg: Introduce page_check_range_emptyRichard Henderson2023-07-151-0/+12
* plugins: force slow path when plugins instrument memory opsAlex Bennée2023-07-031-1/+1
* accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson2023-06-261-2/+2
* accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson2023-06-261-4/+4
* accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson2023-06-261-4/+17
* tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson2023-06-051-0/+3
* tcg: Split out exec/user/guest-base.hRichard Henderson2023-05-161-4/+1
* include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2023-04-201-63/+1
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-281-1/+10
* accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson2023-03-281-1/+1
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-1/+1
* replace TABs with spacesYeqi Fu2023-03-201-1/+1
* accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-261-15/+6
* accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-261-5/+4
* linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-271-0/+6
* linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-111-0/+1
* accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-111-1/+0
* accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2022-06-111-2/+0
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-4/+3
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-3/+4
* exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2022-03-061-4/+0
* exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2022-01-271-9/+0
* cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini2021-12-181-2/+0
* qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé2021-11-021-1/+1
* qapi: introduce x-query-jit QMP commandDaniel P. Berrangé2021-11-021-2/+2
* exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1Richard Henderson2021-04-121-2/+2
* exec: Build page-vary-common.c with -fno-ltoRichard Henderson2021-03-231-4/+0
* exec: Extract 'page-vary.h' headerRichard Henderson2021-03-231-7/+4
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-161-0/+1
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-161-1/+1
* linux-user: Introduce PAGE_ANONRichard Henderson2021-02-161-0/+2
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-6/+36
* bswap.h: Remove unused float-access functionsPeter Maydell2021-02-151-8/+0
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-2/+9
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2020-10-271-0/+2
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-0/+4
* meson: rename .inc.h files to .h.incPaolo Bonzini2020-08-211-5/+5
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-5/+3
* exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé2020-06-101-0/+1
* accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-151-4/+19
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-1/+1
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-111-1/+12
* exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-1/+1
* exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-2/+6
* exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1